Search found 38 matches

by RQuadling
2009-09-30T02:54:30-07:00
Forum: Users
Topic: Seemingly random negative images.
Replies: 9
Views: 42893

Re: Seemingly random negative images.

If I change the -compress option to LZW, the image is correct (and the colormap is in the same order).

At this stage, I don't know if this would have an impact on anything else.
by RQuadling
2009-09-30T00:51:25-07:00
Forum: Users
Topic: Seemingly random negative images.
Replies: 9
Views: 42893

Re: Seemingly random negative images.

Hi. I've created a RAR archive containing the following files. Original images provided by GFI FaxMaker. 2009_09_30_08_12_tg4C5C60.tif (ends up as the normal files) 2009_09_30_08_14_tg4DDC20.tif (ends up as the reversed files) Single page per image files. normal_aaa.tif normal_aab.tif normal_aac.tif...
by RQuadling
2009-09-29T07:57:55-07:00
Forum: Users
Topic: Seemingly random negative images.
Replies: 9
Views: 42893

Seemingly random negative images.

Hi. I'm processing multipage TIFF faxes. The processing involves splitting the document into single pages (Cygwin's TIFFSPLIT.EXE) and adding a banner to the top and bottom of the page (Image Magick's CONVERT.EXE). The problem I'm getting is that the ColorMap in the resulting TIF files is inconsiste...
by RQuadling
2009-09-28T05:26:39-07:00
Forum: Bugs
Topic: Adding to Windows Path reverses path order.
Replies: 2
Views: 7958

Adding to Windows Path reverses path order.

Hi. Completely threw me for a million this one did. No ImagickInstalled. PATH is currently PATH=C:\Batch;C:\Utils;D:\PHP Quickies;C:\Program Files\Windows Resource Kits\Tools\;D:\Personal Files\Downloads\Software\System Tools\SysInternals;C:\PHP5;C:\Ruby\bin;C:\Program Files\TortoiseSVN\bin ;C:\Prog...
by RQuadling
2009-09-28T02:44:26-07:00
Forum: Users
Topic: Joining MANY images into a single PDF.
Replies: 2
Views: 6541

Re: Joining MANY images into a single PDF.

Thank you.
by RQuadling
2009-09-22T06:06:15-07:00
Forum: Users
Topic: Joining MANY images into a single PDF.
Replies: 2
Views: 6541

Joining MANY images into a single PDF.

Hi. I've got 264 images which I want to bind into a single PDF file. I can do this at the command line for a few images ... convert img1.tif img2.tif img3.tif big.pdf and that works fine. But the actual filenames are ... \\BV-CLUSTER-FILE\BANDVULCFAXESRECEIVED\2009\01\22\2009-01-22__09-45__Page-0153...
by RQuadling
2009-07-06T08:40:38-07:00
Forum: Users
Topic: Where can I find old win32 binaries of IMagick?
Replies: 3
Views: 8838

Re: Where can I find old win32 binaries of IMagick?

Damn. Win32 binaries don't go back that far.

Oh well, never mind. The issue is on an associates CentOS server (well, the difference between 2 servers). The convert works on 1 but not the other. Both versions look the same (but I don't know enough to be able to tell on non win32).
by RQuadling
2009-07-06T07:24:48-07:00
Forum: Users
Topic: Where can I find old win32 binaries of IMagick?
Replies: 3
Views: 8838

Where can I find old win32 binaries of IMagick?

Hi.

I'm looking for ImageMagick 6.2.8 04/17/08 Q16.

Are the older releases stored anywhere?

Regards,

Richard Quadling.
by RQuadling
2008-04-04T02:54:18-07:00
Forum: Users
Topic: Tiff2PDF.
Replies: 1
Views: 7784

Tiff2PDF.

Hi. I am on Windows and have Cygwin also. I have Tiff2PDF which is ... LIBTIFF, Version 3.8.2 Copyright (c) 1988-1996 Sam Leffler Copyright (c) 1991-1996 Silicon Graphics, Inc. I am having an issue with this program not converting annotations (Tag 0x80A4 Wang Annotations ) In hunting on Google for t...
by RQuadling
2007-12-05T03:02:09-07:00
Forum: Users
Topic: Impossible to add text into a TIF file
Replies: 8
Views: 15939

Re: Impossible to add text into a TIF file

Sorry, that I am not going to wade through. I said a small example, as in a small image with the simplified command for testing. Ha ha. Anthony, that was just an example from my system to show that you CAN quite easily add text to TIF files. I'm not the person who asked for help. Ok, so it wasn't s...
by RQuadling
2007-12-04T09:16:48-07:00
Forum: Users
Topic: Can I interact with the TIF Tags?
Replies: 0
Views: 3209

Can I interact with the TIF Tags?

Hi. We have several hundred thousand faxes which have had annotations added to them using the Microsoft Windows Picture and Fax Viewer. According to AsTiffTagViewer ver 2.00, your free TIFF Tag Viewer for Windows , the tag for the annotation is the "Wang Annotation". At this stage, it is j...
by RQuadling
2007-12-04T08:58:01-07:00
Forum: Users
Topic: Impossible to add text into a TIF file
Replies: 8
Views: 15939

Re: Impossible to add text into a TIF file

This is a few lines from my convert.log file which is a record of all the converts that a batch file I have has run. CONVERT "Y:\CCC\received\2007\11\30\2007-11-30__07-16__Page-0001__9KFC9A.jpg" -resize 1728 -bordercolor black -fill black -border 0x100 -draw "fill white stroke black s...
by RQuadling
2007-03-30T04:44:55-07:00
Forum: Users
Topic: Occassionally the CONVERT command doesn't.
Replies: 0
Views: 5145

Occassionally the CONVERT command doesn't.

Hi. Using ImageMagick V6.3.3-4 (http://www.imagemagick.org/download/binaries/ImageMagick-6.3.3-4-Q8-windows-dll.exe) with the following command (this is generated by a BAT file for thousands of files and runs 24/7). CONVERT "\Faxes\received\2007\03\29\2007-03-29__14-14__Page-0442__3119BELD.tif&...
by RQuadling
2006-12-18T04:19:22-07:00
Forum: Users
Topic: Problems using "-draw" on a TIFF file.
Replies: 6
Views: 18389

Nasty is OK. It is doing the job I want. I'm a true novice at IM so I still don't see why the option of -compress Group4 doesn't do all the things necessary to make the file a Group4 compressed tiff file! Whatever IM is doing that restricts the file being a G4 Tiff should be removed when the command...