Search found 12 matches

by ynguyen
2012-04-27T13:31:42-07:00
Forum: Users
Topic: null: ??
Replies: 2
Views: 6922

null: ??

What is the null: definition?
and
Can you explain what null: meaning to the statement below.

convert text-file2.tif null: overlay.tif -compose multiply -layers composite FINAL.tif


The statemen above is doing what I am looking for. However, I want to under a bit better on how to use null: for ...
by ynguyen
2012-04-17T20:26:01-07:00
Forum: Users
Topic: Multiple Page Text, Need Page breaker option
Replies: 11
Views: 15897

Re: Multiple Page Text, Need Page breaker option

Anthony,


Any suggestion on the errors below:


Per your recommendation I Download this
ImageMagick-6.7.6-6.src.rpm

RAN this command:
nice rpmbuild --nodeps --rebuild ImageMagick*.src.rpm



Got these errors:
checking if argz actually works... yes
checking whether libtool supports -dlopen ...
by ynguyen
2012-04-17T14:23:10-07:00
Forum: Users
Topic: Multiple Page Text, Need Page breaker option
Replies: 11
Views: 15897

Re: Multiple Page Text, Need Page breaker option

Any suggestion on this errors. This is the end of a make command


CCLD wand/libMagickWand.la
CXX Magick++/lib/Blob.lo
CXX Magick++/lib/BlobRef.lo
CXX Magick++/lib/CoderInfo.lo
CXX Magick++/lib/Color.lo
CXX Magick++/lib/Drawable.lo
CXX Magick++/lib/Exception.lo
CXX Magick++/lib/Functions.lo ...
by ynguyen
2012-04-16T10:44:26-07:00
Forum: Users
Topic: Multiple Page Text, Need Page breaker option
Replies: 11
Views: 15897

Re: Multiple Page Text, Need Page breaker option

fmw42,

Thank you for the information.
1.
I could not find the font that I am looking for.

2. Work Around
The -interline-spacing will be a better tool to manipulate what I am trying to accomplish. However, my current IM's Redhat distribution do not
support the -interline-spacing option ...
by ynguyen
2012-04-13T10:15:23-07:00
Forum: Users
Topic: Multiple Page Text, Need Page breaker option
Replies: 11
Views: 15897

Re: Multiple Page Text, Need Page breaker option

Anthony and fmw42

Thank you very much for help, much appreciate.
Are you interest for you some small freelance image and detection project\coding? please email me yoom@misoccer.us


One more question:
How can I get Roxbury fonts for IM. Can not find it with the following command: identify -list ...
by ynguyen
2012-04-12T23:10:31-07:00
Forum: Users
Topic: Multiple Page Text, Need Page breaker option
Replies: 11
Views: 15897

Re: Multiple Page Text, Need Page breaker option

Anthony,

You are awsome :D . By default, does Perl understand the ^L as a page break to end and start a new page?
I do not understand all the syntax at the moment but your script perform exactly what I am looking for. Thank you very much.

I also need to included the following options, which order ...
by ynguyen
2012-04-12T11:48:25-07:00
Forum: Users
Topic: Multiple Page Text, Need Page breaker option
Replies: 11
Views: 15897

Multiple Page Text, Need Page breaker option

I have a text file that worth 5 pages long.
Each page of the raw text separate with a ^L (control L) to indicate the end of a page.

Each page also ending with a word *** CONTINUE ***

Is there an option to turn on so convert will detect the page breaker such as ^L
or if it see this line ...
by ynguyen
2012-04-12T09:36:24-07:00
Forum: Users
Topic: g3 doesn't work
Replies: 6
Views: 10549

Re: g3 doesn't work

fmw42

Thank you very much for all the help, much appreciate it.

I have tried these option and able to sent to the fax.

composite -geometry +150-180 -compose bumpmap ytext.tif po_orig.tiff -depth 1 -compress Fax fax.tif

ynguyen
by ynguyen
2012-04-11T14:06:59-07:00
Forum: Users
Topic: convert including bilevel image, 8 bit, g3 format
Replies: 1
Views: 3252

convert including bilevel image, 8 bit, g3 format

How to convert a text file or an image into a tiff format with a bilevel image, 8 bit, g3 format information?


Thank you.

ynguyen
by ynguyen
2012-04-11T12:40:58-07:00
Forum: Users
Topic: g3 doesn't work
Replies: 6
Views: 10549

Re: g3 doesn't work

If you do little g3 (not the big G) it will generate two file. Perhaps, it only do this on Linux OS.

However, when I did this (it showed similar error as you had seing).
-bash-4.1# identify testfileNew-0.tiff
identify: Not a TIFF or MDI file, bad magic number 5120 (0x1400). `testfileNew-0.tiff ...
by ynguyen
2012-04-11T12:03:26-07:00
Forum: Users
Topic: g3 doesn't work
Replies: 6
Views: 10549

Re: g3 doesn't work

This is what I have done to convert a text file and produce the g3 image:

1.
cat text-file | convert -font Courier-Bold -density 200 text:- -depth 8 text-file.tiff


2.
convert text-file.tiff g3:new.tiff

The convert will produce two final file
new-0.tiff
new-1.tiff





-bash-4.1# more text-file ...
by ynguyen
2012-04-11T11:18:45-07:00
Forum: Users
Topic: g3 doesn't work
Replies: 6
Views: 10549

g3 doesn't work

When I run the following command and syntax to convert a tiff file into g3 format it will produce two final tiff file.
How can I force convert with g3 to produce one tiff file?


convert text-file.tiff g3:new.tiff

new-0.tiff
new-1.tiff

Version==>ImageMagick 6.5.4-7 2010-02-26 Q16


Purpose:
Trying ...