Jan-Fcloud / hacktoberfest-2023-participants

⭐ Take part in Hacktoberfest 2023 by adding yourself to this website and by contributing your own web projects and updates ⭐
https://jan-fcloud.github.io/hacktoberfest-2023-participants/
MIT License
6 stars 10 forks source link

[feat]: Conversion to WebP Format and Image Storage Folder #27

Open purnasth opened 8 months ago

purnasth commented 8 months ago

Issue Title: Conversion to WebP Format and Image Storage Folder

Issue Description:

I propose a modification to the existing project to transition from using PNG and JPEG image formats to the more efficient WebP format. Additionally, I suggest the creation of a separate folder to systematically store these images. This adjustment will improve the performance of the project and enhance image management.

Proposed Changes:

  1. Image Format Conversion: Convert existing PNG and JPEG images to WebP format. This format is more suitable for web usage due to its smaller file size and better compression, which ultimately leads to faster loading times.

  2. Image Storage Folder: Create a dedicated folder for storing all the converted WebP images. This organized structure will streamline image management and make it easier to locate and update images.

Rationale:

The conversion to WebP format and the establishment of an image storage folder are crucial for the following reasons:

Improved Performance:

WebP images are known for their superior compression capabilities, resulting in reduced loading times and improved project performance, especially for web applications.

Enhanced Image Organization:

A designated image storage folder simplifies image management, making it easier to keep track of and update project images, ensuring a more organized codebase.

Additional Information (if available):

If specific guidelines or steps are required for making these changes and if any additional information is needed, please advise. I am committed to providing all necessary details and implementing these improvements effectively.

purnasth commented 8 months ago

Hello, feel free to assign this task to me.