phillipberndt / pqiv

Powerful image viewer with minimal UI
http://www.pberndt.com/Programme/Linux/pqiv/index.html
GNU General Public License v3.0
303 stars 45 forks source link

Won't compile with graphicsmagick #138

Open caigner opened 5 years ago

caigner commented 5 years ago

I'm on Gentoo Linux.

In the past pqiv was my prefered image viewer. But when I switched from imagemagick to graphicsmagick, pqiv won't work anymore.

Software like darktable utilizes graphicsmagick.

Please give us a choice to use imagemagick OR graphicsmagick with pqiv.

phillipberndt commented 5 years ago

ImageMagick and GraphicsMagick are not API compatible. I looked into support once and found that for GraphicsMagick I'd basically have to fork the ImageMagick backend and create a separate one for GM. I've got a prototype around somewhere, I'll look into what's required to get it working & include it.

phillipberndt commented 5 years ago

Hey :santa: I just pushed a branch gmwand which contains experimental support for GraphicsMagick. I only tested basic images and PDFs, that looks good so far.