Search found 1 match

by Doobliheim
2018-09-14T11:15:08-07:00
Forum: Users
Topic: Mogrify throws "not authorized" error
Replies: 1
Views: 3478

Mogrify throws "not authorized" error

Description
Currently, attempting to use mogrify -format pdf ~/Desktop/TIFFs/*.tif results in the following error message:
mogrify: not authorized `PDF' @ error/constitute.c/IsCoderAuthorized/408.

Steps to Repro
brew install ImageMagick
mogrify -format pdf ~/Desktop/TIFFs/*.tif
^ Error is ...