gecko/image/encoders
Nicholas Nethercote 450dc59dc6 Bug 1214476 - Remove unused code for encoding BMPv2 files. r=seth.
nsBMPEncoder produces either BMPv3 or BMPv5 files. (See the Version enum which
only has VERSION_3 and VERSION_5 values, and ParseOptions()'s handling of the
|version| parameter.

Nonetheless, there is some code to handle encoding of BMPv2 files. This patch
removes this.
2015-10-14 14:47:29 -07:00
..
bmp Bug 1214476 - Remove unused code for encoding BMPv2 files. r=seth. 2015-10-14 14:47:29 -07:00
ico Bug 1215334 (part 1) - Avoid creating a fake header for BMP files in ICO files. r=seth. 2015-10-15 15:43:25 -07:00
jpeg Bug 1218823 - use UniquePtr<> in preference to delete[] in image/; r=seth 2015-10-27 10:47:51 -04:00
png Bug 1218823 - use UniquePtr<> in preference to delete[] in image/; r=seth 2015-10-27 10:47:51 -04:00
moz.build