You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Submitted by R+pixnet on 17-3-2015 0:00:00 5 votes on UserVoice prior to migration
Response
by Andries Louw Wolthuizen on 4-2-2016 0:00:00
I added (early) SVG support, it will output as PNG by default, example: https://images.weserv.nl/?url=dev.w3.org/SVG/tools/svgweb/samples/svg-files/rg1024_green_grapes.svg&w=300
Commit: 5bf30b2
SVG-images are vector based, and the proxy works with bitmaps only. We don’t proxy files bit-for-bit, instead, the first frame of every image get’s processed towards a bitmap, which we eventually recode into (for example) an JPEG-file.
I’m afraid a lot of the quality gets lost. I’m also not sure about the need for resizing if you already have vector based images.
support SVG image format [7236402]
Submitted by R+pixnet on 17-3-2015 0:00:00
5 votes on UserVoice prior to migration
Response
by Andries Louw Wolthuizen on 4-2-2016 0:00:00
I added (early) SVG support, it will output as PNG by default, example:
https://images.weserv.nl/?url=dev.w3.org/SVG/tools/svgweb/samples/svg-files/rg1024_green_grapes.svg&w=300
Commit:
5bf30b2
SVG-images are vector based, and the proxy works with bitmaps only. We don’t proxy files bit-for-bit, instead, the first frame of every image get’s processed towards a bitmap, which we eventually recode into (for example) an JPEG-file.
I’m afraid a lot of the quality gets lost. I’m also not sure about the need for resizing if you already have vector based images.
Comments
Comment by R+pixnet on 17-3-2015 9:59:00
ex:
http://images.weserv.nl/?url=assets.codepen.io/assets/logos/codepen-logo.svg&encoding=base64
Original UserVoice Submission
The text was updated successfully, but these errors were encountered: