jpeg
jpeg copied to clipboard
decode, inspect, edit, and encode jpeg images in pure swift
the library has not gone through the optimization process, and as the author of the package, i’ve learned a lot more about high-performance swift in the 3+ years since v1.0.0....
this module could and should be cross-platform, but right now it only officially supports linux and macOS.
Does this look like impossibility to use both swift-png and jpeg packages in same package as dependencies? ``` error project: multiple products named 'unit-test' in: 'jpeg', 'swift-png' error project: multiple...
I would like to ask, can this library help to read exif marknote data in iOS platform?
This is my solution to #21 as described in the issue.
I'm building image loading into SwiftCrossUI which requires me to support a variety of different image formats. For PNG and JPEG I'm of course using your two awesome pure-swift libraries....