Skip to content

Commit

Permalink
README: update dep info, particularly for ImageMagick
Browse files Browse the repository at this point in the history
  • Loading branch information
whatdoineed2do/Ray committed Oct 26, 2023
1 parent b7e6dee commit 8c9f063
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ Sample RAW files available https://rawsamples.ch/index.php/en/
Command line util to extract largest thumbnail from (Nikon) RAW files; adds functionality not available in `exiv2` or `exiftool` in that this tool can extract the thumbnail and perform colour space conversions (Adobe to sRGB) and also resizing of the images before writing to disk

## Dependancies
Require `ImageMagick`, `exiv2` and `SampleICC` (local copy available) and `ffmpegthumbnailer` and `libavformat` (from `ffmpeg`) development libraries
Requires [`ImageMagick`](https://github.com/ImageMagick/ImageMagick), [`exiv2`](https://github.com/Exiv2/exiv2) and `SampleICC` (local copy available) and [`ffmpegthumbnailer`](https://github.com/dirkvdb/ffmpegthumbnailer) and `libavformat` (from [`ffmpeg`](https://github.com/FFmpeg/FFmpeg)) development libraries. If you are building `ImageMagick` from source, you should include delegates for:
* jpg
* xml (exif)
* lcms (NEF)
* png
* tiff (NEF)


### Building local SampleICC
If your distribution/host does not have SampleICC (ie Fedora) you can compile the one in this repo. I would build this locally as a static archive
Expand Down

0 comments on commit 8c9f063

Please sign in to comment.