Search found 4 matches

by PhillpZeng
2018-07-26T00:02:18-07:00
Forum: Users
Topic: How to ignore Specifying area and page in imagemagick?
Replies: 3
Views: 2167

Re: How to ignore Specifying area and page in imagemagick?

draw is working,but could you give an example how to use rasterize to ignore specify pages?
Thank you very much.
by PhillpZeng
2018-07-25T23:28:54-07:00
Forum: Users
Topic: Compare result text file size is huge
Replies: 8
Views: 3615

Re: Compare result text file size is huge

it is not entirely white, just an extra word in png.

the command as this:

Code: Select all

Compare -compose src A.pdf B.pdf AB.png

Code: Select all

convert AB.png -transparent white sparse-color: > AB.txt
is there any problem?

thank you.
by PhillpZeng
2018-07-24T01:28:41-07:00
Forum: Users
Topic: How to ignore Specifying area and page in imagemagick?
Replies: 3
Views: 2167

How to ignore Specifying area and page in imagemagick?

I am a newer for imagemagick, now, I want to find the difference in PDF files, PDF files have many pages and information, Howerver, the footer&header and specifying pages(e.g.The first page) no need do any comparision, how can I ignore Specifying area (e.g. Timestamp) in ImageMagick when I compa...
by PhillpZeng
2018-07-20T02:37:56-07:00
Forum: Users
Topic: Compare result text file size is huge
Replies: 8
Views: 3615

Re: Compare result text file size is huge

convert c:\diff.png -transparent white sparse-color: > c:\diff.txt
this command did not work to my PNG files, I just get an empty txt file.
is there anything else should I pay attentions?