66

Is there any free tool available for creating and editing PNG Images?

pnuts
  • 58,317
  • 11
  • 87
  • 139
Ramesh Soni
  • 15,867
  • 28
  • 93
  • 113

5 Answers5

80

Paint.NET will create and edit PNGs with gusto. It's an excellent program in many respects. It's free as in beer and speech.

Ryan
  • 9,918
  • 7
  • 42
  • 57
44

The GIMP (GNU Image Manipulation Program). It's free, open source and runs on Windows and Linux (and maybe Mac?).

Greg
  • 316,276
  • 54
  • 369
  • 333
31

I use Pixlr - an online photo editor, it has great filters and user friendly interface.

Vitalii Fedorenko
  • 110,878
  • 29
  • 149
  • 111
5

Inkscape is a vector drawing program that exports PNG images. So, you end up editing SVG documents and exporting them to PNGs. Inkscape is good if you're starting from scratch, but wouldn't be ideal if you just want to edit existing PNGs.

Note--Inkscape is open source and available for free on multiple platforms.

Jim
  • 11,229
  • 20
  • 79
  • 114
1

ImageMagick and GD can handle PNGs too; heck, you could even do stuff with nothing but gdk-pixbuf. Are you looking for a graphical editor, or scriptable/embeddable libraries?

ephemient
  • 198,619
  • 38
  • 280
  • 391