Nyx0uf / qlImageSize

QuickLook and Spotlight plugins to display the dimensions, size and DPI of an image in the title bar instead of the filename. Also preview some unsupported formats like WebP & bpg.
MIT License
1.19k stars 66 forks source link

Modernize code and add support for comments in PPM/PBM files #21

Closed saagarjha closed 7 years ago

saagarjha commented 7 years ago

This pull request adds support for comments in PPM/PBM files: http://netpbm.sourceforge.net/doc/pbm.html; this fixes a bug in which qlImageSize would cause a buffer overrun trying to find the width and height of the image it was passed.

I've also taken the justice to improve and modernize the code as I saw fit; please let me know if I went too far.

Nyx0uf commented 7 years ago

merged, thanks