![]() |
|
Anyone successfully added CR2 processing option? - 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: Anyone successfully added CR2 processing option? (/thread-8659.html) |
Anyone successfully added CR2 processing option? - qb.84 - 2011-05-26 Hello, I just wanted to know if anyone here was successful processing CR2 images using Imagick and Zenphoto. Thanks! Anyone successfully added CR2 processing option? - Laurent - 2011-05-26 To use the imagemagik conversion you have first to upload the image to your server. But the CR2 are very too big for uploading (about 25~30 Mo per files !). You will overload your server. I don't think Zenphoto as this conversion process. The best thing is to convert your images firt on your computeur then upload it ;-) Laurent Anyone successfully added CR2 processing option? - acrylian - 2011-05-27 I have to admit I don't know what CR2 image are actually. How Imagick is configured on the particular server used can differ. Not all file formats it supports are supported by default. Some need to be added as plugin to Imagick. Anyone successfully added CR2 processing option? - Laurent - 2011-05-27 CR2 is the RAW file format from Canon camera : Here is a link to explain : Laurent Anyone successfully added CR2 processing option? - kagutsuchi - 2011-05-27 ImageMagick should be able to handle CR2 files. As far as I can tell, ImageMagick should interpret it as TIFF if it's supported, or unless explicitly told otherwise. You might also be able to use a decode delegate (see But as said before, it's probably not a good idea to be uploading raw images directly and processing them on the fly. Even with caching, it's a heavy load for the server. The better solution would be to convert them first. Anyone successfully added CR2 processing option? - amereservant - 2011-05-29 I agree with the others on not uploading CR2 files. The whole purpose of shooting in RAW is for post-processing flexibility, so why would you want to upload an unprocessed RAW file to begin with? Anyone successfully added CR2 processing option? - qb.84 - 2011-05-31 I tried Imagick but all I get is a broken image icon. We run our own server so storage is not an issue. We had gallery2 set up and it worked great but with our new server things aren't working correctly. I'm alright with the beta plug-in that lets you upload any kind of file, but it would be nice to get a preview for those users that might not like seeing a CR2 icon. I never understood why some people are so against CR2 files. If you don't need them that's fine, it doesn't mean some of us don't need the functionality. Anyone successfully added CR2 processing option? - Laurent - 2011-05-31 Quote:I never understood why some people are so against CR2 files. If you don't need them that's fine, it doesn't mean some of us don't need the functionality. Laurent Anyone successfully added CR2 processing option? - sbillard - 2011-05-31 I always shooot Raw as well, but have no use for CR3--I shoot Nef But more seriously, ne of the downside of shooting RAW is that the camera manufacturer is in control of the format and can (and does) change it. Third party software does not always keep up with these changes. Anyone successfully added CR2 processing option? - qb.84 - 2011-05-31 Laurent, The answer is [b]once[/b]. You upload the CR2, then Zenphoto could create the thumbnail (jpg) and intermediate photo (jpg). Then of course you will be able to download the CR2 as the original. Same process as with any other image file. Like I said before, I used Gallery2 with CR2 files and it didn't take that long to complete the process. |