summaryrefslogtreecommitdiffstats
path: root/macosx/HBImageUtilities.h
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBImageUtilities.h')
-rw-r--r--macosx/HBImageUtilities.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/macosx/HBImageUtilities.h b/macosx/HBImageUtilities.h
new file mode 100644
index 000000000..67f8d00e4
--- /dev/null
+++ b/macosx/HBImageUtilities.h
@@ -0,0 +1,11 @@
+/* HBColorUtilities.h $
+
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr/>.
+ It may be used under the terms of the GNU General Public License. */
+
+#import <Foundation/Foundation.h>
+
+CGImageRef CGImageRotated(CGImageRef imgRef, CGFloat angle, BOOL flipped) CF_RETURNS_RETAINED;
+CGColorSpaceRef copyColorSpace(int primaries, int transfer, int matrix);
+CGImageRef jnw_decompressedImage(CGImageRef CGImage);