Primary tabs

Comments by User

Friday, January 3, 2020 - 10:48

Thanks,

I'm not sure what you mean by transparent background. It is already supported. Source png has  to have alpha channel (transparency) and than you can set your background using hex code (ex: #ff0000) or keyword (ex: red) or try keyword "transparent".

Unless you mean a generated GIF with transparent background. Supposedly gifs don't support alpha channel (transparency).

Monday, September 10, 2018 - 14:04

It seems the problem is CORS ( https://en.wikipedia.org/wiki/Cross-origin_resource_sharing )

it is a security measure that blocks javascript accessing image data from cross-site resources. It can't be bypassed and once it loads a cross-site resource it will block the required method (getImageData()) even if you load the local image after. So you have to refresh the page and be sure you did not Save Settings with hot-linked image, since that will load it again after refresh.

Monday, September 10, 2018 - 13:20

Yeah it works but only if i have not saved settings with a linked image.
Very strange since it uses the same canvas (the one normaly displaying the animation) as input for the gif.

Monday, September 10, 2018 - 06:11

Hey,

i've updated the animator to support exporting GIFs.

Edit: for some reason it only works with sprites imported from your PC and not web-linked sprites.

Monday, December 7, 2015 - 17:37

just link to http://opengameart.org/ is fine as stated in Attribution Instructions

Monday, August 24, 2015 - 11:35

Nice font.
Here's an XNA version.

Sunday, August 24, 2014 - 12:18

nice tune, but the .wav file is messed up towards the end, its like a few seconds are missing

Thursday, November 7, 2013 - 10:31

these are nice, thank you.

 

btw are they all tileable? 

Sunday, October 27, 2013 - 09:33

Thank you Julius for explanation.

I almost always release my code under some open-source licence, but i was always staying away from -SA art since i had a feeling its forcing the whole project into the same licence.

 

 

Sunday, October 27, 2013 - 08:17

Like if this image is used in project, does whole project (like source code) becomes SA or only this image?

Pages