Great! Thanks very much.
Sorry about not incrementing p. I did not read the code closely enough.
Search found 4 matches
- 2015-08-10T16:26:27-07:00
- Forum: Bugs
- Topic: fx logical operations should short circuit
- Replies: 3
- Views: 4099
- 2015-08-10T14:41:55-07:00
- Forum: Bugs
- Topic: fx logical operations should short circuit
- Replies: 3
- Views: 4099
fx logical operations should short circuit
In fx, the logical operations && and || always evaluate both arguments. This is wrong. It will also greatly expand the time for the script I have just written. The change to the source code is minimal: old: case LogicalAndOperator: { gamma=FxEvaluateSubexpression(fx_info,channel,x,y,++p,beta ...
- 2015-08-01T16:11:40-07:00
- Forum: Developers
- Topic: Mixed percentage & numeric color coordinates
- Replies: 9
- Views: 14990
Re: Mixed percentage & numeric color coordinates
Thanks for a comprehensive reply. I am not glad, but at least heartened, to hear that the changes have had bigger impact on others than me.
- 2015-08-01T14:47:17-07:00
- Forum: Developers
- Topic: Mixed percentage & numeric color coordinates
- Replies: 9
- Views: 14990
Re: Mixed percentage & numeric color coordinates
THIS IS NOT an enhancement request. Imagemagick got broken at some point. My old script used hsl(degree, number, number). It worked fine. When I try to use it now, IT FAILS. See the documentation http://www.imagemagick.org/MagickStudio/Color.html . By now many people have written recent scripts ...