From d8763351db21a36af489b6089875ebe5118c7457 Mon Sep 17 00:00:00 2001 From: Ronan Lenouvel Date: Sat, 18 Jul 2026 19:07:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20docs(README):=20pr=C3=A9ciser=20?= =?UTF-8?q?=C2=AB=20no=20decoding=20=C2=BB=20dans=20la=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit « no external binaries » disait l'absence de dépendance, pas l'absence de décodage. La lib copie les octets d'une preview déjà présente : elle ne dématrice ni ne recompresse rien. « no decoding » vend la performance et pose la limite — pas de rotation, elle reste au consommateur — d'un même mot. Closes #35 --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bc0b89..4da61ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Raw Preview Extractor -Extract the JPEG preview embedded in camera RAW files — **pure PHP, no external binaries**. +Extract the JPEG preview embedded in camera RAW files — **pure PHP, no decoding, no external binaries**. [![CI](https://github.com/ronan-develop/raw-preview-extractor/actions/workflows/ci.yml/badge.svg)](https://github.com/ronan-develop/raw-preview-extractor/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE) diff --git a/composer.json b/composer.json index 45243f2..49207cc 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "ronanlenouvel/raw-preview-extractor", - "description": "Extract embedded JPEG previews from camera RAW files (CR2, CR3, NEF, ARW, DNG) in pure PHP, no external binaries.", + "description": "Extract embedded JPEG previews from camera RAW files (CR2, CR3, NEF, ARW, DNG) in pure PHP — no decoding, no external binaries.", "license": "MIT", "type": "library", "keywords": [