Search found 6 matches
- 2019-05-01T11:35:07-07:00
- Forum: Users
- Topic: Problem with while() inside -format
- Replies: 5
- Views: 7143
Re: Problem with while() inside -format
Seems to be working as expected now.
- 2019-04-29T05:58:37-07:00
- Forum: Users
- Topic: Problem with while() inside -format
- Replies: 5
- Views: 7143
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):
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]
- 2019-04-29T05:38:14-07:00
- Forum: Users
- Topic: Problem with while() inside -format
- Replies: 5
- Views: 7143
Re: Problem with while() inside -format
Whoops... thanks, I don't know how I missed that.
- 2019-04-29T01:36:21-07:00
- Forum: Users
- Topic: Resize TIF
- Replies: 6
- Views: 8604
- 2019-04-29T01:05:14-07:00
- Forum: Users
- Topic: Problem with while() inside -format
- Replies: 5
- Views: 7143
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 ...
- 2014-06-04T10:15:31-07:00
- Forum: Bugs
- Topic: x86 windows binaries are actually x64 binaries
- Replies: 4
- Views: 6508
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