From 7b9dc074bb9af6d831a9ca2be9ec64b67dbc5e69 Mon Sep 17 00:00:00 2001 From: clfreville2 Date: Fri, 16 Feb 2024 23:33:34 +0100 Subject: [PATCH] Update READMEs --- README.fr.md | 11 +++++++++++ README.md | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/README.fr.md b/README.fr.md index a16f9fc..b5326ca 100644 --- a/README.fr.md +++ b/README.fr.md @@ -1,5 +1,16 @@ # Pixture +## Opérations disponibles + +- Chargement de plusieurs images à partir du système de fichiers +- Prévisualisation du résultat au centre de l'écran +- Télécharger le résultat actuel sous la forme d'une seule image +- Appliquer une transformation à l'image +- Redimensionner l'image +- Fondu de deux images en faisant glisser l'une d'entre elles sur la zone de travail +- Si l'image est déposée en bas/à droite, elle sera ajoutée à l'image actuelle. +- Créer une animation qui combine toutes les images chargées + ## Exécuter un serveur de développement ```bash diff --git a/README.md b/README.md index 7b82f0d..3b351f7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # Pixture +## Available operations + +- Load multiple images from the file system +- Preview the result at the center of the screen +- Download the current result as a single image +- Apply a transformation to the image +- Redimension the image +- Fade two images by drag and drop one over the working area +- If dropping at the bottom/at the right, the image will be appended to the current one +- Create an animation that combines all loaded images + ## Run a development server ```bash