-
Notifications
You must be signed in to change notification settings - Fork 3
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
Svg changes #273
base: main
Are you sure you want to change the base?
Svg changes #273
Conversation
Signed-off-by: IsaacPimentel73 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At cover images is necessary to be jpeg, but we need to apply image compression at all jpeg images, or maybe we can use PNG with compression.
SVG is only to vectorial images like a logo with curves.
SVG images also should be compressed to be used at web context.
Maybe @Zagaz could have a good opinion about usage PNG or jpeg as format of cover images. https://duckduckgo.com/?q=use+jpg+or+png+to+web+images
A suggestion of to-do list to this issue:
- compress all jpg images. https://duckduckgo.com/?q=compress+png+for+web+linux&t=ffab&ia=web
- Compress svg images
Other suggestion to compress image is searching for online websites that do this. By example, search by "online png compression" or "online svg compression".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we using this image?
I think that is pending to remove this image, right?!
source/assets/images/posts/advanced-security/cover1.svg
SVG is vetorial images. Isn't necessary and isn't good to convert pictures to SVG. Photos need to be maintained as JPG.
Every when we change an url, is important to check if the URL was indexed at internet to don't break the referred links. Other important point is to fix the DCO issue. |
Converting jpg images into svg.