tile offset
Posted: 2018-05-01T09:31:24-07:00
Hi Guys
Not sure if this is a bug, or if someone can help.
I have a piece of code that's trying to offset, then floodfill a tile into a simple square ( i'm really making a picture frame, but this is just to test the offset, as it didn't seem to work..)
I'm writing the code in ASP classic, which seems to work fine apart from this issue, after a success pass I require a app pool recycle between actions, to make the code work again.
am i simply missing a parameter or is it a bug ?
This works from a command line, no problem and repeats happily.
convert xc:#0cc6de[250x250!] -tile-offset +0+20 -tile tile.gif -draw 'color 1,0 floodfill , frame.png
but this won't from a web page call more than once without a recycle of the app pool
test =img.convert("xc:#0cc6de[250x250!]","-tile-offset","0+20","-tile", tile.gif ,"-draw", "color 1,0 floodfill", frame.png)
running 7.0.7-21 Q16 x64 on win 10 IIS-10
any Ideas ?
Thanks Guys
Not sure if this is a bug, or if someone can help.
I have a piece of code that's trying to offset, then floodfill a tile into a simple square ( i'm really making a picture frame, but this is just to test the offset, as it didn't seem to work..)
I'm writing the code in ASP classic, which seems to work fine apart from this issue, after a success pass I require a app pool recycle between actions, to make the code work again.
am i simply missing a parameter or is it a bug ?
This works from a command line, no problem and repeats happily.
convert xc:#0cc6de[250x250!] -tile-offset +0+20 -tile tile.gif -draw 'color 1,0 floodfill , frame.png
but this won't from a web page call more than once without a recycle of the app pool
test =img.convert("xc:#0cc6de[250x250!]","-tile-offset","0+20","-tile", tile.gif ,"-draw", "color 1,0 floodfill", frame.png)
running 7.0.7-21 Q16 x64 on win 10 IIS-10
any Ideas ?
Thanks Guys