pgmagick
pgmagick copied to clipboard
Add Image.show function to preview images
trafficstars
Pillow has it and it's convinient.
Here is how Pillow does it. It seems easily portable (maybe just slight changes in Viewer base class will be required), but the question is - shall we? We would need at least to include Pillow to license (which should be ok), and track Pillow source for fixes.
Or maybe make an agreement with Pillow to move the common code to the separate library?