Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 465 Bytes

readme.md

File metadata and controls

12 lines (8 loc) · 465 Bytes

Camera Raw parsing with php

A class that can fetch preview images from camera raw files.

In order to use this class you'll need a few php mods and some other software installed on your server.

  • imagemagick (Manage images)
  • ufraw (Reading and converting raw files)
  • exiv2 (Extracting previews from raw files)

Click here for more information and documentation.