Page 1 of 1

inline resize by percentage on builtin patterns and images

Posted: 2013-04-08T02:12:27-07:00
by tazalh
When using inline resize with a percentage scale on built-in patterns and images the scaling is done twice.

examples:
'pattern:bricks' is 16x16
'pattern:bricks[200%]' is 64x64 when it should be 32x32
-size 256x256 'pattern:bricks[200%]' is 512x512 tiled 8x8 when it should be 256x256 tiles 8x8

The last example seems to show the two separate points where the scaling is applied when it should be only the first one.

Alan.