I am trying to convert JPG to RAW using imagemagick. I have it running on my personal test server, but my ISP won't allow apache to execute the "convert" command.
Is there another approach for this?
Thanks in advance.
Use GD and write the code to convert the pixels yourself.
Does GD store the file in an array or something I can use to convert? And is there a reference about the RAW format online so I can know how to convert?