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.
- Host: GitHub
- URL: https://github.com/chrdavis/pifshellextensions
- Owner: chrdavis
- License: mit
- Created: 2017-03-29T06:06:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T16:55:01.000Z (over 4 years ago)
- Last Synced: 2025-03-28T00:41:54.947Z (about 1 year ago)
- Topics: cpp, image-format, pbm, pgm, ppm, shell-extension, thumbnails, windows, windows-explorer, windows-shell
- Language: C++
- Homepage: https://chrdavis.github.io/PIFShellExtensions/
- Size: 47.5 MB
- Stars: 33
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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!
[](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¤cy_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

What the experience in Windows is without this extension
