Good ol' Gimp

General discussion about LÖVE, Lua, game development, puns, and unicorns.
azonicrider
Prole
Posts: 14
Joined: Mon Sep 03, 2012 7:05 am
Location: Canadaka

Good ol' Gimp

Post by azonicrider »

I hate seeing people purchasing icon editors and all that. Open-source programs have the same power, if not more power:
Image
Not sure what I was doing here. I think that was a fireball?
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: Good ol' Gimp

Post by josefnpat »

I too use gimp for pixel art :)
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
User avatar
Qcode
Party member
Posts: 170
Joined: Tue Jan 10, 2012 1:35 am

Re: Good ol' Gimp

Post by Qcode »

Since this seems like a good place to ask this question, how are you supposed to scale images in love without losing quality? I too, use Gimp and I was wondering if there was some secret setting I wasn't aware of (in Gimp or love) that you can use to easily scale images without losing quality.
User avatar
josefnpat
Inner party member
Posts: 955
Joined: Wed Oct 05, 2011 1:36 am
Location: your basement
Contact:

Re: Good ol' Gimp

Post by josefnpat »

Qcode wrote:Since this seems like a good place to ask this question, how are you supposed to scale images in love without losing quality? I too, use Gimp and I was wondering if there was some secret setting I wasn't aware of (in Gimp or love) that you can use to easily scale images without losing quality.
You probably want Image:setFilter with the nearest FilterMode.
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
User avatar
Larsii30
Party member
Posts: 267
Joined: Sun Sep 11, 2011 9:36 am
Location: Germany

Re: Good ol' Gimp

Post by Larsii30 »

yep, use imageFilter with "nearest".
Gimp is a great tool to do pixel art or icons for the game.
User avatar
T-Bone
Inner party member
Posts: 1492
Joined: Thu Jun 09, 2011 9:03 am

Re: Good ol' Gimp

Post by T-Bone »

How did you get the pixels in GIMP to be black, thin grid?

I really like GIMP but there are a few things that bother me. Like how you can't create transparency in a picture that doesn't have it already. I am not talking about semitransparent colors, I am talking about completely transparent pixels. And it always picks white background as the default for new images.
Alex22
Prole
Posts: 26
Joined: Wed Jun 02, 2010 5:42 pm

Re: Good ol' Gimp

Post by Alex22 »

T-Bone wrote:How did you get the pixels in GIMP to be black, thin grid?

I really like GIMP but there are a few things that bother me. Like how you can't create transparency in a picture that doesn't have it already. I am not talking about semitransparent colors, I am talking about completely transparent pixels. And it always picks white background as the default for new images.
I'm not sure if I got something wrong here, but if your layer has no transparency channel, just go to the layer panel, rightclick on the layer you want to have transparency and click add alphachannel.
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: Good ol' Gimp

Post by Robin »

You can always pick the background colour for new images. You can even pick transparent. (You might need to click on some "show advanced properties" thingy or something, can't remember.)
Help us help you: attach a .love.
azonicrider
Prole
Posts: 14
Joined: Mon Sep 03, 2012 7:05 am
Location: Canadaka

Re: Good ol' Gimp

Post by azonicrider »

Qcode wrote:Since this seems like a good place to ask this question, how are you supposed to scale images in love without losing quality? I too, use Gimp and I was wondering if there was some secret setting I wasn't aware of (in Gimp or love) that you can use to easily scale images without losing quality.
Maybe switch to vector graphics. On second thought, I doubt LOVE will handle SVG files.

T-bone you could copy your current layer by using the rectangle select, create a new transparency layer, then paste your old layer onto it.

If somehow you're talking about the grid guide, go to View > Show grid while on Gimp.
User avatar
qaisjp
Party member
Posts: 490
Joined: Tue Sep 04, 2012 10:49 am
Location: United Kingdom
Contact:

Re: Good ol' Gimp

Post by qaisjp »

This forum doesn't have a "thanks" feature, so I'm just writing this post to say this... "thanks"
Lua is not an acronym.
Post Reply

Who is online

Users browsing this forum: keharriso and 2 guests