opencv/modules/imgcodecs/src
Morrison ca318e7099 handle images with alpha better
UIImages with alpha were ending up with garbage pixels in background (random memory values).  Need to initialize matrix pixels before drawing UIImage with alpha on it.

Note: didn’t fix Grayscale image with alpha stripping alpha in UIImage -> Mat conversion.
2016-08-16 15:10:48 -07:00
..
bitstrm.cpp
bitstrm.hpp
grfmt_base.cpp
grfmt_base.hpp
grfmt_bmp.cpp 32bit BITFIELDS compresion codec support #5707 Fixed 2015-11-25 00:03:35 +05:00
grfmt_bmp.hpp
grfmt_exr.cpp Coverity: memory leak in OpenEXR reader 2015-12-09 14:25:08 +03:00
grfmt_exr.hpp
grfmt_gdal.cpp
grfmt_gdal.hpp
grfmt_gdcm.cpp GDCM: several improvements 2016-07-08 16:08:55 +03:00
grfmt_gdcm.hpp GDCM: several improvements 2016-07-08 16:08:55 +03:00
grfmt_hdr.cpp
grfmt_hdr.hpp
grfmt_jpeg2000.cpp fix for writing 16-bit jpeg2000 2016-04-17 00:37:28 +03:00
grfmt_jpeg2000.hpp
grfmt_jpeg.cpp Added filename emptyness check to the Exif reader, fixes 6120 2016-02-16 11:37:36 +03:00
grfmt_jpeg.hpp
grfmt_png.cpp remove 2-channel png encoder/decoder support 2016-07-14 14:58:05 +02:00
grfmt_png.hpp
grfmt_pxm.cpp Fix bug 6445 2016-04-21 14:39:55 +08:00
grfmt_pxm.hpp
grfmt_sunras.cpp
grfmt_sunras.hpp
grfmt_tiff.cpp
grfmt_tiff.hpp
grfmt_webp.cpp
grfmt_webp.hpp
grfmts.hpp GDCM: modified compilation scheme 2016-07-08 16:08:55 +03:00
ios_conversions.mm handle images with alpha better 2016-08-16 15:10:48 -07:00
jpeg_exif.cpp stop search of markers in Exif reader to prevent infinite loop 2016-07-12 16:01:12 +03:00
jpeg_exif.hpp Coverity: uninitialized values in ExifEntry_t structure 2015-12-09 14:17:46 +03:00
loadsave.cpp Fix temporary file removal in imdecode for tiff 2016-08-16 10:56:00 +02:00
precomp.hpp
rgbe.cpp Replace deprecated malloc.h 2016-03-16 11:37:27 +01:00
rgbe.hpp
utils.cpp
utils.hpp