Switch from libheif to imagemagick, fix #23

This commit is contained in:
2024-08-08 18:41:08 +02:00
parent 8b9a708cb4
commit fb91bd3b30
5 changed files with 49 additions and 9 deletions

View File

@@ -204,7 +204,8 @@
<object class="GtkToggleButton" id="tb_heic_file">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
<property name="receives-default">False</property>
<property name="tooltip-text" translatable="yes">Please install 'imagemagick' manually and reopen this configuration window</property>
<signal name="clicked" handler="on_toggle_button_heic_file_clicked" swapped="no"/>
<child>
<object class="GtkBox">