It does. SVG はピクセルではなく XML の幾何学であり、ぼかしなしに任意のサイズにスケールできますが、サンプルにピクセルグリッドはありません。. That is what decides whether shrinking the file is purely a question of pixels or also a question of re-encoding.
Concretely, リサンプリングは一切ありません viewBoxと形状は書き換えられます 結果は新しいサイズでも 元のサイズと同じくらい 鋭く見えます. You give it a target width, a target height or a percentage, and it works from the original rather than from a previously resized copy.
Yes: 無料アカウントは 画像を5 MBまで処理できます SVGは基本的に 近づけません 複雑なイラストは テキストが数百キロバイト. In practice the thing that makes an SVG heavy is thousands of path nodes from an auto-trace, not the file size, and that is a different problem from the cap.
WEBP.toは、旧来のデフォルトの両方の現代的な置き換えを中心に構築されている:損失、無損失、アルファ、アニメーションを行うフォーマット、そして、JPEGやPNGよりも信頼性の高い小さなサイズに到達する。 People arrive here having decided the old defaults are costing them bandwidth, and that decision immediately raises the rest: what size, what quality, what happens to the transparency. SVG のサイズを変更 is on the same upload and the same account so those questions get answered in one place.
SVG のサイズを変更 が実行されたら、次に何をする価値があるか?
+
このサイトのコンバータは、WebP、PNG、JPG、AVIFの画像を移動します。小さなファイルが古いブラウザを失う価値があるのかどうかを決めるのです。 Doing it in that order matters: pick the pixels first and the container afterwards, because the container is the cheap decision and the pixels are the expensive one.