Search found 9 matches

by wkoszek
2016-04-18T09:07:16-07:00
Forum: Bugs
Topic: Non-standard behavior of identify *.png
Replies: 6
Views: 5917

Re: Non-standard behavior of identify *.png

I think space would help.

BTW: If I want numbers in the output lines, I'll pipe the whole thing to `cat -n`, so not sure if this feature is necessary.
by wkoszek
2015-12-03T16:36:28-07:00
Forum: Bugs
Topic: PNG writer stores creation date unconditionally?
Replies: 14
Views: 12759

Re: PNG writer stores creation date unconditionally?

While I don't know what identify does, I know md5/sha1 utilities do pretty much what git will when I commit a file.

I was asking about a workaround for the PNG generation, since I think brew will catch up from the upstream with slight delay.
by wkoszek
2015-11-29T16:28:42-07:00
Forum: Bugs
Topic: PNG writer stores creation date unconditionally?
Replies: 14
Views: 12759

Re: PNG writer stores creation date unconditionally?

Is there a workaround for this? Something I could use with ImageMagick shipped with "brew" or "apt-get" ?

Thanks for confirming,
W.
by wkoszek
2015-11-22T17:05:38-07:00
Forum: Bugs
Topic: PNG writer stores creation date unconditionally?
Replies: 14
Views: 12759

Re: PNG writer stores creation date unconditionally?

Result is the same. Seems like it doesn't work either that way. What I've run:

http://pastebin.com/eAtWmQ0S
by wkoszek
2015-11-21T15:37:06-07:00
Forum: Bugs
Topic: PNG writer stores creation date unconditionally?
Replies: 14
Views: 12759

Re: PNG writer stores creation date unconditionally?

Hi guys https://gist.github.com/wkoszek/fa13a4dc0d1237554f62 I tried all the versions of flags/switches from this block: #f="+set date:create +set date:modify" #f="-define png:exclude-chunks=time" #f="-define png:exclude-chunks=tIME" #f="-define png:exclude-chunks=date,time" f="-define png:exclude ...
by wkoszek
2015-11-19T23:29:36-07:00
Forum: Bugs
Topic: PNG writer stores creation date unconditionally?
Replies: 14
Views: 12759

Re: PNG writer stores creation date unconditionally?

It's either a bug, or I'm doing something very wrong. I tried -png:exclude-chunk=date, and +set and nothing seems to work. My updated script and the output logs:

https://gist.github.com/wkoszek/fa13a4dc0d1237554f62
by wkoszek
2015-11-19T14:10:43-07:00
Forum: Bugs
Topic: Non-standard behavior of identify *.png
Replies: 6
Views: 5917

Re: Non-standard behavior of identify *.png

Hello, Thanks. I was surprised this behavior isn't the default. BTW, http://git.imagemagick.org <- this is linked from the home-page. If you use a password manager, using gitlab.com/ImageMagick is slightly better, since it recognizes the domain correctly. Otherwise it sees git.imagemagics.org as a ...
by wkoszek
2015-11-16T20:18:02-07:00
Forum: Bugs
Topic: PNG writer stores creation date unconditionally?
Replies: 14
Views: 12759

PNG writer stores creation date unconditionally?

Hello, I attempted to create myself some test data as a part of my testdata GitHub repo: https://github.com/wkoszek/testdata/blob/master/gen.rb I see Image Magick's PNG writer behaving in an unexpected way, which doesn't match JPG writer. Issue is related to conditions in which ImageMagick will ...
by wkoszek
2015-11-16T19:42:20-07:00
Forum: Bugs
Topic: Non-standard behavior of identify *.png
Replies: 6
Views: 5917

Non-standard behavior of identify *.png

Hello, Thanks for Image Magick. It's a great suite and I use it nearly every day. Bug report: All UNIX utilities whom one can feed with multiple file-names for processing perform the very same operation/reporting. Example: wkoszek:/tmp/imagemagick> file *.png b1.png: PNG image data, 1000 x 1000, 1 ...