Search found 8 matches

by imname
2016-07-20T07:46:15-07:00
Forum: Users
Topic: How to create a unique/random filename using IM only?
Replies: 2
Views: 2537

Re: How to create a unique/random filename using IM only?

snibgo, that's awesome, thank you! Just what I wanted.
by imname
2016-07-20T06:51:07-07:00
Forum: Users
Topic: How to create a unique/random filename using IM only?
Replies: 2
Views: 2537

How to create a unique/random filename using IM only?

I'm using IM for simple convert operations, like this: convert image.jpg image.png Could you please tell, if there is any way to obtain a unique or random filename for resulting file using IM only abilities without using system variables (I have some specific environment restrictions). As I know, IM ...
by imname
2016-07-18T07:07:48-07:00
Forum: Bugs
Topic: IM is not identifying ICO files without suffix
Replies: 8
Views: 6942

Re: IM is not identifying ICO files without suffix

I'm not a programmer but I would offer the following logic to solve this: 0. Processing file without suffix 1. Tying to identify using all available formats, except ICO 2. If file is not recognized, then trying to put ico: at the begining of the filename (as suggested by magick ) 3. If successful ...
by imname
2016-07-17T06:19:38-07:00
Forum: Bugs
Topic: IM is not identifying ICO files without suffix
Replies: 8
Views: 6942

Re: IM is not identifying ICO files without suffix

It works, thank you. However, my objectives include automatic usage of "convert" command on files with random formats and some of them do not have suffixes. ImageMagic works perfectly for my purpose, except for the case with ICO files. It would be great if you add the same identification support for ...
by imname
2016-07-16T10:09:10-07:00
Forum: Bugs
Topic: IM is not identifying ICO files without suffix
Replies: 8
Views: 6942

Re: IM is not identifying ICO files without suffix

My English is not perfect, so just to clarify, here are steps to reproduce the error:

1) Take the googleg_lodp.ico file
2) Rename it to googleg_lodp (without .ico suffix)
3) Execute the command: magick identify googleg_lodp
by imname
2016-07-16T05:43:03-07:00
Forum: Bugs
Topic: IM is not identifying ICO files without suffix
Replies: 8
Views: 6942

Re: IM is not identifying ICO files without suffix

Same file with added suffix: magick identify google.ico google.ico[0] ICO 16x16 16x16+0+0 32-bit sRGB 5.43KB 0.000u 0:00.000 google.ico[1] ICO 32x32 32x32+0+0 32-bit sRGB 5.43KB 0.000u 0:00.006 I used this file: https://www.google.com/images/branding/product/ico/googleg_lodp.ico UPD: Sorry I forget ...
by imname
2016-07-16T05:42:02-07:00
Forum: Bugs
Topic: IM is not identifying ICO files without suffix
Replies: 8
Views: 6942

Re: IM is not identifying ICO files without suffix

<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <log> <event>2016-07-16T15:39:28+03:00 0:00.003 0.016u 7.0.2 Configure identify[6632]: utility.c/ExpandFilenames/943/Configure Command line: identify {-debug} {All} {google}</event> <event>2016-07-16T15:39:28+03:00 0:00.004 0.016u 7.0.2 ...
by imname
2016-07-16T02:00:10-07:00
Forum: Bugs
Topic: IM is not identifying ICO files without suffix
Replies: 8
Views: 6942

IM is not identifying ICO files without suffix

IM is not identifying ICO files without *.ico suffix. Therefore, all commands are returning the same error: identify: no decode delegate for this image format `' @ error/constitute.c/ReadImage/508. convert: no decode delegate for this image format `' @ error/constitute.c/ReadImage/508. Whereas, all ...