Search found 22 matches
- 2017-04-17T08:43:00-07:00
- Forum: Bugs
- Topic: Missing images on forum posts
- Replies: 5
- Views: 8670
Re: Missing images on forum posts
Yeahhh, except that a lot of code snippet results depend on initial images to begin with ... and as the say goes "an image is worth a thousand words... " I have no intention to address ALL of them - some are indeed lost forever, but some, like ImageShack, promise a restoration of the images upon ...
- 2017-04-17T07:29:39-07:00
- Forum: Bugs
- Topic: Missing images on forum posts
- Replies: 5
- Views: 8670
Re: Missing images on forum posts
Fred, It is not just the author of the post - a thread, that one may be interested in, may have dozen of authors, several of those posting may contain files that have been long discarded by the authors. Why not do something that is slightly better - to ask ImageShack to have all specific images of ...
- 2017-04-16T20:42:45-07:00
- Forum: Bugs
- Topic: identify does not recognize Color Spaces properly
- Replies: 37
- Views: 30972
Re: identify does not recognize Color Spaces properly
Any updates on the situation of this bug?
- 2017-04-16T20:37:08-07:00
- Forum: Bugs
- Topic: Missing images on forum posts
- Replies: 5
- Views: 8670
Missing images on forum posts
Has any effort being made to restore the images deposited along the years with ImageShack for the Forums? I am trying, for example, to read: http://www.imagemagick.org/discourse-server/viewtopic.php?t=11726 but it is literally impossible to follow the discussion without the images. When their policy ...
- 2016-11-04T14:01:38-07:00
- Forum: Bugs
- Topic: identify does not recognize Color Spaces properly
- Replies: 37
- Views: 30972
Re: identify does not recognize Color Spaces properly
I imagine you want the verbose on the second command, no? $ convert logo: logo.pdf $ convert -verbose logo.pdf logo.jpg "gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72 ...
- 2016-11-04T11:00:00-07:00
- Forum: Bugs
- Topic: identify does not recognize Color Spaces properly
- Replies: 37
- Views: 30972
Re: identify does not recognize Color Spaces properly
I get:
Code: Select all
$ convert -list configure | grep "DELEGATES"
DELEGATES bzlib djvu mpeg fftw fontconfig freetype jbig jng jpeg lcms lqr lzma openexr pango png ps rsvg tiff wmf x xml zlib
- 2016-11-04T10:28:52-07:00
- Forum: Bugs
- Topic: identify does not recognize Color Spaces properly
- Replies: 37
- Views: 30972
Re: identify does not recognize Color Spaces properly
Fred, I have not upgraded IM. I am running the stock installation from Ubuntu. $ convert --version Version: ImageMagick 6.8.9-9 Q16 x86_64 2016-06-01 http://www.imagemagick.org Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC Features: DPC Modules OpenMP Delegates: bzlib cairo djvu fftw ...
- 2016-11-04T10:01:35-07:00
- Forum: Bugs
- Topic: identify does not recognize Color Spaces properly
- Replies: 37
- Views: 30972
Re: identify does not recognize Color Spaces properly
I get: $ convert -verbose im-bug.pdf null: "gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE -dNOPROMPT -dMaxBitmap=500000000 -dAlignToPixels=0 -dGridFitTT=2 "-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" "-sOutputFile=/tmp/magick-6840C2VyYtXdwttI%d" "-f/tmp/magick-6840iBaazpR5Dvkc ...
- 2016-11-03T22:29:52-07:00
- Forum: Bugs
- Topic: identify does not recognize Color Spaces properly
- Replies: 37
- Views: 30972
Re: identify does not recognize Color Spaces properly
I get: $ convert --version Version: ImageMagick 6.8.9-9 Q16 x86_64 2016-06-01 http://www.imagemagick.org Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC Features: DPC Modules OpenMP Delegates: bzlib cairo djvu fftw fontconfig freetype jbig jng jpeg lcms lqr ltdl lzma openexr pangocairo png ...
- 2016-11-03T22:11:20-07:00
- Forum: Bugs
- Topic: identify does not recognize Color Spaces properly
- Replies: 37
- Views: 30972
Re: identify does not recognize Color Spaces properly
Uoooo! that is interesting ....I am using GS 9.18 which is the latest available from Ubuntu 14.04 LTS. The problem is on 14.04 as well as 14.10 versions of Ubuntu. $ identify -verbose cmyk.pdf | more Image: cmyk.pdf Format: PNG (Portable Network Graphics) Mime type: image/png Class: DirectClass ...
- 2016-11-03T17:36:27-07:00
- Forum: Bugs
- Topic: identify does not recognize Color Spaces properly
- Replies: 37
- Views: 30972
Re: identify does not recognize Color Spaces properly
Nope, the image has nothing todo with a PNG, even the generation of it has nothing todo with a PNG. You can try on your own machine! Just download my example and run: $ identify -verbose im-bug.pdf Image: im-bug.pdf Format: PNG (Portable Network Graphics) Mime type: image/png Class: DirectClass ...
- 2016-11-03T16:34:24-07:00
- Forum: Bugs
- Topic: identify does not recognize Color Spaces properly
- Replies: 37
- Views: 30972
Re: identify does not recognize Color Spaces properly
I understand, and I see that several things about size, etc ... can be inferred by the PNG produced by GS, but other properties are not - for example - it is wrong to run: identify -verbose file.pdf and get back something like we are getting right now: Format: PNG (Portable Network Graphics) Mime ...
- 2016-11-03T16:04:00-07:00
- Forum: Bugs
- Topic: identify does not recognize Color Spaces properly
- Replies: 37
- Views: 30972
Re: identify does not recognize Color Spaces properly
Oh, I see, on "convert" not "identify" . Thank you Fred! Now I see where many other wrong things about the image come from, like for example (on my PDF): Format: PNG (Portable Network Graphics) Mime type: image/png The program is converting it into a PNG and then taking the information from the PNG ...
- 2016-11-03T14:36:30-07:00
- Forum: Bugs
- Topic: identify does not recognize Color Spaces properly
- Replies: 37
- Views: 30972
Re: identify does not recognize Color Spaces properly
Add -verbose to your identify command-line to see the Ghostscript command-line we leverage to render PDF. All rendering is performed by Ghostscript. We do some inspection of the PDF and if there were a reliable way to determine colorspace with shallow inspection, we could implement that. It can't ...
- 2016-11-03T09:33:45-07:00
- Forum: Bugs
- Topic: identify does not recognize Color Spaces properly
- Replies: 37
- Views: 30972
Re: identify does not recognize Color Spaces properly
Three things here then: 1- We have a problem of labeling, if it is "Color Space as rendered by the GhostScript output device" then it should be labelled as such and not as "Color Space" that has a meaning defined in the PDF Reference Manual and and an usage that is standard in dozens of tools. 2 ...