Mark Crichton
3d679818a0
Added some first steps for file saving. Big thing is that a
...
Added some first steps for file saving. Big thing is that a gdk_pixbuf_save
function needs to be setup.
Mark
1999-07-29 21:17:40 +00:00
Larry Ewing
e0fe931832
Fix a few memory leaks in the, most of them in error cases but one or two
...
1999-07-18 Larry Ewing <lewing@gimp.org>
* src/io-xpm.c:
* src/io-gif.c:
* src/io-png.c:
* src/io-jpeg.c: Fix a few memory leaks in the, most of them in
error cases but one or two in the common case. There are probably
a few small ones left.
1999-07-19 04:21:09 +00:00
Mark Crichton
feb9789e64
io-gif.c, io-png.c: Actually put the licencing terms in the code now...
...
io-gif.c, io-png.c: Actually put the licencing terms in the code now...
io-xpm.c: XPM parser baed off of gdk's, but this does something with the
transparent colors.
1999-06-30 15:28:43 +00:00
Mark Crichton
42311804a4
io-png.c: changed g_malloc call for pixles to art_alloc (to be "correct")
...
io-png.c: changed g_malloc call for pixles to art_alloc (to be "correct")
io-gif.c: implemented GIF file loading.
1999-06-29 06:07:14 +00:00
Mark Crichton
a83f00d89e
Ok, now it determines if it has an alpha channel. If it does, load it, if
...
Ok, now it determines if it has an alpha channel. If it does, load it, if
not, don't make one.
1999-06-29 02:54:16 +00:00
Mark Crichton
8854db3c4f
Redid io-png for gdk-pixbuf. Note that it'll add an opaque alpha channel
...
Redid io-png for gdk-pixbuf. Note that it'll add an opaque alpha channel
to any png that doesn't have one, and will convert greyscale PNGs to RGBA.
1999-06-29 02:36:03 +00:00
Arturo Espinosa
ce87813af6
Stuff I did last night while watching TV
1999-01-05 21:27:07 +00:00
Arturo Espinosa
f876ca2681
Loading framework done, start of PNG loader
1999-01-05 04:31:03 +00:00