hhatto / pgmagick

pgmagick is a yet another boost.python based wrapper for GraphicsMagick/ImageMagick.
MIT License
147 stars 33 forks source link

Add Image.show function to preview images #52

Open rominf opened 5 years ago

rominf commented 5 years ago

Pillow has it and it's convinient.

komackaj commented 5 years ago

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.

rominf commented 5 years ago

Or maybe make an agreement with Pillow to move the common code to the separate library?