Relative Content

Tag Archive for iosobjective-cjpeg

CGImageDestinationAddImage increase the destination image size

I found out that CGImageDestinationAddImage will result the size of destination NSData array (passed in to CGImageDestinationCreateWithData) greater than that of source NSData array (passed in to CGImageSourceCreateWithData). Does anyone know the reason for this?