0

I'm re-coding my personal photo blog and want to upload and manipulate photos on site.

I know that Imagick ( Convert RAW photos to JPEG in linux/php ) is an option but I'm wondering if there are any other options out there which enables PHP to manipulate and convert camera raw images (crw, dng etc.)?

Community
  • 1
  • 1
Can Berkol
  • 158
  • 4
  • 10
  • 1
    If I would word an answer to your question, the answer would be "Probably maybe". Would you accept such an answer? – hakre Oct 06 '12 at 13:45

1 Answers1

0

If you need best RAW functionality, use open source command line utility dcraw.

Many linux RAW tools are using it too.

Petr
  • 3,214
  • 18
  • 21