Hi,
I'd like to add support for some custom file formats (specifically TGA, TIFF, and BMP) via on the fly conversion to PNG.
I've started to poke around in the code but any pointers to relevant files and classes would be helpful. I will use ImageMagik to either cache the files as accessed or serve them on the fly Thanks in advance for any help
Comments
I followed printImageThumb through the return of getThumb,
zp-core/class-image.php.Image->getThumb : lineno 707
zp-core/template-functions.php.getImageThumb : lineno 2319
zp-core/template-functions.php.printImageThumb : lineno 2359
The line zp-core/template-functions.php.printImageThumb : lineno 2371 seems to genenerate the file, but stepping into the function calls there, I don't see where.
Any pointers?
`/zp-core/i.php?a=&i=&s` etc. Full set of options on top of the file i.php. Of course these are for the GDlib.
I'm trying to get MagickWand installed and its not easy (CentOS or Windows). I can see why this hasn't been done already ^_^
I might just end up hacking together a system command... for the mean time.