Search found 38 matches

by RQuadling
2006-12-15T02:24:12-07:00
Forum: Users
Topic: Problems using "-draw" on a TIFF file.
Replies: 6
Views: 18369

Hallelujah.

Thank you! Thank you! Thank you!

You have helped me a LOT!!!!

I can now release this to the users and they can marvel at my genius!

As I often say, "I'm standing on the shoulders of some very clever giants!".

Thank you!!!!

Oh.

T H A N K Y O U ! ! ! :D
by RQuadling
2006-12-14T04:15:22-07:00
Forum: Users
Topic: Problems using "-draw" on a TIFF file.
Replies: 6
Views: 18369

Problems using "-draw" on a TIFF file.

I'm SLOWLY getting to grips with ImageMagick. Version: ImageMagick 6.3.1 12/09/06 Q8 http://www.imagemagick.org Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC On Windows XP. I need to add a banner to a fax file. An original fax is available at http://rquadling.php1h.com/92CUP6.tif . I hav...
by RQuadling
2006-12-13T08:24:50-07:00
Forum: Bugs
Topic: don´t work compress group 4 a tiff image ?
Replies: 1
Views: 17674

Did you get anywhere with this? I'm having the same problem ...

I want to add a banner to a fax file and keep it as Group4 compression.

I've got ...

CONVERT -type bilevel -monochrome -compress group4 ...

and still not getting a Group4 type tiff file!
by RQuadling
2006-12-13T08:23:10-07:00
Forum: Users
Topic: Creating group 4 compression TIFF from C#
Replies: 1
Views: 9179

Did this work?

I've got ...

CONVERT -type bilevel -monochrome -compress group4 ...

and still not getting a Group4 type tiff file!
by RQuadling
2006-12-06T03:54:36-07:00
Forum: Bugs
Topic: TIF file compression types not acknowledged.
Replies: 0
Views: 8812

TIF file compression types not acknowledged.

All the notes regarding the problem (as I see it) are available at http://redux.imagemagick.org/discourse-server/viewtopic.php?p=24202#24202 If you need any more info, I'm more than willing to supply the tiff files I create as well as a few source tiff files from our fax server. Regards, Richard Qua...
by RQuadling
2006-12-06T03:46:22-07:00
Forum: Users
Topic: Adding a text banner to a tiff file.
Replies: 4
Views: 15201

This is the command I am using to create a banner CONVERT -size 1728x100 xc:white -draw " fill black stroke black rectangle 0,0 339,99 rectangle 1419,0 1727,99 fill black font Consolas font-size 60 stroke white stroke-width 4 text 5,44 '2006/12/03' text 88,94 '14:21' font-size 140 text 1422,94 ...
by RQuadling
2006-12-04T15:10:55-07:00
Forum: Users
Topic: Adding a text banner to a tiff file.
Replies: 4
Views: 15201

The main problem that I have is that I don't know the length of the images. I know that they will ALWAYS be 1728 pixels wide. The length depends the length of the original page sent at the other end. I've manage to create a banner as a separate file. I intend to then append the two images into 1. I'...
by RQuadling
2006-12-04T04:05:52-07:00
Forum: Users
Topic: Adding a text banner to a tiff file.
Replies: 4
Views: 15201

Adding a text banner to a tiff file.

Hi. We receive faxes via a fax card (4 lines - around 1000 pages a day). I currently have a script which takes the fax (which may contain multiple pages), splits them into individual pages, gives them a unique name based upon the date and time the fax was received and the page number for the day (so...