Search found 4 matches

by tblaney
2017-07-03T13:43:18-07:00
Forum: Users
Topic: Mogrify TIFF - Too many exceptions
Replies: 6
Views: 5704

Re: Mogrify TIFF - Too many exceptions

+adjoin is not really what I want. I want both pages to be in the same PNG. The original command string works when I run on a windows OS system. The newly installed Mac OS version is failing.
by tblaney
2017-07-03T13:38:53-07:00
Forum: Users
Topic: Mogrify TIFF - Too many exceptions
Replies: 6
Views: 5704

Re: Mogrify TIFF - Too many exceptions

I tried it, I should have mentioned that. There is something wrong with Adjoin Command:

Code: Select all

mogrify: unrecognized option `+adjoin' @ error/mogrify.c/MogrifyImageCommand/4106.
by tblaney
2017-07-03T13:18:26-07:00
Forum: Users
Topic: Mogrify TIFF - Too many exceptions
Replies: 6
Views: 5704

Re: Mogrify TIFF - Too many exceptions

Thanks for the response FMW42 I reran with the following command: mogrify -append -path ./PNGs/ -format png *.tiff -quite I removed the quality and used the default. I need the append in, it produces 1 file out of the TIFF. If left out it creates 2 since the output is a PNG. The result was the same ...
by tblaney
2017-07-03T12:26:36-07:00
Forum: Users
Topic: Mogrify TIFF - Too many exceptions
Replies: 6
Views: 5704

Mogrify TIFF - Too many exceptions

I have a script that I run on a window VM runs through a directory and combines 2 TIFF images into 1. Basically, its the front and back of a document and creates 1 file. I have since install Imagemagick on my Mac OS Sierra 10.12.5. When I run this same command, it makes it 50% of the way through the ...