Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-01 | readgif, readjpg: fix incorrect malloc arguments: use sizeof(Rawimage*) ↵ | ppatience0 | |
instead of sizeof(Rawimage**) and 2*sizeof(Rawimage*) instead of sizeof(Header) readtga: switch calloc arguments: nelem is supposed to first, elsize second | |||
2013-01-24 | tga, file: 15-bit tga images | ftrvxmtrx | |
2013-01-22 | tga: fix flip/reflect | ftrvxmtrx | |
2013-01-20 | readtga: fix b/w, add color-mapped images support | ftrvxmtrx | |
2013-01-20 | readtga: clean-up | ftrvxmtrx | |
2012-12-25 | bio: remove useless Breadn() as it does the same as Bread() | cinap_lenrek | |
Bread() always reads exactly nbytes of data if it can. only when it reaches end of file or an error it will return less. so the Breadn() function that was introduced has been removed. sorry for the confusion. | |||
2011-10-06 | jpg: use Breadn() instead if Bread() to guard aganst short reads | cinap_lenrek | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |