Skip to content

v0.0.6

Latest
Compare
Choose a tag to compare
@lemehovskiy lemehovskiy released this 21 Apr 11:30
  • Compress with auto-format: This feature intelligently combines compression and conversion to WebP formats. It compares the results of both operations and applies the one with the better savings. For instance, suppose you have an image that can achieve a 20% reduction in file size through WebP conversion and only a 15% reduction through compression alone. In that case, the extension will automatically convert the image to WebP format for optimal file size reduction.
  • Added save-limit property: Sets the threshold for savings achieved, terminating operations below this limit. For instance, if image-editor.save-limit is set to 15 and an operation achieves only a 10% reduction in file size, it will be terminated.
  • Added resize by one axis: This likely means that users can now resize images by specifying the dimensions of only one side (width or height), while the other side adjusts proportionally.
  • Added setting for webp delete original: This feature might allow users to specify whether the original image should be deleted after converting it to the WebP format.