legacy-imlib2/loaders
Tom Gilbert 1f9025dd97 Thu Apr 27 13:43:49 GMT 2000
(gilbertt)

Actually, made the gif loader give back what it's got without changing im->h
to reflect, or reallocing the image data. The reason for this is that it
already told apps what the image size was in the first progressive loader
callback, and changing it afterwards can cause confusion. Also, an app can
still handle/display a half-loaded image, as the rest is just filled black,
and the programmer knows how much of the image he got, 'cos he interrupted
it from the callback. If the programmer wants to trim the image, he knows
where to trim it, but if he/she wants to display a part-loaded image,
that'll work sanely.

I think this is more sane behaviour, having tested it in feh and
imlib2_view, but feel free to disagree ;-)


SVN revision: 2561
2000-04-27 12:37:20 +00:00
..
.cvsignore add ignores...... 1999-11-01 18:06:33 +00:00
Makefile.am BMP loader from Isaac Richards <ijr@po.cwru.edu>. It currently has issues 2000-03-08 06:08:29 +00:00
loader_argb.c Thu Apr 27 04:22:06 GMT 2000 2000-04-27 03:09:22 +00:00
loader_bmp.c Thu Apr 27 04:22:06 GMT 2000 2000-04-27 03:09:22 +00:00
loader_gif.c Thu Apr 27 13:43:49 GMT 2000 2000-04-27 12:37:20 +00:00
loader_jpeg.c Thu Apr 27 04:22:06 GMT 2000 2000-04-27 03:09:22 +00:00
loader_png.c Thu Apr 27 04:22:06 GMT 2000 2000-04-27 03:09:22 +00:00
loader_pnm.c Thu Apr 27 04:22:06 GMT 2000 2000-04-27 03:09:22 +00:00
loader_tiff.c Thu Apr 27 04:22:06 GMT 2000 2000-04-27 03:09:22 +00:00