Search found 6 matches

by SafetyCar
2019-05-01T11:35:07-07:00
Forum: Users
Topic: Problem with while() inside -format
Replies: 5
Views: 5034

Re: Problem with while() inside -format

Seems to be working as expected now.
by SafetyCar
2019-04-29T05:58:37-07:00
Forum: Users
Topic: Problem with while() inside -format
Replies: 5
Views: 5034

Re: Problem with while() inside -format

@magick Sorry again but I'm trying more things...

And this code is always executed at least once (outputting 15):

Code: Select all

-format %[fx:abc=5;while(abc<0,abc=abc+10);abc]
by SafetyCar
2019-04-29T05:38:14-07:00
Forum: Users
Topic: Problem with while() inside -format
Replies: 5
Views: 5034

Re: Problem with while() inside -format

Whoops... thanks, I don't know how I missed that.
by SafetyCar
2019-04-29T01:36:21-07:00
Forum: Users
Topic: Resize TIF
Replies: 6
Views: 5607

Re: Resize TIF

DXF wrote: 2019-04-26T06:13:40-07:00magick source_filename.tif -resize 27071x18702! new_filename.tif
There are many tools. You're probably trying to:
magick convert source_filename.tif -resize 27071x18702! new_filename.tif
by SafetyCar
2019-04-29T01:05:14-07:00
Forum: Users
Topic: Problem with while() inside -format
Replies: 5
Views: 5034

Problem with while() inside -format

Hi, I'm having a problem using while() inside -format. I'm using ImageMagick through COM so the code is a little weird to paste exactly so, summarizing... Something like this works: convert FILEPATH -format %[fx:abc=3;while(abc<3){abc=abc+1;};abc] info: But this makes the program freeze: convert FIL...
by SafetyCar
2014-06-04T10:15:31-07:00
Forum: Bugs
Topic: x86 windows binaries are actually x64 binaries
Replies: 4
Views: 5563

Re: x86 windows binaries are actually x64 binaries

And I think zip files have the same problem, I can't open them here on x86