DentonW / DevIL

Developer's Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter, and display a variety of images with ease. It is highly portable and has been ported to several platforms.
http://openil.sourceforge.net/
GNU Lesser General Public License v2.1
446 stars 137 forks source link

Fix RLE compression #106

Open niello opened 1 year ago

niello commented 1 year ago

An extra byte was being written in ilRleCompressLine. It was breaking RLE compressed images completely.