Closed nandhp closed 6 years ago
I have incorporated this change into the following:
https://metacpan.org/release/BKB/Image-PNG-Libpng-0.44_01
Now you must (must) download and test that. You should also provide a test script that shows that it does what you want.
On 20 November 2017 at 01:22, nandhp notifications@github.com wrote:
In some circumstances (e.g. generating 30 video frames per second) it is useful to maximize encoding speed by outputting uncompressed PNGs. This is accomplished using the libpng function png_set_compression_level http://www.libpng.org/pub/png/libpng-1.2.5-manual.html#section-4.2. Please consider adding support for this function.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/benkasminbullock/image-png-libpng/issues/24, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGOdSbDhpYOJCHB-sbQ9BfxthpvE96Fks5s4FW7gaJpZM4QjcA8 .
No response so I'm deleting these changes.
In some circumstances (e.g. generating 30 video frames per second) it is useful to maximize encoding speed by outputting uncompressed PNGs. This is accomplished using the libpng function
png_set_compression_level
. Please consider adding support for this function.