A Hosted PHP based Image converter
Go to file
John Norton ebc351b1fd Fix tailwind formatting
Fix tailwind formatting to prettify the HTML for the error display page for Verter.
2024-06-30 09:25:06 -05:00
download.php Create download.php 2024-06-29 13:14:20 -05:00
error.php Fix tailwind formatting 2024-06-30 09:25:06 -05:00
index.php Create index.php 2024-06-29 13:13:24 -05:00
LICENSE Initial commit 2024-06-29 13:04:26 -05:00
README.md Update README.md 2024-06-29 13:12:29 -05:00

Image Format Converter

This PHP-based image converter is a handy tool that allows you to easily convert images between various formats, including JPG, PNG, BMP, GIF, and ICO. It's designed to be user-friendly and efficient, making image conversion a breeze.

Key Features:

  • Multiple Format Support: Convert images seamlessly between popular formats.
  • User-Friendly Interface: A simple web interface makes it easy to upload and convert images.
  • Efficient Conversion: Utilizes the GD or ImageMagick library for fast and reliable conversions.
  • Batch Processing: Convert multiple images simultaneously to save time.
  • Error Handling: Includes robust error handling to provide informative messages in case of issues.

Installation:

Clone the Repository:

git clone https://github.com/norton287/PHP-Image-Converter-For-The-Web.git

Install Dependencies:

  • This project relies on the GD or ImageMagick library for image manipulation. Make sure you have either of these libraries installed on your server.

You can install them using the following commands (choose one):

GD:

sudo apt-get install php-gd

ImageMagick:

sudo apt-get install php-imagick

Set Up Web Server:

  • Place the project files in your web server's document root.
  • Ensure that your web server (e.g., Apache, Nginx) is configured to execute PHP scripts.

Access the Converter:

  • Open your web browser and navigate to the URL where you've placed the project files.
  • You should see the image converter interface.

Usage:

  • Select Images: Choose the images you want to convert (you can select multiple files).
  • Choose Format: Select the desired output format from the dropdown menu.
  • Convert: Click the "Convert" button to start the conversion process.
  • Download: Once the conversion is complete, a download link will appear. Click it to download your converted images in a zip file.

Additional Notes:

  • The converter creates temporary files during the conversion process. These files are automatically cleaned up after the conversion is finished.
  • If you encounter any errors, check the error messages displayed on the interface for troubleshooting tips.
  • For optimal performance, ensure that your server has sufficient resources to handle image processing.

Contributing:

  • Contributions to this project are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.

License:

  • This project is licensed under the MIT License. Feel free to use and modify it according to your needs.