Oohhhhhh.... Thanks a bunch, Fred!
In this case, all this time since IM7 is out, I didn't really grok the fine differences of running 'magick ...' and 'magick convert ...' !
I'll have to dig deeper into the docu then. Any hints with direct links? Otherwise, I'll dig myself....
Search found 168 matches
- 2018-03-21T12:54:23-07:00
- Forum: Users
- Topic: Cannot get "-set option:wizsize '%wx%h'" to work
- Replies: 4
- Views: 8118
- 2018-03-21T11:44:27-07:00
- Forum: Users
- Topic: Cannot get "-set option:wizsize '%wx%h'" to work
- Replies: 4
- Views: 8118
Re: Cannot get "-set option:wizsize '%wx%h'" to work
I may add the following info. Running this command:
works as expected and prints:
Code: Select all
magick convert wizard: \
-set option:wizsize '%wx%h' \
-print "%[wizsize]\n" \
null:
Code: Select all
480x640
- 2018-03-21T11:04:31-07:00
- Forum: Users
- Topic: Cannot get "-set option:wizsize '%wx%h'" to work
- Replies: 4
- Views: 8118
Cannot get "-set option:wizsize '%wx%h'" to work
In the IM documentation about the '-set'/'+set' command line options (here: https://www.imagemagick.org/script/command-line-options.php#set ) we can find this example: magick convert rose: \ -set option:rosesize '%wx%h' \ -delete 0 \ label:'%[rosesize]' \ label_size_of_rose.gif This works as ...
- 2018-03-21T10:37:54-07:00
- Forum: Users
- Topic: png with transparency to eps
- Replies: 8
- Views: 10949
Re: png with transparency to eps
I tried it but unfortunatelly the transparency is also lost. I end up with a white background. What sort of "transparency"? -- You should know that PostScript does not natively support transparency. (Incidentally, this was one of the motivations for Adobe to leave PostScript behind and develop a ...
- 2018-03-21T10:13:29-07:00
- Forum: Consulting
- Topic: PAID: Help with processing speed
- Replies: 1
- Views: 84651
Re: PAID: Help with processing speed
2 weeks, 1600 views, 0 answers?!
Ping me here (or mail "pipitas AT gmail DOT com"), if you still need help. Is this with PHP?
(BTW, you cannot load JPEGs into a PDF viewer...)
Ping me here (or mail "pipitas AT gmail DOT com"), if you still need help. Is this with PHP?
(BTW, you cannot load JPEGs into a PDF viewer...)
- 2015-07-09T13:24:51-07:00
- Forum: Bugs
- Topic: Building IM 7 on OS X Mavericks fails with "make[1]: *** [coders/coders_aai_la-aai.lo] Error 1"
- Replies: 3
- Views: 10610
Re: Building IM 7 on OS X Mavericks fails with "make[1]: *** [coders/coders_aai_la-aai.lo] Error 1"
I checked out a fresh instance from SVN (old one would keep choking about the "invalid XML" -- I guess somehow my old checkout was corrupted).
This one does build flawlessly.
This one does build flawlessly.
- 2015-07-09T12:35:15-07:00
- Forum: Bugs
- Topic: Building IM 7 on OS X Mavericks fails with "make[1]: *** [coders/coders_aai_la-aai.lo] Error 1"
- Replies: 3
- Views: 10610
Re: Building IM 7 on OS X Mavericks fails with "make[1]: *** [coders/coders_aai_la-aai.lo] Error 1"
Check MagickCore/method-attributes.h. There is a file named method-attribute.h (not method-attribute s .h ). An identically named file is in MagickWand/method-attribute.h . Do you see the MagickCoreSignature define? No, in neither of the above files. If so, your build is picking up an older method ...
- 2015-07-05T11:48:41-07:00
- Forum: Users
- Topic: converting PDF nth to last page
- Replies: 6
- Views: 15028
Re: converting PDF nth to last page
Actually, page counting is zero-based. So 1st to 5th page will require to use [0-4].arpeggio wrote:
to convert say a range of say the 1st to 5th page of a multipage pdf into single images is fairly straight forward using:
convert file.pdf[1-5] file.jpg
[1-5] will give you the second to sixth page.
- 2015-07-05T11:46:15-07:00
- Forum: Users
- Topic: converting PDF nth to last page
- Replies: 6
- Views: 15028
Re: converting PDF nth to last page
To do fifth to last, you'd actually have to specify file.pdf[4--1] -- with file.pdf[5--1] you'd get sixth to last page.fmw42 wrote:Code: Select all
convert file.pdf[5--1] file.jpg
The -1 is the last image in the sequence. see http://www.imagemagick.org/Usage/basics/#list_ops
- 2015-07-05T11:38:05-07:00
- Forum: Bugs
- Topic: Building IM 7 on OS X Mavericks fails with "make[1]: *** [coders/coders_aai_la-aai.lo] Error 1"
- Replies: 3
- Views: 10610
Building IM 7 on OS X Mavericks fails with "make[1]: *** [coders/coders_aai_la-aai.lo] Error 1"
I'm building ImageMagick 7 (current SVN checkout r19059) on a Mac OS X Mavericks (10.9.5) system (with lots of MacPorts software). Up until a few days ago this worked on a regular basis. Since then I see this: kp@mbp:$> ./configure [...my options...] && make ...
- 2015-06-28T07:48:22-07:00
- Forum: Users
- Topic: Mac Mavericks install using MacPorts fails
- Replies: 2
- Views: 9790
Re: Mac Mavericks install using MacPorts fails
Try:
(Strictly speaking, `sudo` is only required for the first command, and isn't required for the last two commands -- but I want to see if it is in your $PATH.)
Code: Select all
sudo port selfupdate
sudo port list imagemagick
sudo port info imagemagick
- 2015-06-26T12:25:05-07:00
- Forum: Bugs
- Topic: [Documentation] Small typo on Website
- Replies: 0
- Views: 7310
[Documentation] Small typo on Website
There is a small typo here: http://www.imagemagick.org/script/formats.php
It abbreviates the newly supported format Better Portable Graphics as BGP (wrong) instead of BPG (correct).
Which version was the first to support BPG, BTW?
It abbreviates the newly supported format Better Portable Graphics as BGP (wrong) instead of BPG (correct).
Which version was the first to support BPG, BTW?
- 2015-06-10T00:33:03-07:00
- Forum: Developers
- Topic: [Feature Request] "TIFF/A" as a supported output format
- Replies: 1
- Views: 6036
[Feature Request] "TIFF/A" as a supported output format
I want draw your attention to a new variant of TIFF -- TIFF/A. It is so new that its formal specification is not even completed yet. :-) The initiative's website is here: http://tiff-a.org/ . Their purpose is to define an official spec for TIFFs which are guaranteed to "survive" long-term ...
- 2015-06-06T08:57:50-07:00
- Forum: Users
- Topic: Output to clipboard
- Replies: 10
- Views: 26516
Re: Output to clipboard
...but 'clipboard:' works only on Windows, not on other OS platforms.dlemstra wrote:clip: is now used to save the clip path of a file, you should use clipboard: instead.
- 2015-06-06T05:11:13-07:00
- Forum: Kudos and Rants
- Topic: ImageMagick has a ridiculous development workflow
- Replies: 26
- Views: 262724
Re: ImageMagick has a ridiculous development workflow
Dirk, will you also be monitoring the "issues" submitted there?