Skip to content

Commit

Permalink
Merge pull request #34 from nxnfufunezn/jpeg_progressive
Browse files Browse the repository at this point in the history
Progressive jpeg option
  • Loading branch information
brian-armstrong-discord authored May 21, 2018
2 parents 66f82ac + 9bb871d commit e611eea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions opencv.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ const (
PngCompression = int(C.CV_IMWRITE_PNG_COMPRESSION)
WebpQuality = int(C.CV_IMWRITE_WEBP_QUALITY)

JpegProgressive = int(C.CV_IMWRITE_JPEG_PROGRESSIVE)

OrientationTopLeft = ImageOrientation(C.CV_IMAGE_ORIENTATION_TL)
OrientationTopRight = ImageOrientation(C.CV_IMAGE_ORIENTATION_TR)
OrientationBottomRight = ImageOrientation(C.CV_IMAGE_ORIENTATION_BR)
Expand Down

0 comments on commit e611eea

Please sign in to comment.