Images for the web
Image Types and Copyrights
There are tons of Images on Google.
Can I use them?
Google will scan the web and brings all related images, regardless of copyright rules.
©
What is Copyright?
Whenever you create something, you have the rights to its autorship. It is granted in the US constitution.
What does it cover?
- Sound Recordings.
- Architectural works.
- Literary works.
- Musical/Dramatic works.
- Pantomimes and Choreographic works.
- Pictorial (images, paintings, drawings, photographs)
For how long?
- Copyright covers both published and unpublished works.
- It covers it through the life of the author plus 70 years after their death.
©
What are the rights of the copyright owner?
Copyright gives you the right to:
- Reproduce and copy the work.
- Create/Prepare derivative works based upon the work.
- Distribute copies of the work to the public by selling, leasing, renting or lending.
- Perform or Display the work publicly either live or as an audio or vide transmission.
- Authorize others to exercise the previously mentioned rights..
How do I know if an image is copyrighted?
- Look for credits in the image (caption, embedded in the photo).
- Look for a Watermark.
- Check for the image Metadata. Metadata2Go
- Do an image reverse search in TinEye
©
Things that cannot be Copyrighted
- Non-fixed works: It needs to be fixed in a tangible medium of expression.
- Ideas or Concepts.
- Facts: Works with no original information.
- U.S. Government Works
Other Works
- Recipes.
- Fashion Designs.
- titles and slogans
- Domain Names
- Band Names
Some of these even if they cannot be Copyrighted, can be Trademarked.
The public domain and 5 things not covered by copyright
Web Images
JPG
- A compressed image format standardized by the Joint Photographic Experts Group (JPEG).
- Uses Lossy compression, discarding not noticeable information
- It significantly reduces the file size of images
- Good for photographs
- Some information is lost in the process
GIF
- GIF Stands for Graphics Interchange Format
- Does not degrade the image quality
- Can include a maximum of 256 colors
- Better suited for buttons and banners that do not require a lot of colors.
PNG
- Image file stored in the Portable Network Graphic (PNG) format
- Commonly used to store web graphics, digital photographs.
- Support Transparency
- Uses Lossless compression and does not degrade the image quality
- Bigger image size than jpg
Web Images
SVG
- SVG stands for Scalable Vector Graphics
- Used to define vector-based graphics for the Web
- Images are scalable
- Graphics do NOT lose any quality if they are zoomed or resized
WebP
- The WebP format was developed by Google to overcome the limitations of JPEG
- It supports lossless compression and transparency
- It achieves 15% to 20% better compression than JPG
- Better suited for buttons and banners that do not require a lot of colors.
In the works
- AVIF: Open source image format, stores still and animated images with better compression than JPG. Full support starting Jan 2024.
- The following formats should not be used in websites yet.
- HEIF and HEIC: Introduced with iOS 11, offer smaller sizes than JPG.
- JPEG XL: Offers lossless compression, up to 60% than a regular JPEG with the same quality.
Why do we have to Optimize our Images?
"Images are an important part of any web experience. They let us convey ideas much faster than text, help us tell powerful stories and engage with our users in ways that few other forms of content can."
“Gorgeous high-quality images have a cost. They first have to be downloaded, requiring a network overhead that can be large and, on slow internet connections (think coffee shops or when you’re on the go), can significantly slow down how quickly web pages load."
"Users with slow connections deserve a beautiful user experience too.""
Guidelines
- Keep files organized in folders by file type.
- Use lowercase for HTML tags, files and folders.
- Use ( - _ ) instead of spaces to name your files and folders.
- Save images according to their use to keep a small file size.
- Check the location of your links.
Why Index?
Most servers are configured to display the index.html by default without having to type the name of the file.
That's why your homepage will always be index.html