Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Registered User
Join Date: Apr 2024
Posts: 504
|
Lossless Resizing with SVGs
Is it true that you can resize SVG files to any resolution you want without losing quality?
If so, here's a png file I converted to svg using ImageMagick. Try and see if you can resize to any resolution without loss. https://www.mediafire.com/file/wl1ey...esters.7z/file |
|
|
|
|
|
#2 | Link | |
|
Registered User
Join Date: Sep 2007
Posts: 5,669
|
Quote:
Yes, you can scale losslessly ( even downscale) as a vector format (as a vector only) if the program can handle lossless scaling of vectors. Imagemagick does not. A free vector manipulation tool would be inkscape Lossless scaling of vectors does NOT change the exported file size of a vector (except for a few bytes) - so if your goal was to reduce disk space, you're wasting your time. Notice you increased the filesize converting to a vector in the first place. All lossless scaling basically does is keep the original information, but fill in the data fields about what size to re-render the new file at, so when the viewing application opens the resized vector, it re-renders at the newly specified dimensions. Vectors can be rendered at different dimensions, with far less aliasing and quality issues than "rasterized" images. But if you start with a lossy rasterized image with some compression noise such as your PNG image , it will be "less clean" than scaling a clean vector in the first place |
|
|
|
|
|
|
#4 | Link |
|
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,411
|
Google "png to svg convert"
https://www.google.co.uk/search?q=png+to+svg+convert EDIT: and a YouTube search "png to svg convert" https://www.youtube.com/results?sear...to+svg+convert EDIT: How to Convert PNG Files to SVG File Format for FREE!:- https://www.youtube.com/watch?v=A5TOBCRD_ic Above gotten from Youtube Search on "offline" png to svg convert":- https://www.youtube.com/results?sear...to+svg+convert No idea if any of them any good.
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 4th February 2025 at 17:39. |
|
|
|
![]() |
| Tags |
| image-quality, png, svg |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|