jpeg icon indicating copy to clipboard operation
jpeg copied to clipboard

decode, inspect, edit, and encode jpeg images in pure swift

Results 8 jpeg issues
Sort by recently updated
recently updated
newest added

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....

enhancement

this module could and should be cross-platform, but right now it only officially supports linux and macOS.

enhancement

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?

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....