Private
Public Access
1
0
Files
Kordophone/server/kordophone/Bridge/Operations/Utilities/MBIMImageUtils.h

13 lines
289 B
C
Raw Normal View History

//
// MBIMImageUtils.h
// kordophoned
//
// Created by James Magahern on 12/20/22.
// Copyright © 2022 James Magahern. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <CoreGraphics/CoreGraphics.h>
extern NSData* MBIMCGImageJPEGRepresentation(CGImageRef imageRef);