jpeg icon indicating copy to clipboard operation
jpeg copied to clipboard

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

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

This PR adds static linux compulation with Musl for the library (https://www.swift.org/documentation/articles/static-linux-getting-started.html), I added a test workflow for linux musl target as well Most of the code is adding support...

the steps for doing this are: 1. Move the images in `examples/` to directories inside `Sources/JPEG/docs.docc`, as this is required in order to display the images from a DocC article...

good first issue