summaryrefslogtreecommitdiffstats
path: root/src/plugins/imageformats/macjp2/macjp2.pro
Commit message (Collapse)AuthorAgeFilesLines
* Add native Darwin handler for the HEIF (.heic) formatEirik Aavitsland2017-10-301-4/+4
| | | | | | | | | | | Adds basic support for still images encoded with the HEIF standard introduced in macOS Sierra and IOS 11. Uses the Core Graphics Image I/O Framework as codec backend. Reuses the helper class from the macjp2 handler. Change-Id: I5f0c7891b189a916cccd2c27eacbac12416ce209 Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
* remove spurious platformsupport dependencyv5.8.0-beta1Oswald Buddenhagen2016-10-061-2/+2
| | | | | | | | | | it's not quite clear why it was included. however, it pulled in CoreGraphics transitively, which now has to be done explicitly. Change-Id: I4186f0603360645d81895d850005af01966834c5 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Link to CoreFoundation in macjp2 pluginv5.8.0-alpha1Jake Petroules2016-08-191-1/+1
| | | | | | | | This fixes a linking error on tvOS (though strangely not macOS). Change-Id: I1f339fefa07ab55bc943aabf895f713e8ef6f6c1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
* Remove un-needed dependency on IOKitv5.7.0-beta1Jake Petroules2016-04-111-1/+1
| | | | | | | | | | This framework is considered private on iOS, so we *can't* use it there. This amends 50e257de2642fc980d4e82fb99d455ca784f11bd. Change-Id: I6aad57540dbbf95b86bd43f265e810e67a2fb2f5 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com> Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* Remove un-needed dependencies on Cocoa and CarbonTor Arne Vestbø2016-04-051-1/+1
| | | | | Change-Id: I6fe96cd758ebf694cf0005d6aa46e3e8d899723e Reviewed-by: aavit <eirik.aavitsland@theqtcompany.com>
* Add a Jpeg2000 handler that utilizes Apple ImageIO FrameworkEirik Aavitsland2016-03-171-0/+20
The Jasper-based jp2 plugin has been disabled by default. This plugin can replace it for OS X and iOS. Change-Id: Id43dbefdf7df22493910a855f823c9b966bafcdb Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>