Commit Graph

80 Commits

Author SHA1 Message Date
Carsten Haitzler 0ffa9cfab3 libraw - also link to -lm
SVN revision: 60133
2011-06-09 14:10:50 +00:00
Carsten Haitzler 6d96b114b6 sort extns alpahbetically
SVN revision: 59949
2011-06-04 05:26:39 +00:00
Carsten Haitzler 3b156e3c43 add more extn handlers
SVN revision: 59945
2011-06-04 03:16:27 +00:00
Carsten Haitzler bb34b5d566 extn++
SVN revision: 59944
2011-06-04 03:07:18 +00:00
Carsten Haitzler f94d2a7aab add a note for extensions
SVN revision: 59931
2011-06-04 00:00:18 +00:00
Carsten Haitzler 78a266ab46 oops. meant 264
SVN revision: 59930
2011-06-03 23:57:45 +00:00
Carsten Haitzler e5a8e331b7 add some more format extensions gst loader handles
SVN revision: 59929
2011-06-03 23:52:36 +00:00
Vincent Torri c4001fcaef Add gstreamer generic loader
SVN revision: 59925
2011-06-03 22:38:13 +00:00
Michael BOUCHAUD 671504094c evas_generic_loader: cleaning raw loader and take into account the comments from vtorri
SVN revision: 59840
2011-05-31 10:35:17 +00:00
Michael BOUCHAUD 49431d4f13 evas_generic_loader: update autotools (from vtorri)
SVN revision: 59839
2011-05-31 10:22:07 +00:00
Michael BOUCHAUD 583770d42e evas_generic_loader: fix raw shmfile. It's a typo :P
SVN revision: 59838
2011-05-31 10:21:25 +00:00
Vincent Torri dabd521468 cleanup
SVN revision: 59690
2011-05-26 05:56:16 +00:00
Michael BOUCHAUD f7bceaf9e1 evas_generic_loader: Add raw image format loader. There are dozens of raw photo formats: CRW, CR2, MRW, NEF, RAF, etc. 'RAW Format' does not exist; it is an illusion created by dcraw's ability to read all raw formats. So I use libraw who was nearest of dcraw. So we have more formats supported (foveon) and better rendering (default icc profile from camera) as libopenraw provides. shm_file seems doesn't work if someone want to fix it... I'm on
SVN revision: 59679
2011-05-25 20:16:17 +00:00
Michael BOUCHAUD 501f779c15 evas_generic_loader: fix this warning fine, dont broke stride oops
SVN revision: 59678
2011-05-25 19:59:22 +00:00
Michael BOUCHAUD 0d2e976774 evas_generic_loader: warn--
SVN revision: 59676
2011-05-25 19:13:15 +00:00
Carsten Haitzler 695bc3c18f and fix ps decoding colors
SVN revision: 59582
2011-05-22 13:40:53 +00:00
Carsten Haitzler 5773dd7bfd fix ps loader pointer bug... oops.
SVN revision: 59579
2011-05-22 13:32:41 +00:00
Vincent Torri 2b85b66d5d Add PostScript loader (using libspectre)
SVN revision: 59532
2011-05-19 12:29:34 +00:00
Carsten Haitzler 7291b6452c improve gzipped xcf handling massively by buffering the entire file in
ram (if needed) as opposed to seeking a gzipped stream. generic for
non-gzippiend files too (buffer them all in ram0



SVN revision: 59438
2011-05-16 08:34:08 +00:00
Carsten Haitzler 8586caf61c fix shmfile name printfing.
SVN revision: 59437
2011-05-16 08:33:00 +00:00
Carsten Haitzler f95443695c hmmm shmfile didnt point to the same place. thats odd. make it malloced.
SVN revision: 59436
2011-05-16 05:11:18 +00:00
Carsten Haitzler fa21e407c4 make shmfile common code.
SVN revision: 59365
2011-05-13 09:06:56 +00:00
Carsten Haitzler 5d86a0e33e oops - remove debugging!
SVN revision: 59363
2011-05-13 07:48:44 +00:00
Carsten Haitzler afce746e0b fix pdf loader to
1. handle load options for dpi and load size
2. handle pdf crop region properly
3. handle landscape oriented pdf's properly and render right.



SVN revision: 59362
2011-05-13 07:45:22 +00:00
Vincent Torri 110a75531d Add PDF loader (with some help from raster)
SVN revision: 59338
2011-05-12 05:44:42 +00:00
Carsten Haitzler 476c349d86 print dont with a newline. just for easier debugging.
SVN revision: 59317
2011-05-11 07:09:12 +00:00
Vincent Torri 359af0d728 whitespaces--
SVN revision: 59055
2011-04-30 15:20:52 +00:00
Carsten Haitzler d8413f3626 comments.
SVN revision: 58929
2011-04-26 09:42:25 +00:00
Carsten Haitzler 289ba689f9 make xcf loader support 2 stage. also document it a bit more.
SVN revision: 58928
2011-04-26 09:41:27 +00:00
Carsten Haitzler 649433cf1f add an xcf generic loader. code totally taken from original xcf loader
in imlib2. this app is gpl.



SVN revision: 58918
2011-04-26 06:28:29 +00:00