Search found 190 matches

by 246246
2015-08-08T18:52:24-07:00
Forum: Users
Topic: Tiff with layers boolean?
Replies: 32
Views: 41977

Re: Tiff with layers boolean?

IT seems Layer-readable tiff contains 8BIMLayr in 37724 tag, as documented in http://partners.adobe.com/public/developer/en/tiff/TIFFphotoshop.pdf $ tiffinfo greenscreen_people_sitting/xoio_people_sitting_001.tif 2> /dev/null | perl -ne 'if (/^\s*Tag 37724:\s*(.*)/) {print map {s/^0x(.*)/pack("...
by 246246
2015-08-07T21:47:08-07:00
Forum: Users
Topic: Tiff with layers boolean?
Replies: 32
Views: 41977

Re: Tiff with layers boolean?

I can reproduce this problem with this tiff: https://www.dropbox.com/s/heuy7yj037azlhb/test.tif?dl=0 In Photoshop CS6 it is shown as https://www.dropbox.com/s/bygy83qdavgvku1/inpscs6.png?raw=1 C:\>identify -format "%[tiff:has-layers]\n" V:\tmp\test.tif[0] identify.exe: Incompatible type fo...
by 246246
2015-08-06T04:06:09-07:00
Forum: Users
Topic: convert large amount of .eps files to a single .gif animation
Replies: 2
Views: 4468

Re: convert large amount of .eps files to a single .gif animation

Last OS error: 28 I think this means disk full in linux/Unix. http://bugs.ghostscript.com/show_bug.cgi?id=693208 or http://www.imagemagick.org/discourse-server/viewtopic.php?t=15749 If so, set the environment variable MAGICK_TMPDIR to proper directory that have more free space, and better also set ...
by 246246
2015-08-05T17:33:58-07:00
Forum: Users
Topic: Status returned by "identify"
Replies: 3
Views: 3663

Re: Status returned by "identify"

It works for me. (6.9.1-3 on Cygwin bash) $ identify test.jpg test.jpg JPEG 500x500 500x500+0+0 8-bit CMYK 16.6KB 0.000u 0:00.000 $echo $? 0 $ tr '\003' '\002' < test.jpg > broken.jpg $ identify broken.jpg identify: Bogus marker length `broken.jpg' @ error/jpeg.c/JPEGErrorHandler/322. $ echo $? 1 In...
by 246246
2015-08-03T21:22:57-07:00
Forum: Users
Topic: Help compiling from source on Mavericks
Replies: 17
Views: 20549

Re: Help compiling from source on Mavericks

centesimiae wrote:You've exactly described the problem. I replaced both Makefile and libtool in the source directory from a system that was on 10.8 and compiled with the above procedure fine and everything is working now.
Glad to here it. :D
by 246246
2015-08-03T21:20:27-07:00
Forum: Users
Topic: Help compiling from source on Mavericks
Replies: 17
Views: 20549

Re: Help compiling from source on Mavericks

Yes, \$global_symbol_pipe is "" in libtool. Replacing it with with /bin/cat produces: /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am CCLD coders/aai.la Undefined symbols for architecture x86_64: "_EH_frame1", referenced from: -exported_symbol[s_list] command line...
by 246246
2015-08-03T21:15:36-07:00
Forum: Users
Topic: Help compiling from source on Mavericks
Replies: 17
Views: 20549

Re: Help compiling from source on Mavericks

(I'm not using MacOS, but this happened in many unix.) I think just remove "| \$global_symbol_pipe" from libtool (that is ascii text shell) might work. Of course it's a temporary workaround. (Or check the make output from 10.8 and do the same manually at that point.) See http://permalink.g...
by 246246
2015-08-03T20:44:54-07:00
Forum: Users
Topic: Help compiling from source on Mavericks
Replies: 17
Views: 20549

Re: Help compiling from source on Mavericks

What dose it returns? $ fgrep 'sort | uniq' `which libtool` Between nm and sed, there must be \$global_symbol_pipe, that is somehow missing during configure. [EDIT] As the make executing "./libtool", check ./libtool instead of `which libtool` (Current directory is the top of the soruce.)
by 246246
2015-08-03T01:32:45-07:00
Forum: Users
Topic: Cannot find IPTC data in tiff
Replies: 4
Views: 5869

Re: Cannot find IPTC data in tiff

The IPTC data you are looking via exif2 $ exiv2 -pi test.tif Iptc.Envelope.CharacterSet String 3 Iptc.Application2.RecordVersion Short 1 4 Iptc.Application2.DateCreated Date 8 2013-09-07 Iptc.Application2.TimeCreated Time 11 06:45:12+00:00 Iptc.Application2.DigitizationDate Date 8 2013-09-07 Iptc.Ap...
by 246246
2015-07-30T06:53:38-07:00
Forum: Users
Topic: Error converting strange EPS format
Replies: 14
Views: 10373

Re: Error converting strange EPS format

Now I understand where your eps file is broken. It is not a bug of Ghostscript. As I previously commented, data part is preserved with no problem. See the flagment of your eps: /MetadataString 15961 string def % exact length of metadata /TempString 100 string def /ConsumeMetadata { currentfile TempS...
by 246246
2015-07-30T00:18:13-07:00
Forum: Users
Topic: Error converting strange EPS format
Replies: 14
Views: 10373

Re: Error converting strange EPS format

You can find many ASCII85 decoders from web: https://en.wikipedia.org/wiki/Ascii85#External_links Find suitable one for your environment. I tested with pre-Compiled cygwin binary found at: http://matsp888.no-ip.org/~mats/software/winunix/convert/ascii85-tools/c/ http://matsp888.no-ip.org/~mats/soft...
by 246246
2015-07-29T17:59:05-07:00
Forum: Users
Topic: Error converting strange EPS format
Replies: 14
Views: 10373

Re: Error converting strange EPS format

Just a quick response. I'm not sure it's a bug of GS, but your data is saved as jpg between beginimage and %%EndBinary beginimage s4IA>!"M;*Ddm8XA3^+p!!3,S!/(=R!WiH*!sAZ,"9eo1"9eu5"U,&6#R:S>#6tMB ... ... .])Ag?J)RnqI"F2Ki\Q4i)[o2m/?ch<M]eGPDZiiLqp':;\af^f`~> %%EndBinary ...
by 246246
2015-07-29T07:12:34-07:00
Forum: Users
Topic: How to get exact color values from EPS files...
Replies: 4
Views: 10184

Re: How to get exact color values from EPS files...

Hi Thanks for reply, I am used this commands, "identify -verbose image_cmyk.eps" "identify -verbose image_rgb.eps" but in both outputs, "Colorspace" provides the value "CMYK". Image files are created in Adobe Illustrator. I think ImageMagick only read the %%D...
by 246246
2015-07-28T20:37:26-07:00
Forum: Users
Topic: Using Stream as a Batch Tool
Replies: 4
Views: 3526

Re: Using Stream as a Batch Tool

Mogrify doesn't have the ability to stream to a binary short storage file, which is what I really need. Neither does convert, otherwise I would be using that. The -map and -storage-type tools are stream only. In your case, if I understand correctly, convert -depth 16 file.bmp GRAY:file.raw will do ...
by 246246
2015-07-28T18:31:35-07:00
Forum: Users
Topic: Number of pages of tiff in version 6.9.1
Replies: 9
Views: 9044

Re: Number of pages of tiff in version 6.9.1

For me in the 6.9.0 version it always produced the output only once, nevertheless if I use "%n", "%n\n" or "%n ". It seems that for the latest version 6.9.1 it produces its output once per page... Just curious what is your OS and exact version of your ImageMagick? (I t...