Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente | |
| informatique:developpement:projets:viewer-api [2026/02/19 16:12] – [Notes] jpmilcent | informatique:developpement:projets:viewer-api [2026/02/19 16:14] (Version actuelle) – [Technos] jpmilcent |
|---|
| |
| ===== Technos ===== | ===== Technos ===== |
| * [[https://github.com/tiangolo/fastapi|FastAPI]] : micro-framework API REST | * [[https://github.com/tiangolo/fastapi|FastAPI]] : micro-framework API REST. |
| | * [[https://typer.tiangolo.com/| Typer]] : micro-framework CLI. |
| * [[https://pypi.org/project/pyvips/|Pyvips]] : bibliothèque de manipulation d'image (pyramide) basé sur [[https://github.com/libvips/libvips|libvips]]. Équivalant Python de [[https://sharp.pixelplumbing.com/|Sharp]] en JS. | * [[https://pypi.org/project/pyvips/|Pyvips]] : bibliothèque de manipulation d'image (pyramide) basé sur [[https://github.com/libvips/libvips|libvips]]. Équivalant Python de [[https://sharp.pixelplumbing.com/|Sharp]] en JS. |
| * [[https://github.com/sylikc/pyexiftool| PyExifTool]] : bibliothèque permettant d'accéder à l'outil ExifTool pour extraire et manipuler les métadonnées d'une image. | * [[https://github.com/sylikc/pyexiftool| PyExifTool]] : bibliothèque permettant d'accéder à l'outil ExifTool pour extraire et manipuler les métadonnées d'une image. |