draw is working,but could you give an example how to use rasterize to ignore specify pages?
Thank you very much.
Search found 4 matches
- 2018-07-26T00:02:18-07:00
- Forum: Users
- Topic: How to ignore Specifying area and page in imagemagick?
- Replies: 3
- Views: 2460
- 2018-07-25T23:28:54-07:00
- Forum: Users
- Topic: Compare result text file size is huge
- Replies: 8
- Views: 4325
Re: Compare result text file size is huge
it is not entirely white, just an extra word in png.
the command as this:
is there any problem?
thank you.
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
thank you.
- 2018-07-24T01:28:41-07:00
- Forum: Users
- Topic: How to ignore Specifying area and page in imagemagick?
- Replies: 3
- Views: 2460
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 compare ...
- 2018-07-20T02:37:56-07:00
- Forum: Users
- Topic: Compare result text file size is huge
- Replies: 8
- Views: 4325
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?
this command did not work to my PNG files, I just get an empty txt file.
is there anything else should I pay attentions?