Search found 5 matches

by Thrandur
2018-01-18T13:19:43-07:00
Forum: Users
Topic: Output file name
Replies: 10
Views: 13643

Re: Output file name

Thanks all :)

This has been an interesting journey of discovery - so I wanted to share some steps:

//Step 1 - List files and find corrupt
identify -regard-warnings *.* >log.txt 2>&1

//Step 2 - Delete corrupt files and file formats you don't plan on using

//Step 3a - Generate thumbnails + list ...
by Thrandur
2018-01-17T17:18:31-07:00
Forum: Users
Topic: Output file name
Replies: 10
Views: 13643

Re: Output file name

Thanks GeeMack

A corrupt file could be the cause, but then I have to find out in what order the files are processed by IM or even better the actual file that causes trouble.

An update didn't help :(
by Thrandur
2018-01-17T11:27:30-07:00
Forum: Users
Topic: Output file name
Replies: 10
Views: 13643

Re: Output file name

That is the strange part - no error message.

identify -version
Version: ImageMagick 7.0.6-10 Q16 x64 2017-08-27 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Visual C++: 180040629
Features: Cipher DPC ...
by Thrandur
2018-01-17T09:03:09-07:00
Forum: Users
Topic: Output file name
Replies: 10
Views: 13643

Re: Output file name

Brilliant !

But now I have a new problem...
...this worked for 66 files out of about 15K!

Running on Windows 10

Would it be better on the Hosting server?
by Thrandur
2018-01-17T08:00:20-07:00
Forum: Users
Topic: Output file name
Replies: 10
Views: 13643

Output file name

I am creating thumbnails from images using this comman:

convert * -thumbnail 200x200^ -gravity center -extent 100x100 thumbs/*.png

The output is just as expected :)

In the source folder there are two files a.png and b.jpg and in the output folder the corresponding thumbnails created are a-0.png ...