============================================================
  DOVE METTERE CWEBP
============================================================

macOS – Apple Silicon (M1/M2/M3/M4):
  bin/mac/arm64/cwebp

macOS – Intel:
  bin/mac/x86_64/cwebp

Windows:
  bin/win/cwebp.exe

Il plugin rileva automaticamente l'architettura del Mac
e usa il binario corretto. Non serve configurazione.

============================================================
  DOVE SCARICARE CWEBP
============================================================

https://developers.google.com/speed/webp/docs/precompiled

  macOS arm64  → libwebp-x.x.x-mac-arm64.tar.gz
  macOS Intel  → libwebp-x.x.x-mac-x86-64.tar.gz
  Windows      → libwebp-x.x.x-windows-x64.zip

Estrai il file "cwebp" (o "cwebp.exe") dalla cartella
bin/ dell'archivio e copialo qui.

============================================================
  DOPO AVER COPIATO CWEBP (macOS)
============================================================

Apri il Terminale e lancia questi due comandi per ogni
file cwebp che hai copiato:

  chmod +x /percorso/completo/al/file/cwebp
  xattr -d com.apple.quarantine /percorso/completo/al/file/cwebp

Poi usa il pulsante "▶ Test cwebp" nel pannello Export
di Lightroom per verificare che tutto funzioni.

============================================================
  STRUTTURA CORRETTA
============================================================

bin/
├── mac/
│   ├── arm64/
│   │   └── cwebp       ← Apple Silicon
│   └── x86_64/
│       └── cwebp       ← Intel
└── win/
    └── cwebp.exe       ← Windows

============================================================
