Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

image-optimizer-0.5.0-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: image-optimizer Distribution: openSUSE Tumbleweed
Version: 0.5.0 Vendor: openSUSE
Release: 1.1 Build date: Fri Aug 14 21:11:55 2026
Group: Unspecified Build host: reproducible
Size: 273191 Source RPM: image-optimizer-0.5.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/gijsgoudzwaard/Image-Optimizer
Summary: Simple lossless image compression
Compress your images with ease using JpegOptim and OptiPng.

Provides

Requires

License

GPL-3.0-or-later

Changelog

* Fri Aug 14 2026 Richard Rahl <rrahl0@opensuse.org>
  - Update to version 0.5.0:
    + A bar under the list now adds everything up: how much came off in total,
      how many files were done and what percentage that is. While it is working it
      shows how far along it is
    + Files that cannot be optimized no longer disappear from the list. They
      stay, with a line under the name saying why: not a PNG or JPEG, already as
      small as it gets, or the reason it could not be written
    + A file that was already as small as it gets is now told apart from one that
      failed. Both used to look the same
    + The window can be made much smaller, down to 460 by 320, and still shows
      everything. It opens at the size it always did
    + The list has been redrawn, with an icon in front of every row saying how it
      went, numbers lined up under their headings, and larger type throughout
    + The Flatpak version uses the graphics card again. It had been drawing every
      frame and every letter on the processor
    + Fixed rows lighting up when clicked and columns being draggable, in a list
      where there is nothing to select or rearrange
    + Fixed the button on the welcome screen taking on the system accent colour,
      which put a red outline around it on some systems
* Thu Aug 13 2026 Richard Rahl <rrahl0@opensuse.org>
  - Update to version 0.4.0:
    + Potential fix for code scanning alert
    + Portal permissions
* Fri Jul 31 2026 Richard Rahl <rrahl0@opensuse.org>
  - Update to version 0.3.0:
    + Optimizing a folder full of images is several times faster,
      because they are now handled at the same time instead of one
      after another
    + Images are compressed further than before, JPEGs in particular
    + Colour profiles are now kept, so wide-gamut photos no longer
      shift colour after optimizing
    + Modification times are kept on JPEGs as well, so a photo
      library sorted by date stays in order
    + Fixed a batch stopping early when one file had a quote or a
      bracket in its name
    + Fixed a crash when a selected file turned out not to be an image
    + Fixed the button for adding more images being invisible on
      some systems
    + Bitmap files are no longer accepted, because they cannot be
      optimized in place
  - Update to version 0.2.0:
    + Support "open with" file manager action instead of Contractor
    + Fix Ctrl + Q not working when opening the app with files
    + Application: Remove unused using, deprecations, and Gtk.init
    + Load custom icons from GResource instead of the absolute path
    + meson: Replace deprecated source_root with project_source_root
    + meson: Use gnome module instead of own python script
    + Improve metainfo
    + Port to GTK 4
    + Use GLib.format_size instead of own method
    + Migrate deprecated gtk4 apis
* Mon Nov 18 2024 Richard Rahl <rrahl0@opensuse.org>
  - update to 0.1.25:
    * Fixes various warnings
    * Fixes various loggings
  - update to 0.1.23:
    * Updated the AppStream config
  - update spec file for Leap 16.0:
    * use autosetup
    * remove %suse_update_desktop_file
    * remove HiDPI workaround
* Thu Sep 09 2021 Alexei Podvalsky <avvissu@yandex.by>
  - Update to 0.1.22:
    * Fixed flatpak issue where dragging an image gives a 0 byte
      sized image and would therefore not be optimized. Also fixed