Commit Graph

34 Commits

Author SHA1 Message Date
Carsten Haitzler 88033d3aed distipoos
SVN revision: 9749
2004-04-16 05:15:40 +00:00
Tilman Sauerbeck 0f30f8b88e replaced loader_gzbz2 with loader_zlib and loader_bz2. removed empty save() in some loaders
SVN revision: 8932
2004-02-10 18:32:22 +00:00
Carsten Haitzler 8bcce95d56 make packages
SVN revision: 7206
2003-07-21 01:49:50 +00:00
Nathan Ingersoll 21be015cdb Got a little over-zealous on the linking of Imlib2, removed the cases that
aren't necessary.


SVN revision: 6903
2003-05-12 02:54:26 +00:00
Nathan Ingersoll f9188e9d27 Explicitly link the modules to Imlib2 for portability to other platforms.
(OS X in this case)


SVN revision: 6902
2003-05-12 02:38:56 +00:00
Michael Jennings 103226eb98 Thu Apr 3 14:06:53 EST 2003
(KainX)

Rearranged include directory order to make sure
local headers are found before system ones.


SVN revision: 6821
2003-04-03 19:08:17 +00:00
Michael Jennings cab8f00e06 Mon Mar 31 15:20:43 EST 2003
(KainX)

Finally got around to fixing the build.  Having Imlib2 already installed
should no longer be necessary to build it.

PS:  The next person who breaks this will be in for a severe beating.


SVN revision: 6800
2003-03-31 20:23:19 +00:00
Michael Jennings 4380782965 Wed May 29 09:22:42 2002 Michael Jennings (mej)
Merged changes from SPLIT into the main trunk and deleted SPLIT.


SVN revision: 6288
2002-05-29 13:23:25 +00:00
Carsten Haitzler bc0b69ddc3 ok ok - pass make disctcheck
SVN revision: 5929
2002-02-13 06:28:15 +00:00
Carsten Haitzler ae28a02941 db loader out of imlib2...
SVN revision: 5175
2001-08-16 09:48:23 +00:00
Carsten Haitzler cea6638e08 * up version to 1.0.1 - will do minor release real soon.
* fix build so loaders build if u have no imlib2 installed
* fix requires and buildrequires in spec file for freetype & edb to be correct


SVN revision: 4105
2001-01-07 22:02:08 +00:00
Michael Jennings 4a57d3b10a So fix it, don't just get rid of it. =P
SVN revision: 4103
2001-01-06 20:09:06 +00:00
Mandrake 7c8c8f0a7d this doesn't work at all.
libtool: link: `-L../src' cannot specify a relative directory


SVN revision: 4102
2001-01-06 19:57:36 +00:00
Maher Awamy 08afe64133 Made png.so and jpeg.so link against Imlib2 when building, this makes the perl
bindings problem with undefined symbols for __imlib_GetTag disappear since those
two loaders call that function to determine some image flags when saving.
Kick me in the butt if I am not supposed to do that but KainX said I should.
The differance in .so size is minimal, 30 bytes for png.so and 20 bytes for jpeg.so.


SVN revision: 4099
2001-01-06 08:41:00 +00:00
Carsten Haitzler 064b8e2e81 we can add them back in... conditions put elzewhere
SVN revision: 3424
2000-09-12 23:22:54 +00:00
Carsten Haitzler 45a68b7336 and make them build.......... PROPERLY!
SVN revision: 3423
2000-09-12 23:22:13 +00:00
Carsten Haitzler 74c2136de5 only build loaders if headres/libs are found - chheck for libs and note them
minimum requirements are jpeg, png and db loaders.


SVN revision: 3415
2000-09-12 19:30:37 +00:00
Carsten Haitzler 8b4280d552 dont need -ldb anymore
SVN revision: 3365
2000-09-09 02:33:25 +00:00
Carsten Haitzler 2fe8f410e5 db loader/saver needs edb now - much better! :)
SVN revision: 3317
2000-09-05 01:25:01 +00:00
Christian Kreibich 00dcd44c89 Bye bye XCF loader. Apparently I stepped on some Gimp people's feet
with it, because of licensing issues. I guess I'll be talking to Raster
next week what we'll do with the loader. Hope this makes us friends
with the Gimp developers again.


SVN revision: 2888
2000-06-25 14:46:38 +00:00
Christian Kreibich af590f9221 An XCF loader. Currently it can handle layers, layer offsets, layer
opacity, layer masks, and merging layers in the default mode
(simply "looking" through all the layers). The other layer modes
are missing right now (I hardly ever use anything other than "Normal"
anyway, but that's just me of course).

If you load an image as /path/to/file:<layer number> only the
specified layer is displayed, at the defined offset in the image.
Try this with imlib2_view since it ignores file loading errors.
Passing parameters to the loader will have to be handled better
(or did I miss someting?) but the loader can basically return
layers selectively.


SVN revision: 2847
2000-06-21 14:23:18 +00:00
Carsten Haitzler 15a14bb4c1 oooooooh look at that.. it now supports compressed image data in the db
SVN revision: 2756
2000-06-05 23:59:20 +00:00
Carsten Haitzler 102fa5c645 loader that loads and saves images from a dbm database.... :)
SVN revision: 2753
2000-06-05 03:15:56 +00:00
Christian Kreibich d96e92ae91 4:31 am. Oh my.
SVN revision: 2655
2000-05-16 02:11:25 +00:00
Christian Kreibich 3e6c0a5018 Raster,
here's my humble attempt of an xpm loader, based on Imlib1 code. Seems
to work fine on the xpms I found on my box. I'm not sure if the
progressive stuff is feasible, though :o) ...


SVN revision: 2654
2000-05-16 02:10:38 +00:00
Carsten Haitzler f31a31581d add tga loader - thanks dan :)
SVN revision: 2652
2000-05-15 22:46:36 +00:00
Michael Jennings b2e083789a BMP loader from Isaac Richards <ijr@po.cwru.edu>. It currently has issues
with progressive loading, so don't use it with feh. :-)


SVN revision: 2208
2000-03-08 06:08:29 +00:00
Michael Jennings 2685159452 TIFF loader from Eric Dorland <dorland@lords.com>.
SVN revision: 2207
2000-03-08 04:05:01 +00:00
Michael Jennings 544ab144c3 A GIF loader. There is no save function yet, and you'll need libgif to
use it.


SVN revision: 1732
1999-12-21 20:46:41 +00:00
Carsten Haitzler 0143114f4d create .a's :)
SVN revision: 1657
1999-12-17 15:37:18 +00:00
Carsten Haitzler 3a0b11b007 argb format loader & saver. my own format just so i can load and save raw ARGB
data blindingly fast for imlib2 :)


SVN revision: 1136
1999-11-02 10:16:50 +00:00
Carsten Haitzler 44e446078e oops makefile......
SVN revision: 1118
1999-11-01 18:46:23 +00:00
Carsten Haitzler 0061ac78ef starting on pnm loader (ppm, pgm pbm, pam) - will finish later...
SVN revision: 1117
1999-11-01 18:45:29 +00:00
Carsten Haitzler 942f4219e8 re-structure......
SVN revision: 1107
1999-11-01 17:40:51 +00:00