PicMorph 🔗
PicMorph is a web application that enables users to upload images and convert them into various formats. It features a React-based frontend and an Express.js backend powered by Sharp for fast and efficient image processing.
- Upload and convert images to various formats (JPEG, PNG, WebP, GIF, TIFF, AVIF).
- Fast and efficient image processing with Sharp.
- Clean and modern UI built with Tailwind CSS.
- Provide a download link for the converted image
- React (Vite)
- Axios (for API requests)
- TailwindCSS (for styling)
- Node.js, Express.js
- Multer (for handling file uploads)
- Sharp (for image conversion)
- CORS (for cross-origin requests)
- Open PicMorph in your browser.
- Upload an image file.
- Select the desired format.
- Click Convert.
- Download the converted image once it's ready.
We welcome contributions from developers! Follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature-name). - Make your changes and commit (
git commit -m "Added new feature"). - Push to your fork (
git push origin feature-name). - Open a Pull Request.
Make sure your code follows best practices and is well-documented.
This project is open-source and available under the MIT License.
For questions or suggestions, feel free to send an email or open an issue on the repository.