Search found 4 matches

by andyleslie1968
2016-10-31T07:24:08-07:00
Forum: Users
Topic: Identifying min-is-black Property Quickly
Replies: 9
Views: 13570

Re: Identifying min-is-black Property Quickly

We have discovered an anomoly however.

We are currently converting and resampling all of our TIFS to a standard 200 dpi using the following command :
convert -resample 200 sample.tif sample_new.tif

We then identify the black drawings using the command before negating them:
convert sample.tif ...
by andyleslie1968
2016-10-27T06:33:57-07:00
Forum: Users
Topic: Identifying min-is-black Property Quickly
Replies: 9
Views: 13570

Re: Identifying min-is-black Property Quickly

Many Thanks.
The aforementioned convert command works a treat and has literally shaved hours off the processing time.
by andyleslie1968
2016-10-26T00:29:28-07:00
Forum: Users
Topic: Identifying min-is-black Property Quickly
Replies: 9
Views: 13570

Re: Identifying min-is-black Property Quickly

Many Thanks Tom. I will give this a go.
by andyleslie1968
2016-10-25T04:23:36-07:00
Forum: Users
Topic: Identifying min-is-black Property Quickly
Replies: 9
Views: 13570

Identifying min-is-black Property Quickly

Hello

I am currently in the process of trawling through a very large number of TIFF drawings in order to identify those drawings which are black or inverse. ie. With a photometric attribute of min-is-black.

Other than using the "identify -verbose" command which provides all the attributes for each ...