Skip to content

Finally available at PyPI.org!

Compare
Choose a tag to compare
@victordomingos victordomingos released this 27 Aug 18:05
· 128 commits to master since this release
  • Adding a new big feature: "convert big PNG files to JPG format"
  • Added also an option to convert all PNG files to JPEG format.
  • Added a new option to set background color while doing any PNG operations
    that remove transparency (convert big and reduce colors).
  • Adding an option to set background color in hexadecimal mode (like in HTML).
  • Added an option to convert to grayscale.
  • Added an option to ignore file size comparison between original and
    processed files, allowing to always save anyway the processed version.
  • Added new palette rebuild step for indexed color images (creates images that
    may then be compressed more efficiently using other tools).
  • Added a new "fast mode", that currently skips the (also recently
    implemented) palette rebuild step.
  • Changed the transparency removal algorithm to something better.
  • Created some global constants for iOS console and thread settings.
  • Created a global constant for JPEG quality and raised the default to 80.
  • Adjustments in the downsizing code to better produce the expected behavior.
  • Refactored module into a full package and created the setup.py file.
  • Added Portuguese version of the documentation.
  • Other minor changes.