Search found 168 matches

by pipitas
2015-04-20T15:28:05-07:00
Forum: Bugs
Topic: convert fails with purportedly valid pdfs
Replies: 5
Views: 7386

Re: convert fails with purportedly valid pdfs

I suspect there is something wrong with the pdfs, but since the vendor claims they're valid, I want to ask if anyone in the imagemagick community can spot an ImageMagick problem here. This looks like it is a PDF decoding problem in the first place. PDF decoding is accomplished by Ghostscript (on Im...
by pipitas
2015-04-20T15:15:28-07:00
Forum: Developers
Topic: ICNS format support
Replies: 2
Views: 5987

Re: ICNS format support

allpowerful32 wrote:FWIW, libicns does seem to be available in both homebrew and debian wheezy package repos.
libicns is also available on MacPorts...
by pipitas
2015-04-20T00:33:03-07:00
Forum: Users
Topic: Is it possible to merge multiple 'montage' command ?
Replies: 4
Views: 5262

Re: Is it possible to merge multiple 'montage' command ?

IM does not support combining directly between convert and montage. This answer does so, successfully,... http://stackoverflow.com/a/29735672/359307 ...and it is getting the fastest benchmark result (a saving of ~28% in time when compared to MrChristo's 4 single commands). But maybe with "comb...
by pipitas
2015-04-20T00:28:15-07:00
Forum: Users
Topic: Is it possible to merge multiple 'montage' command ?
Replies: 4
Views: 5262

Re: Is it possible to merge multiple 'montage' command ?

Hello everybody I have a script that takes 4 pictures and duplicate them to have 8 small pictures in one. Here is what i expect : http://img11.hostingpics.net/pics/831624stack.png [....] Is that a good way to do it ? Thanks everybody ! You asked here too, http://stackoverflow.com/q/29727816/359307 ...
by pipitas
2015-04-17T15:08:58-07:00
Forum: Users
Topic: How can I make border for a transparent image, and increase it's size?
Replies: 5
Views: 9965

Re: How can I make border for a transparent image, and increase it's size?

It is much better, the corners aren't cutted, but now the image size a little bit too big for the image. There is some space around the borders. You could append a final '-trim' operator (plus a '+repage') to get rid of the extra space: convert stone.png -bordercolor none -border 30 -background red...
by pipitas
2015-04-04T11:08:35-07:00
Forum: Users
Topic: What do the last two items in 'identify' output mean?
Replies: 2
Views: 3288

Re: What do the last two items in 'identify' output mean?

They indicate the time(s) in seconds (u for 'user time', the other for total elapsed time) required to run the `identify` command... Having said that, I do not think this is a very useful addition to the output of the very scarce content of a simply `identify`. It would probably be better to get rid...
by pipitas
2015-04-02T13:37:32-07:00
Forum: Users
Topic: Support for PDF/A output
Replies: 11
Views: 29761

Re: Support for PDF/A output

As far as I understand matters, you would only have to re-define the Ghostscript command line in the file 'delegates.xml', as Ghostscript would only need the -dPDFA option set (see http://pages.cs.wisc.edu/~ghost/doc/cvs/Ps2pdf.htm#PDFA ). I don't think Ghostscript has any role when it comes to gen...
by pipitas
2015-03-26T05:50:21-07:00
Forum: Users
Topic: Detect Postscript Level of EPS
Replies: 1
Views: 2816

Re: Detect Postscript Level of EPS

There is no easy, straightforward, reliable way to detect the PostScript level of an EPS (or of any other PostScript file). Some PS files may provide it as a DSC comment like '%%LanguageLevel: 2' (which may be supplemented by '%%Extensions:'. But you cannot trust this, it may be wrong. More reliable...
by pipitas
2015-03-25T08:34:43-07:00
Forum: Bugs
Topic: Converting eps to eps3 loosing clipping path
Replies: 27
Views: 23389

Re: Converting eps to eps3 loosing clipping path

Did you find out how Photoshop is storing the clipping path different to ImageMagick? Can imagemagick store it the same way? The file contains a big chunk of binary "garbage", sized 64400 Bytes, before even the magic line %!PS-Adobe-3.0 EPSF-3.0 appears. I assume the (proprietary!) clippi...
by pipitas
2015-03-25T07:24:34-07:00
Forum: Bugs
Topic: Converting eps to eps3 loosing clipping path
Replies: 27
Views: 23389

Re: Converting eps to eps3 loosing clipping path

@pipitas There IS a clipping path in JPG. No, to my knowledge, clipping paths are no part in the official JPEG file format specification. At least photoshop can store it Yes, it is a proprietary extension of Photoshop. Only those applications which have reverse-engineered how it works can make use ...
by pipitas
2015-03-25T07:08:46-07:00
Forum: Bugs
Topic: Converting eps to eps3 loosing clipping path
Replies: 27
Views: 23389

Re: Converting eps to eps3 loosing clipping path

Can you or one of the other readers of this topic help me find a document that tells us it is allowed to write '%BeginPhotoshop' in a PostScript 3 document?. Any line in a PostScript file starting with the '%' character indicates that this complete line is a comment and should not be interpreted by...
by pipitas
2015-03-25T07:00:54-07:00
Forum: Bugs
Topic: Converting eps to eps3 loosing clipping path
Replies: 27
Views: 23389

Re: Converting eps to eps3 loosing clipping path

But it shows "ps:Level: Adobe-3.0 EPSF-3.0" - doesn't that mean level 3 ? No, it doesn't. The string "Adobe-3.0 EPSF-3.0" has to be read as two different declarations: PS-Adobe-3.0 EPSF-3.0 The first of these declarations, "PS-Adobe-3.0" , declares that the file creato...
by pipitas
2015-03-24T11:39:28-07:00
Forum: Bugs
Topic: Converting eps to eps3 loosing clipping path
Replies: 27
Views: 23389

Re: Converting eps to eps3 loosing clipping path

Currently I can not provide the EPS, but with a JPEG (with Path) -> EPS3 I have the same problem. Here is the file I am using: http://www.file-upload.net/download-10444018/dreieck_rgb_pfad.jpg.html $ /opt/imagemagick-6.9/bin/identify -verbose dreieck_rgb_pfad.jpg | grep Clipping Clipping path: I re...
by pipitas
2015-03-07T15:28:55-07:00
Forum: Bugs
Topic: Windows portable 'convert -list configure' reports wrong version
Replies: 3
Views: 5123

Re: Windows portable 'convert -list configure' reports wrong version

Still noone? To make it more obvious, in case you overlooked at first: C:\Users\pipitas>\pa\ImageMagick-6.9.0-6\convert.exe -list configure [...] Path: \pa\ImageMagick-6.9.0-6\configure.xml [...] LIB_VERSION 0x662 LIB_VERSION_NUMBER 6,6,2,5 NAME ImageMagick RELEASE_DATE 2010-06-15 VERSION 6.6.2
by pipitas
2015-03-06T11:39:49-07:00
Forum: Bugs
Topic: Windows binaries: Wrong version numbers?
Replies: 2
Views: 3841

Re: Windows binaries: Wrong version numbers?

See also, from 2-3 weeks ago: http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27051 " Windows portable 'convert -list configure' reports wrong version " to which, unfortunately, no-one has responded yet. Seems our much appreciated IM developers are too busy currently wi...