Search code examples
phpimage-processingdng

What are the alternative ways to manipulate camera raw files in PHP?


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.)?


Solution

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

    Many linux RAW tools are using it too.