pyfpdf icon indicating copy to clipboard operation
pyfpdf copied to clipboard

fix(image): Speed up PNG processing

Open pennersr opened this issue 7 years ago • 1 comments
trafficstars

The PNG processing was doing pixel manipulation using regexps, which was very very slow.

pennersr avatar Nov 09 '18 14:11 pennersr

Nice work ! Brought down processing time for ~512KB PNG image from 11 sec to 0.4 sec. (27 times speedup) Thanks,

hemanshukale avatar Aug 19 '21 19:08 hemanshukale