Изменения ImageIO
ImageIO
Измененный CGImageDestinationAddImageFromSource (CGImageDestination!, CGImageSource!, интервал, CFDictionary!)
| Объявление | |
|---|---|
| От | func CGImageDestinationAddImageFromSource(_ idst: CGImageDestination!, _ isrc: CGImageSource!, _ index: UInt, _ properties: CFDictionary!) |
| К | func CGImageDestinationAddImageFromSource(_ idst: CGImageDestination!, _ isrc: CGImageSource!, _ index: Int, _ properties: CFDictionary!) |
Измененный CGImageDestinationCreateWithData (CFMutableData!, CFString!, Интервал, CFDictionary!)-> CGImageDestination!
| Объявление | |
|---|---|
| От | func CGImageDestinationCreateWithData(_ data: CFMutableData!, _ type: CFString!, _ count: UInt, _ options: CFDictionary!) -> CGImageDestination! |
| К | func CGImageDestinationCreateWithData(_ data: CFMutableData!, _ type: CFString!, _ count: Int, _ options: CFDictionary!) -> CGImageDestination! |
Измененный CGImageDestinationCreateWithDataConsumer (CGDataConsumer!, CFString!, Интервал, CFDictionary!)-> CGImageDestination!
| Объявление | |
|---|---|
| От | func CGImageDestinationCreateWithDataConsumer(_ consumer: CGDataConsumer!, _ type: CFString!, _ count: UInt, _ options: CFDictionary!) -> CGImageDestination! |
| К | func CGImageDestinationCreateWithDataConsumer(_ consumer: CGDataConsumer!, _ type: CFString!, _ count: Int, _ options: CFDictionary!) -> CGImageDestination! |
Измененный CGImageDestinationCreateWithURL (CFURL!, CFString!, Интервал, CFDictionary!)-> CGImageDestination!
| Объявление | |
|---|---|
| От | func CGImageDestinationCreateWithURL(_ url: CFURL!, _ type: CFString!, _ count: UInt, _ options: CFDictionary!) -> CGImageDestination! |
| К | func CGImageDestinationCreateWithURL(_ url: CFURL!, _ type: CFString!, _ count: Int, _ options: CFDictionary!) -> CGImageDestination! |
Измененный CGImageSourceCopyMetadataAtIndex (CGImageSource!, Интервал, CFDictionary!)-> CGImageMetadata!
| Объявление | |
|---|---|
| От | func CGImageSourceCopyMetadataAtIndex(_ isrc: CGImageSource!, _ index: UInt, _ options: CFDictionary!) -> CGImageMetadata! |
| К | func CGImageSourceCopyMetadataAtIndex(_ isrc: CGImageSource!, _ index: Int, _ options: CFDictionary!) -> CGImageMetadata! |
Измененный CGImageSourceCopyPropertiesAtIndex (CGImageSource!, Интервал, CFDictionary!)-> CFDictionary!
| Объявление | |
|---|---|
| От | func CGImageSourceCopyPropertiesAtIndex(_ isrc: CGImageSource!, _ index: UInt, _ options: CFDictionary!) -> CFDictionary! |
| К | func CGImageSourceCopyPropertiesAtIndex(_ isrc: CGImageSource!, _ index: Int, _ options: CFDictionary!) -> CFDictionary! |
Измененный CGImageSourceCreateImageAtIndex (CGImageSource!, Интервал, CFDictionary!)-> CGImage!
| Объявление | |
|---|---|
| От | func CGImageSourceCreateImageAtIndex(_ isrc: CGImageSource!, _ index: UInt, _ options: CFDictionary!) -> CGImage! |
| К | func CGImageSourceCreateImageAtIndex(_ isrc: CGImageSource!, _ index: Int, _ options: CFDictionary!) -> CGImage! |
Измененный CGImageSourceCreateThumbnailAtIndex (CGImageSource!, Интервал, CFDictionary!)-> CGImage!
| Объявление | |
|---|---|
| От | func CGImageSourceCreateThumbnailAtIndex(_ isrc: CGImageSource!, _ index: UInt, _ options: CFDictionary!) -> CGImage! |
| К | func CGImageSourceCreateThumbnailAtIndex(_ isrc: CGImageSource!, _ index: Int, _ options: CFDictionary!) -> CGImage! |
Измененный CGImageSourceGetCount (CGImageSource!)-> Интервал
| Объявление | |
|---|---|
| От | func CGImageSourceGetCount(_ isrc: CGImageSource!) -> UInt |
| К | func CGImageSourceGetCount(_ isrc: CGImageSource!) -> Int |
Измененный CGImageSourceGetStatusAtIndex (CGImageSource!, Интервал)-> CGImageSourceStatus
| Объявление | |
|---|---|
| От | func CGImageSourceGetStatusAtIndex(_ isrc: CGImageSource!, _ index: UInt) -> CGImageSourceStatus |
| К | func CGImageSourceGetStatusAtIndex(_ isrc: CGImageSource!, _ index: Int) -> CGImageSourceStatus |
Измененный CGImageSourceRemoveCacheAtIndex (CGImageSource!, интервал)
| Объявление | |
|---|---|
| От | func CGImageSourceRemoveCacheAtIndex(_ isrc: CGImageSource!, _ index: UInt) |
| К | func CGImageSourceRemoveCacheAtIndex(_ isrc: CGImageSource!, _ index: Int) |