pyfpdf
pyfpdf copied to clipboard
fix(image): Speed up PNG processing
trafficstars
The PNG processing was doing pixel manipulation using regexps, which was very very slow.
Nice work ! Brought down processing time for ~512KB PNG image from 11 sec to 0.4 sec. (27 times speedup) Thanks,