Hello!
Let's say we got dude like him:
And how can I delete or disable that pink background? Is there any way to disable/delete it in LOVE or should I use photo editor? (and which ona )
Thanks You
Image without its background
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: Image without its background
I would do it with a photo editor. Change the pink pixels to transparent ones or delete them easily.
You could use Paint.NET or Gimp.
Important is that you use an image-format like *.png, that allows transparent pixels.
Do not use *.jpg as example.
You could use Paint.NET or Gimp.
Important is that you use an image-format like *.png, that allows transparent pixels.
Do not use *.jpg as example.
"Docendo discimus" - Lucius Annaeus Seneca
- josefnpat
- Inner party member
- Posts: 955
- Joined: Wed Oct 05, 2011 1:36 am
- Location: your basement
- Contact:
Re: Image without its background
If you are allergic to gif or png images, you could load the data with love.image.newImageData, and then set the pink pixel's (xFF00FF == {255,0,255}) to an alpha of zero.Krizzu wrote:Hello!
Let's say we got dude like him:
And how can I delete or disable that pink background? Is there any way to disable/delete it in LOVE or should I use photo editor? (and which ona :crazy: )
Thanks You :)
In all honesty, using GIMP is the way to go.
Missing Sentinel Software | Twitter
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
FORCIBLY IGNORED.
<leafo> when in doubt delete all of your code
<bartbes> git rm -r *
<bartbes> git commit -m "Fixed all bugs"
<bartbes> git push
Re: Image without its background
I will play with paint.net, it's pretty cool. Thanks guys, hope there are more people helpful like You.
Who is online
Users browsing this forum: Amazon [Bot], Bing [Bot] and 3 guests