From 056ffe406450d11d875cb739d0a40a6f3f2a8edf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 07:07:21 +0000 Subject: [PATCH 1/2] Initial plan From cebf07f0ea82bc3473d35c7eee00769dd4a59f78 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Feb 2026 07:08:37 +0000 Subject: [PATCH 2/2] Add README badges for CI, Swift, platforms, license, and SPM Co-authored-by: SureshKViswanathan <257696045+SureshKViswanathan@users.noreply.github.com> --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1918c34..1742e82 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # JXLSwift +[![CI](https://github.com/Raster-Lab/JXLSwift/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/Raster-Lab/JXLSwift/actions/workflows/ci.yml) +[![Swift 6.2](https://img.shields.io/badge/Swift-6.2-orange.svg)](https://swift.org) +[![Platforms](https://img.shields.io/badge/Platforms-macOS%20|%20iOS%20|%20tvOS%20|%20watchOS%20|%20visionOS-blue.svg)](https://developer.apple.com) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) +[![SPM Compatible](https://img.shields.io/badge/SPM-Compatible-brightgreen.svg)](https://swift.org/package-manager/) + A native Swift implementation of the JPEG XL (ISO/IEC 18181) compression codec, optimized for Apple Silicon hardware. ## Overview