Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added the image to svg feature #233

Merged
merged 2 commits into from
Jul 31, 2024
Merged

added the image to svg feature #233

merged 2 commits into from
Jul 31, 2024

Conversation

mathewalexKerala
Copy link
Contributor

Description
This pull request introduces a new feature that converts image files to SVG format. The conversion maintains the color scheme and file name of the uploaded images. This feature ensures that SVG images have the same color as the original image and preserves the original file name.

Motivation and Context
The conversion from image formats (such as PNG or JPG) to SVG format can be beneficial for scalability and maintaining image quality. SVG images are resolution-independent and can be scaled to any size without loss of quality. This change aims to enhance the flexibility and usability of image assets in the project.

Dependencies
No additional dependencies are required for this change.

Related Issue
Fixes # (issue number, if applicable)

Type of change
New feature-Image to SVG (non-breaking change which adds functionality)

Checklist:
My code follows the style guidelines of this project
I have performed a self-review of my own code
I have commented my code, particularly in hard-to-understand areas
My changes generate no new warnings
I have added tests that prove my fix is effective or that my feature works
New and existing unit tests pass locally with my changes
Any dependent changes have been merged and published in downstream modules

Screenshot:

Screenshot 2024-07-30 172602

Copy link

vercel bot commented Jul 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web-dev-tools ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 31, 2024 3:48am

@Bashamega
Copy link
Owner

Is there a way to remove this popup?
image

@mathewalexKerala
Copy link
Contributor Author

Is there a way to remove this popup? image

this is based on the chrome setting,I guess.

@mathewalexKerala
Copy link
Contributor Author

Is there a way to remove this popup? image

I have checked throughout the internet . It is a browser feature . Nothing we can do in our code . When I download I don't have this issue .

@Bashamega
Copy link
Owner

Is there a way to remove this popup? image

I have checked throughout the internet . It is a browser feature . Nothing we can do in our code . When I download I don't have this issue .

No problem.

Copy link
Collaborator

@annuk123 annuk123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thank you!

@Bashamega Bashamega merged commit 77d1bb6 into Bashamega:main Jul 31, 2024
4 checks passed
@Bashamega
Copy link
Owner

Thank you for contributing. If you had a good time contributing please star us and share this repository

@mathewalexKerala mathewalexKerala deleted the add-imageToSvg branch July 31, 2024 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants