Images and PDF
Create and manage images, including those that use bitmap and PDF formats.
Topics
Representations
Image creation
Supporting HDR images in your appjpegData(compressionQuality:)pngData()UIGraphicsBeginImageContext(_:)UIGraphicsGetImageFromCurrentImageContext()UIGraphicsEndImageContext()
Photo album
UIImageWriteToSavedPhotosAlbum(_:_:_:_:)UISaveVideoAtPathToSavedPhotosAlbum(_:_:_:_:)UIVideoAtPathIsCompatibleWithSavedPhotosAlbum(_:)
PDF creation
UIGraphicsBeginPDFContextToData(_:_:_:)UIGraphicsBeginPDFContextToFile(_:_:_:)UIGraphicsEndPDFContext()UIGraphicsBeginPDFPage()UIGraphicsBeginPDFPageWithInfo(_:_:)UIGraphicsGetPDFContextBounds()UIGraphicsAddPDFContextDestinationAtPoint(_:_:)UIGraphicsSetPDFContextDestinationForRect(_:_:)UIGraphicsSetPDFContextURLForRect(_:_:)