Search found 41 matches

by Jean-Pierre Coulon
2018-02-23T10:37:22-07:00
Forum: Users
Topic: How can I convert a pdf page to jpg with its original resolution?
Replies: 3
Views: 2450

Re: How can I convert a pdf page to jpg with its original resolution?

This PDF page was made with a scan but I don't know how it was converted to pdf. You understood my question. Could you please provide the link to pdfimages? Is it free?
by Jean-Pierre Coulon
2018-02-23T10:12:07-07:00
Forum: Users
Topic: How can I convert a pdf page to jpg with its original resolution?
Replies: 3
Views: 2450

How can I convert a pdf page to jpg with its original resolution?

At present I measure the size of a pixel magnifying the page a lot with acrobat reader. I measure the page width. width/pixel gives me the number of pixels for the width. I try to convert with variable densities till identify gives me the same size. Is there a more productive and more accurate proce...
by Jean-Pierre Coulon
2018-02-22T01:48:14-07:00
Forum: Users
Topic: Using -density in a loop in a batch in Windows 10
Replies: 4
Views: 3137

Re: Using -density in a loop in a batch in Windows 10

Thanks. But in a more complicated case I have to use call for the parameter substitution to work well, e.g.

for /l %%a in (1,1,%1) do (
set /a mypage = "2*%%a +1"
call magick p%%mypage%.tif q%%mypage%%.pdf
)

This fails if you remove "call".
by Jean-Pierre Coulon
2018-02-22T01:08:48-07:00
Forum: Users
Topic: Using -density in a loop in a batch in Windows 10
Replies: 4
Views: 3137

Using -density in a loop in a batch in Windows 10

magick chunk.tif -density %%[fx:w/8.26] chunk.pdf works fine but I want to make a loop for a series of images with this batch: for /l %%a in (1,1,%1) do ( call magick p%%a.tif -density %%[fx:w/8.26] q%%a.pdf ) and when I type mybatch 5 I obtain magick: invalid argument for option 'density' 'w/8.26]'...
by Jean-Pierre Coulon
2017-07-18T10:26:06-07:00
Forum: Users
Topic: What are these huge files when I use Imagemagick?
Replies: 3
Views: 3863

Re: What are these huge files when I use Imagemagick?

Thanks. Some of them have have the "read only" attribute and I have to change this with ATTRIB -R <stuff>.
by Jean-Pierre Coulon
2017-07-18T00:41:22-07:00
Forum: Users
Topic: What are these huge files when I use Imagemagick?
Replies: 3
Views: 3863

What are these huge files when I use Imagemagick?

When I type magick -quality 100% -density 72 myimage.pdf myimage.jpg strange files with tens of MB size are created in C:\Documents and Settings\Coulon\Local Settings\Temp e.g. magick-3372SqB0j-S-pBcL1 size 29 MB. What are they here for? They are not automatically deleted when the conversion has fin...
by Jean-Pierre Coulon
2017-06-11T01:15:24-07:00
Forum: Kudos and Rants
Topic: Why is there an off-topic add at the top of each imagemagick.org page?
Replies: 13
Views: 92992

Re: Why is there an off-topic add at the top of each imagemagick.org page?

If I write my own package including Imagemagick "A few other clarifications include[...] the license is compatible with the GPL V3". But Imagemagick is not GPL. Perhaps a question for a GPL forum :-)

And who or what decides which ad I see at every visit?
by Jean-Pierre Coulon
2017-06-10T23:46:08-07:00
Forum: Kudos and Rants
Topic: Why is there an off-topic add at the top of each imagemagick.org page?
Replies: 13
Views: 92992

Re: Why is there an off-topic add at the top of each imagemagick.org page?

Sometimes in this discourse server I see an ad in French. So certainly not a link to Imagemagick!

Is Imagemagick a member of the Free Software Foundation, GNU Project or similar? I could'nt find its copyright status on the imagemagick site.
by Jean-Pierre Coulon
2017-06-10T11:49:47-07:00
Forum: Kudos and Rants
Topic: Why is there an off-topic add at the top of each imagemagick.org page?
Replies: 13
Views: 92992

Re: Why is there an off-topic add at the top of each imagemagick.org page?

When I log into this forum and move back to either Imagemagick documentation page there is still an ad. Do you mean anything else when you say "logged in"?
by Jean-Pierre Coulon
2017-02-27T11:43:51-07:00
Forum: Kudos and Rants
Topic: Why is there an off-topic add at the top of each imagemagick.org page?
Replies: 13
Views: 92992

Re: Why is there an off-topic add at the top of each imagemagick.org page?

fmw42 wrote: 2017-02-27T11:21:51-07:00 What do you mean by "add"? Do you mean "ad" as in advertising?
Yes. Perhaps "banner" is better. At present it fills the space between "ImageMagick Convert, Edit, or Compose Bitmap Images" and Quick links, FAQ at the top of this forum page.
by Jean-Pierre Coulon
2017-02-27T11:21:55-07:00
Forum: Users
Topic: Installed the last version but old one still comes up.
Replies: 5
Views: 6036

Re: Installed the last version but old one still comes up.

Note that with Windows XP the old grandmother's recipe is still needed for the changes to be effective, even with the "install legacy" click: restart your computer! :-) e.g. without the restart, "magick" is not recognized.
by Jean-Pierre Coulon
2017-02-27T05:39:02-07:00
Forum: Users
Topic: Installed the last version but old one still comes up.
Replies: 5
Views: 6036

Re: Installed the last version but old one still comes up.

Thanks. Now convert -version gives the 2017 version.