ZenphotoCMS Forum
How do I add additional extensions? - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: How do I add additional extensions? (/thread-10373.html)



How do I add additional extensions? - ketrab - 05-09-2012

Hello,
How do I add additional extensions to zenphoto?
Which file to edit?




How do I add additional extensions? - ketrab - 05-09-2012

I mean the type extensions .png,.psd,.awf, etc. ??
HELP !




How do I add additional extensions? - acrylian - 05-09-2012

Zenphoto uses server based graphic libaries, GD or Imagick. It supports what thoes provide. However Zenphoto is mean for websites so it by default supports web formats (png should really be no issue).

If you need other formats you need to write a plugin. See the plugins class-Anyfile, class-textobject or class-Webdocs for a guide how to do this. By any means they might not work as normal images and you might not be able to let Zenphoto create thumbnails and such.