A package to convert every image stored and uploaded to a Plone site to PNG format.
Project description
Life, the Universe, and Everything
A package to convert every image stored and uploaded to a Plone site to PNG format.
If you are concerned about images format patent issues this package is for you.
Patent issues
Portable Network Graphics (PNG) is a bitmapped image format that employs lossless data compression. PNG was created to improve upon and replace GIF (Graphics Interchange Format) as an image-file format not requiring a patent license.
Even as the JPEG compression used in various image file formats has been subject to a number of patent issues by well-known patent trolls of the industry for many years, there is currently no patent-free alternative for these formats (WebP has been available for some time, but is currently only supported by Google Chrome and Opera web browsers).
Don’t Panic
Configure
Go to ‘Site Setup’.
Select ‘Image WatchDog’.
Select the files formats that should be converted to PNG.
You can choose to optimize the PNG file checking the ‘Optimize PNG’ checkbox.
‘Migration delay (milliseconds)’ and ‘Transaction threshold’ are only used for migration.
Activate the on-fly convertion checking the ‘Enabled’ checkbox.
Migrate images
First Configure.
- Now in the ‘Image WatchDog’ control panel you can set:
‘Migration delay (milliseconds)’, this parameter indicates a delay between every processed image. 0 means no delay, more fast, but CPU intensive, bigger values are nicer with the CPU but will slow down the process.
‘Transaction threshold’, this parameter is the number of images processed in a single transaction. 0 means one single transaction, more fast, but RAM intensive, small values are nicer with the RAM but will slow down the process.
Click on ‘Save & Migrate’ button to start the migration process.
Get your prefered caffeinated beverage because this could take some time, you could check your logs to see the progress of migration process.
Script to migrate images
The package includes a handy method to migrate images, sometimes prefered for running long processes.
From your command line run: instance run <path_to_openmultimedia.imagewatchdog_package>/openmultimedia/imagewatchdog/script/install_and_migrate.py <plone_site_name>
This will install de product in the Plone site and migrate the images to PNG.
Get your prefered caffeinated beverage because this could take some time, you will see the progress of migration process in your console.
Screenshots
‘Image WatchDog’ control panel
Comparison to other file formats
Here is a small resume including just the downsides of PNG against GIF and JPEG; you can find the complete comparison in the Wikipedia:
GIF
On small images, GIF can achieve greater compression than PNG.
GIF intrinsically supports animated images. PNG supports animation only via unofficial extensions.
JPEG
JPEG formats can produce smaller files than PNG for photographic (and photo-like) images, since JPEG uses a lossy encoding method specifically designed for photographic image data.
Mostly Harmless
Have an idea? Found a bug? Let us know by opening a support ticket.
Installation
To enable this product in a buildout-based installation:
Edit your buildout.cfg and add openmultimedia.pngwatchdog to the list of eggs to install:
[buildout] ... eggs = openmultimedia.pngwatchdog
After updating the configuration you need to run ‘’bin/buildout’’, which will take care of updating your system.
Go to the ‘Site Setup’ page in a Plone site and click on the ‘Add-ons’ link.
Check the box next to openmultimedia.pngwatchdog and click the ‘Activate’ button.
Note: You may have to empty your browser cache and save your resource registries in order to see the effects of the product installation.
Changelog
Because you have to know where your towel is.
1.0b1 (2012-12-19)
Initial release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for openmultimedia.imagewatchdog-1.0b1.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5ec3cfe6e8424c4a437de3ad3bd40f205a5a823229718a702191490b1494359 |
|
MD5 | cd387d547cca22005a6aefc1c7d58124 |
|
BLAKE2b-256 | 6cfc1d1e0f88ab5556fb8ec351e6b85a91c34de13cecb7c68aa1940a132d9fc7 |