Hi. I just discovered this application and am starting to test out the demo. I run a small imaging studio and am hoping to use wingftp as a way to transfer files to and from photographers. I would really love this program if I could add a script to preview tiff and raw files. Would this be possible?
Regards,
Paradigm
Tiff and RAW previews
-
- Site Admin
- Posts: 2107
- Joined: Tue Sep 29, 2009 6:09 am
Re: Tiff and RAW previews
Web client only supports previews for jpg, gif and png images, it does not support tiff and raw images with built-in Gd lib.
-
- Posts: 2
- Joined: Sun Dec 27, 2009 12:45 am
Re: Tiff and RAW previews
That is why I asked if there is the possibility of a script that would allow for some kind of thumbnail or preview for TIFF and RAW. We are unfamiliar with LUA and would like to know about programing possibilities.
We will be purchasing our copy this week, and we are trying to give the people we work for the best possible service.
We will be purchasing our copy this week, and we are trying to give the people we work for the best possible service.
-
- Site Admin
- Posts: 2107
- Joined: Tue Sep 29, 2009 6:09 am
Re: Tiff and RAW previews
It is possible, but I have not found any existed lua lib for Tiff and Raw pictures processing.
So maybe you can make a lua extension(dynamic dll) by yourself with some Tiff/Raw image library. Then you can include it and call it in the html file.
Good luck!
So maybe you can make a lua extension(dynamic dll) by yourself with some Tiff/Raw image library. Then you can include it and call it in the html file.
Good luck!