First time here? Check out the FAQ!
answered 2013-04-24 08:54:06 -0600
JPEG is a lossy format, so even with 100 for CV_IMWRITE_JPEG_QUALITY the quality will decrease. Maybe you should try PNG instead which is lossless format and more logic when you have an alpha channel.