Search found 7 matches

by vmr
2015-11-23T07:21:57-07:00
Forum: Bugs
Topic: Wildcards with non-ascii paths
Replies: 4
Views: 7545

Re: Wildcards with non-ascii paths

Hi The similar issue, tool will fail if source or destination path contains non-ascii: mogrify.exe -resize 900x600 -path "c:\dev\src\prepare4web\test\белиберда два\web900x600\" "c:\dev\src\prepare4web\test\белиберда два\input.jpg" mogrify.exe: UnableToOpenBlob `Р?Р?Р°\input.jpg':...
by vmr
2015-10-22T02:26:13-07:00
Forum: Users
Topic: Batch watermarking using -tile
Replies: 13
Views: 13201

Re: Batch watermarking using -tile

Hi guys, Sorry for late to the party, I have some problems and have no time. I solved the task by separately preparing watermark tiled image by size equalent or bigger then destination images. Thank you fmw42 for the hint. :: prepare emty transparent image with size %IMG_SIZE% convert -size %IMG_SIZ...
by vmr
2015-09-07T03:03:20-07:00
Forum: Users
Topic: how to monitor mogrify progress?
Replies: 4
Views: 16653

Re: how to monitor mogrify progress?

Hi
Now morgify shows progress of processing actions for each separate file.
It wolud be better to have an option to monitor general progress (like 55 of 1000 files processed - 5% )
Thank you
by vmr
2015-09-07T02:32:49-07:00
Forum: Users
Topic: Batch watermarking using -tile
Replies: 13
Views: 13201

Batch watermarking using -tile

Is it possible to do watermarking using morgify command.
Seems like it completely ignores -tile option

Example:

Code: Select all

mogrify input.jpg -tile WATERMARK_FILE.png -path ./out
This read WATERMARK_FILE.png but do not compose anything

Please, any suggestions ?
by vmr
2015-09-02T05:54:30-07:00
Forum: Bugs
Topic: -monitor option prints status too often and slowdown the process
Replies: 3
Views: 5202

Re: -monitor option prints status too often and slowdown the process

But why the critical section is called onece per scanline? Why need to update the progress such frequently? Is it better to update progress once in half a second? Now the -monitor option is useless. The main purpose of this option was to show progress when processing hundreds or thouthands of files....
by vmr
2015-09-02T02:12:12-07:00
Forum: Bugs
Topic: -monitor option prints status too often and slowdown the process
Replies: 3
Views: 5202

-monitor option prints status too often and slowdown the process

Hi! Printing status doing too often, which is slowdown the process more then ten times: Example: Load/Image[FX3_8950.jpg]: 6015 of 6016, 100% complete Morphology/Image[web1280x1024\FX3_8950.jpg]: 6015 of 6016, 100% complete Sharpen/Image[web1280x1024\FX3_8950.jpg]: 6015 of 6016, 100% completete Resi...
by vmr
2015-04-06T04:19:30-07:00
Forum: Bugs
Topic: Wildcards with non-ascii paths
Replies: 4
Views: 7545

Re: Wildcards with non-ascii paths

Confirmed
No any tool is able to open file if path contains non ascii characters
Even if file names contin only "valid" latin characters
Example

Code: Select all

c:\photo\3\Папка>mogrify.exe -resize 600x600 *.jpg
mogrify.exe: unable to open image `*.jpg': Invalid argument @ error/blob.c/OpenBlob/2643.