An open API service indexing awesome lists of open source software.

https://github.com/chrdavis/pifshellextensions

Windows Shell extension to allow image types such as Portable Pixmap Format (PPM), Portable Graymap Format (PGM) and Portable Bitmap Format (PBM) to get thumbnail, properties and data object support in Windows Explorer. Both ascii and binary versions of the above formats are supported. This extension will render thumbnails and properties (width, height, dimensions, bit depth) which will display in Windows Explorer. It also implements a data handler extension which will permit copying the file from Explorer and pasting in applications such as MSPaint or Photoshop.
https://github.com/chrdavis/pifshellextensions

cpp image-format pbm pgm ppm shell-extension thumbnails windows windows-explorer windows-shell

Last synced: 12 months ago
JSON representation

Windows Shell extension to allow image types such as Portable Pixmap Format (PPM), Portable Graymap Format (PGM) and Portable Bitmap Format (PBM) to get thumbnail, properties and data object support in Windows Explorer. Both ascii and binary versions of the above formats are supported. This extension will render thumbnails and properties (width, height, dimensions, bit depth) which will display in Windows Explorer. It also implements a data handler extension which will permit copying the file from Explorer and pasting in applications such as MSPaint or Photoshop.

Awesome Lists containing this project

README

          

Windows Shell extension to allow image types such as Portable Pixmap Format (PPM), Portable Graymap Format (PGM) and Portable Bitmap Format (PBM) to get thumbnail, properties and data object support in Windows Explorer. Both ascii and binary versions of the above formats are supported. This extension will render thumbnails and properties (width, height, dimensions, bit depth) which will display in Windows Explorer. It also implements a data handler extension which will permit copying the file from Explorer and pasting in applications such as MSPaint or Photoshop. For more information about the file formats [click here](https://en.wikipedia.org/wiki/Netpbm_format).

If you find this useful, feel free to buy me a coffee!

[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=chrisdavis%40outlook%2ecom&lc=US&item_name=Chris%20Davis&item_number=PIFShellExtensions&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHostedGuest)

### Download
[Latest 32 and 64 bit versions](https://github.com/chrdavis/PIFShellExtensions/releases/latest)
Windows Vista,7,8,10

You will likely need to restart windows for the extension to be picked up by Windows Explorer.

### Screenshots

![Image description](/images/PIFShellExtensionDemo2.jpg)

What the experience in Windows is without this extension

![Image description](/images/PIFShellExtensionDemo2_before.jpg)