Search found 59 matches

by jaffamuffin
2009-08-17T06:28:58-07:00
Forum: Users
Topic: Processing tick boxes on forms. A method.
Replies: 3
Views: 10191

Processing tick boxes on forms. A method.

Using windows cmd scripting and imagemagick here is a working method to process a form tickboxes and produce a confidence level as well as the form data. Could probably be improved A LOT, but this works and may serve as the basis for someone else to use. http://i32.tinypic.com/23tnv3b.gif http://i30...
by jaffamuffin
2009-07-23T08:27:16-07:00
Forum: Users
Topic: Convert vs Mogrify - not workign for text overlay...
Replies: 2
Views: 8789

Convert vs Mogrify - not workign for text overlay...

Hi all if I do this: convert spdob0002.tif -gravity "South" -draw "text 0,3 'Moshe and Friend'" output_file.jpg I get an image with text printed at the bottom (not exactly what I want, but this is a test) But if I do this: mogrify spdob0002.tif -gravity "South" -draw &q...
by jaffamuffin
2009-06-04T06:25:03-07:00
Forum: Users
Topic: locating 'timing marks' in an image
Replies: 8
Views: 15904

Re: locating 'timing marks' in an image

pitosalas wrote:Jeff, I don't see the link you refer to. Did you leave em out by mistake? Thanks,

Pito
whooops

viewtopic.php?t=13064
by jaffamuffin
2009-06-04T06:05:17-07:00
Forum: Users
Topic: Fastest way to annotate a TIF image with date & time?
Replies: 0
Views: 3848

Fastest way to annotate a TIF image with date & time?

Hi I'm trying to caption a 3300x2300 (200dpi A3) image with the date and time of creation and I have tried the ways in the documentation and came up with this: ifp = input file ofp = output file ts = timestamp string convert %ifp% ^ -quiet ^ -background white ^ -pointsize 20 ^ label:"%ts%"...
by jaffamuffin
2009-06-04T05:49:00-07:00
Forum: Users
Topic: locating 'timing marks' in an image
Replies: 8
Views: 15904

Re: locating 'timing marks' in an image

This link may be useful for processing the 'filled in marks', as I was form processing some things...
by jaffamuffin
2009-03-29T13:06:54-07:00
Forum: Users
Topic: Count color pages of TIFF image
Replies: 7
Views: 16280

Re: Count color pages of TIFF image

removed/ mistakes...
by jaffamuffin
2009-02-15T21:02:19-07:00
Forum: Users
Topic: Using IM to create iPhone shine effect
Replies: 2
Views: 10925

Re: Using IM to create iPhone shine effect

I'm sure it can be done with IM no problems, It looks like just a couple of layer masks on top on an image - fairly straightforward. However I was looking and found there's a lot of talk on what size to use as apparently there is some clipping and scaling. Some people have found 60x60 looks best, bu...
by jaffamuffin
2009-02-13T10:39:22-07:00
Forum: Users
Topic: Multple crops, multiple composites
Replies: 8
Views: 20949

Re: Multple crops, multiple composites

Dialation can be done for black and white images by using either a blur and threshold, or a -convolve and and a threshold.. Fred Wienhaus's script 'morphology' does this and is a good example. You can pull the operations use from his script. http://www.fmwconcepts.com/imagemagick/morphology/index.p...
by jaffamuffin
2009-02-13T03:19:25-07:00
Forum: Users
Topic: Problem with black image while adding text
Replies: 12
Views: 24389

Re: Problem with black image while adding text

I installed the latest release 6.4.9-3 2009-02-05 Q8 and the problem is fixed.

I was previously using 6.3.4 06/01/07 Q8.
by jaffamuffin
2009-02-12T09:26:38-07:00
Forum: Users
Topic: Problem with black image while adding text
Replies: 12
Views: 24389

Re: Problem with black image while adding text

Hi there. I have a simliar issue. I am trying to draw a white rectangle on to a Bilevel G4 tiff, and it is outputting a 4 bit per pixel image with 50% covered in black. And the white is turned grey. convert 0001.tif -fill white -draw "rectangle 2016,1057 2286,2497" -compress group4 -define...
by jaffamuffin
2009-02-06T04:46:32-07:00
Forum: Users
Topic: Multple crops, multiple composites
Replies: 8
Views: 20949

Re: Multple crops, multiple composites

wow. nice response. You are basically extracting area from one document then overlaying them into... THE SAME DOCUMENT, at the SAME LOCATION? Well, yes, but in between the cropping and the compositing I was processing the cropped region with an external program to remove some detail from the image. ...
by jaffamuffin
2009-02-05T05:21:02-07:00
Forum: Users
Topic: Multple crops, multiple composites
Replies: 8
Views: 20949

Re: Multple crops, multiple composites

thanks for the reply - OK i did this convert %1 -write mpr:image +delete ( mpr:image -crop "165x375+85+1350" -write Q1.tif ) ( mpr:image -crop "165x605+85+2370" -write Q2.tif ) ( mpr:image -crop "165x865+1285+960" -write Q3.tif ) ( mpr:image -crop "165x425+1285+240...
by jaffamuffin
2009-02-05T03:43:50-07:00
Forum: Users
Topic: Multple crops, multiple composites
Replies: 8
Views: 20949

Multple crops, multiple composites

Hi all, new here Some great info on here, but is there a search function for the forum? I have used imagemagick for a few years now and it has been extremely useful. My current problem is one of speed. I have a form, from which some regions are cropped out. These regions are processed with another p...
by jaffamuffin
2009-01-30T03:49:13-07:00
Forum: Users
Topic: tif output has inverted colors - sometimes
Replies: 3
Views: 10885

Re: tif output has inverted colors - sometimes

Thank you for that insightful post. I signed up just to say that. Been tearing my hair out for weeks now looking for a solution to this white on black thing. Have used tiffcp where possible, but my latest problem had to be image magick.

Cheers.