Difference between revisions of "BTC640/Images"

From CDOT Wiki
Jump to: navigation, search
(Convert)
(Converting Between Types)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
= Lecture =
 
= Lecture =
  
Textbook chapter: 3
+
Textbook chapters: 3, 13
  
 
Images are one of the first multimedia element used on webpages when the web was taking off. But despite the apparent simplicity there is plenty of technical details to learn about them. It's not as simple as "there is an image" vs "there is no image". We will look at various factors that affect the use of images on the web, and various capabilities of image formats.
 
Images are one of the first multimedia element used on webpages when the web was taking off. But despite the apparent simplicity there is plenty of technical details to learn about them. It's not as simple as "there is an image" vs "there is no image". We will look at various factors that affect the use of images on the web, and various capabilities of image formats.
Line 19: Line 19:
  
 
=== Number of Colours ===
 
=== Number of Colours ===
The size of the image can be reduced by reducing the number of bytes required per pixel. A PC can effectively display up to 4 bytes per pixel, split as follows:
+
The size of the image can be reduced by reducing the number of bytes required per pixel. A PC can effectively display up to 3 bytes per pixel, split as follows:
 
* 1 byte for red
 
* 1 byte for red
 
* 1 byte for green
 
* 1 byte for green
Line 80: Line 80:
 
| PNG || Loss of transparency flag || Lossless || Lossless || Loss of colour and transparency
 
| PNG || Loss of transparency flag || Lossless || Lossless || Loss of colour and transparency
 
|-
 
|-
| JPEG || Lossless ||  Lossless || Lossless || Lossless
+
| JPEG || Lossless ||  Lossless - GIF stores less colour, may lose some|| Lossless || Lossless
 
|}
 
|}
  
Line 86: Line 86:
  
 
Converting from JPEG to one of the other formats is lossless, but re-encoding it as a JPEG is lossy, so converting it back to JPEG will result in a different image than the original.
 
Converting from JPEG to one of the other formats is lossless, but re-encoding it as a JPEG is lossy, so converting it back to JPEG will result in a different image than the original.
 +
 +
=== Bitmap to/from Vector ===
 +
 +
Converting a bitmap image to a vector is impossible or at least very difficult. You can have a look at this website for some information about [http://www.computerlifesavers.com/netsnippets/Art%20and%20Design/Auto-Tracing%20How%20To%20Convert.htm autotracing and other bitmap/vector facts].
  
 
== Scanning and OCR ==
 
== Scanning and OCR ==
Line 92: Line 96:
  
 
Text in a raster image is not the same as the same text in a text file. To convert rasterised text to computer text OCR is needed. The quality of current systems isn't that great.
 
Text in a raster image is not the same as the same text in a text file. To convert rasterised text to computer text OCR is needed. The quality of current systems isn't that great.
 +
 +
== Photography ==
 +
 +
I will talk in class a little about the basics of photography, including:
 +
 +
* http://en.wikipedia.org/wiki/Shutter_%28photography%29
 +
* http://en.wikipedia.org/wiki/Exposure_%28photography%29
 +
* http://en.wikipedia.org/wiki/Shutter_speed
 +
* http://en.wikipedia.org/wiki/Aperture
 +
* http://en.wikipedia.org/wiki/Depth_of_field
  
 
== Degree Students ==
 
== Degree Students ==
Line 99: Line 113:
 
The point of using layers is that you can combine them into one image but still make changes to the individual components. This is a very powerful tool mostly used by graphics experts but it's useful even for some simple tasks.
 
The point of using layers is that you can combine them into one image but still make changes to the individual components. This is a very powerful tool mostly used by graphics experts but it's useful even for some simple tasks.
  
Read the 5 page paper [[Media:lossless_re-enconfig_of_jpeg_images.pdf|Lossless Re-encoding of JPEG Images Using Block-adaptive Intra Prediction (Matsuda et al, 2008)]]. It's quite complicated but see how much useful information you can extract from it without spending a month learning the math.
+
= Links =
 +
 
 +
* http://en.wikipedia.org/wiki/Comparison_of_vector_graphics_editors
 +
* http://en.wikipedia.org/wiki/JPEG
 +
* http://en.wikipedia.org/wiki/Gif
 +
* http://en.wikipedia.org/wiki/Portable_Network_Graphics
 +
* http://superuser.com/questions/53600/jpeg-vs-png-vs-bmp-vs-gif
  
 
= Lab =
 
= Lab =
 +
 +
This is a marked lab. Please submit it using Moodle (Lab3).
  
 
== Gimp ==
 
== Gimp ==
Line 107: Line 129:
 
* The Gimp on the lab machines isn't fully installed so it may take a very long time to start up the first time.
 
* The Gimp on the lab machines isn't fully installed so it may take a very long time to start up the first time.
  
* Find a JPEG photo online, with width:height ration of 4:3. The contents don't matter - mountains, trees, flowers, sky, whatever. For exmaple something from http://amdwallpapers.webspaceforme.net/gallery/ Save the image as step1.jpg
+
* Find a JPEG photo online, with width:height ratio of 4:3. The contents don't matter - mountains, trees, flowers, sky, whatever. Save the image as step1.jpg Don't use the same image as another student.
  
 
* Open the image with Gimp. Notice that most likely you're seeing a scaled down version, the zoom level is displayed at the bottom of the window.
 
* Open the image with Gimp. Notice that most likely you're seeing a scaled down version, the zoom level is displayed at the bottom of the window.
  
* Resize the image to 900x720, save the result as step2.jpg
+
* Resize the image to 960x720, save the result as step2.jpg
  
 
* Crop the step2.jpg so that you end up with a square 720x720. Do not scale the image, the proportions of the content should stay the same. Note: gimp has a menu option to do this. Save the result as step3.jpg
 
* Crop the step2.jpg so that you end up with a square 720x720. Do not scale the image, the proportions of the content should stay the same. Note: gimp has a menu option to do this. Save the result as step3.jpg
Line 118: Line 140:
  
 
* Save step4.jpg as step4.bmp. Note how much bigger the bitmap is.
 
* Save step4.jpg as step4.bmp. Note how much bigger the bitmap is.
 +
 +
* Save your JPEG in PNG format. Change the number of colours your image has, and save copies of it also in PNG format. For example change it to greyscale and save as another file, change it to indexed colours (palette) with a different number of colours and save as another file. Compare the sizes (in bytes) of the different files. There should be a non-trivial difference. If you have time left - save all these PNG files in JPEG format, and observe whether the numbers of colours make as big an impact on the size of a JPEG as they do on the size of a PNG.
  
 
== Dia ==
 
== Dia ==
  
* Download and install Dia.
+
* Download and install [http://projects.gnome.org/dia/downld.html Dia].
  
 
* Draw your family tree (it doesn't have to be real, just different from other students) in Dia using shapes (perhaps boxes), arrows from children to parents, and lines without arrows between spouses. Change the colours for males to be blue (boxes and lines) and red for females.
 
* Draw your family tree (it doesn't have to be real, just different from other students) in Dia using shapes (perhaps boxes), arrows from children to parents, and lines without arrows between spouses. Change the colours for males to be blue (boxes and lines) and red for females.
Line 146: Line 170:
 
== Submission ==
 
== Submission ==
  
After doing all the steps above submit the following files to Moodle (Lab2): step1.jpg, step2.jpg, step3.jpg, step4.jpg, family.dia, family.png, and one of the grayscale images generated by the last step.
+
After doing all the steps above submit the following files to Moodle (Lab3) in a zip archive: step1.jpg, step2.jpg, step3.jpg, step4.jpg, family.dia, family.png, and one of the grayscale images generated by the last step.

Latest revision as of 13:33, 1 July 2013

Lecture

Textbook chapters: 3, 13

Images are one of the first multimedia element used on webpages when the web was taking off. But despite the apparent simplicity there is plenty of technical details to learn about them. It's not as simple as "there is an image" vs "there is no image". We will look at various factors that affect the use of images on the web, and various capabilities of image formats.

Raster/Bitmap vs Vector

Roughly speaking raster image contents are described in the file format as "put pixel of this colour here"; vector image contents are described as "draw line of this colour from this relative coordinate to that relative coordinate". As a result a vector image can usually be sized very large without quality loss. If you size up a bitmap even with a modern tool with a smart resizing algorithm the result will look fuzzy, and progressively worse the larger the size.

See for example the Seneca Freedom toaster artwork: it was created as vector graphics (in Adobe Illustrator) and the very large printed version looks very clear and sharp. To make a bitmap of that resolution would be almost impossible given the physical size of the printout and the desired resolution.

Vector images are usually used by professionals. Regular people don't have access to software even to view vector graphics. Vector graphics can be converted to bitmaps for distribution.

A vector graphic can also be actually just a bitmap - for example if the entire image is defined as single points rather than lines and curves. Such a vector graphic is basically a bitmap in a vector format, without any benefits of vector graphics. You typically see SVG icons like this, this has evolved because SVG implementations have been traditionally quite incompatible with each other.

Compression of Raster Images

Some formats are completely uncomressed - a typical example is .bmp where the colour of every single pixel in the image is stored. This wouldn't be a problem if you had 10 or 100 or even 10000 pixels but a typical resolution today is 1920x1080, which is 2073600 (over two million) points. So for practical use of large images compression is needed. This is true not only on the web but in regular software as well, imagine a 10 slide Powerpoint presentation that was 100MB in size read from a slow flash drive.

Number of Colours

The size of the image can be reduced by reducing the number of bytes required per pixel. A PC can effectively display up to 3 bytes per pixel, split as follows:

  • 1 byte for red
  • 1 byte for green
  • 1 byte for blue

That's called 24-bit (a.k.a. true) colour and allows each pixel to be one of 2^24 (over 16 million) colours.

That's great but if you're trying to save space and your image is a scan of a black and white photo, why waste space for colours? For greyscle you can use 8 bits instead of 24 and still reproduce the image perfectly.

There is another way to reduce the number of bytes required without losing all colour, and that's using a palette. Such an image contains a table of colours used in the image. Typically the number of colours in the palette is 256 and can be any mixture of reds, greens, and blues. You can use this technique to minimize the space required for each pixel but keep the overall look of the original. Depending on the number of colours in the original - the result can look identical or quite a bit worse. Photos typically don't look very pretty in 256 colours.

GIF/PNG

These formats provide lossless compression and are great for images with lots of solid colours, for example logos or diagrams or rasterized text.

The alogithm is more complicated than this, but can be understood as follows:

  • For each row
    • For each pixel
      • Record the colour of the pixel
      • Record the number of following pixels of the same colour
      • Skip the number of pixels of the same colour

So if you have a hundred pixels of the same colour in a row you would practically record only two pixels' worth of information for the entire thing.

This compression method is excellent for some types of graphics but is completely ineffective for images with lots of colour change, gradients, or shaddows (for example photographs).

GIF is an old format, and at the time of its development became instantly popular on the web because it allowed images to be transmitted over very slow lines. It has a limitation of a 256 colour palette.

PNG is a newer format that was developed to provide the same benefits that GIF did but offer more flexibility. It is possible to have a paletted or grayscale or true colour PNG file.

JPEG

This format provides lossy compression that is very good for images with lots of colour variation such as photographs.

The algorithm itself is too complicated to explain, just know that the data is stored in 8x8 pixel blocks.

You can compress a JPEG file more or less depending how high the quality is set to. In a way this is similar to palleting where you drop the number of colours, but here the result is a choppier image for lower quality.

Transparency

Most vector image types and some raster image types (GIF & PNG) support transparency. That is an extra colour setting where a pixel is set to be transparent instead of beeing a certain colour.

In a palleted image the transparent colour is actually a real colour that is designated as transparent, and the viewing software makes sure that it does not display that colour. This is how it works for GIF files.

PNG files can have a transparent colour or an alpha channel - that is each pixel can be partially transparent and the viewing software composites (merges) the contents of the image with the contents of the background. This is more expensive in terms of space required but can produce much prettier results.

Converting Between Types

As with most other kinds of data - images can be converted from one type of data to another. This can be done for compression or compatibility purposes.

Converting from one lossless format to another can be done without loss of information (that's what lossless means). Unfortunately it's more complicated than that because each format has different optional capabilities such as transparency and alpha. Here are some table to help you see the bigger picture:

Images with up to 255 colours and a transparent colour:

From/To BMP GIF PNG JPEG
BMP Lossless Lossless Lossless Loss of colour
GIF Loss of transparency flag Lossless Lossless Loss of colour and transparency
PNG Loss of transparency flag Lossless Lossless Loss of colour and transparency
JPEG Lossless Lossless - GIF stores less colour, may lose some Lossless Lossless

If you have a PNG with an alpha channel: that will be lost when you convert it into any of the above.

Converting from JPEG to one of the other formats is lossless, but re-encoding it as a JPEG is lossy, so converting it back to JPEG will result in a different image than the original.

Bitmap to/from Vector

Converting a bitmap image to a vector is impossible or at least very difficult. You can have a look at this website for some information about autotracing and other bitmap/vector facts.

Scanning and OCR

Scanners, different DPIs, target format.

Text in a raster image is not the same as the same text in a text file. To convert rasterised text to computer text OCR is needed. The quality of current systems isn't that great.

Photography

I will talk in class a little about the basics of photography, including:

Degree Students

Some image types used by authors of media rather than consumers allow for multiple layers. One example of this is the native Gimp format - XCF.

The point of using layers is that you can combine them into one image but still make changes to the individual components. This is a very powerful tool mostly used by graphics experts but it's useful even for some simple tasks.

Links

Lab

This is a marked lab. Please submit it using Moodle (Lab3).

Gimp

  • The Gimp on the lab machines isn't fully installed so it may take a very long time to start up the first time.
  • Find a JPEG photo online, with width:height ratio of 4:3. The contents don't matter - mountains, trees, flowers, sky, whatever. Save the image as step1.jpg Don't use the same image as another student.
  • Open the image with Gimp. Notice that most likely you're seeing a scaled down version, the zoom level is displayed at the bottom of the window.
  • Resize the image to 960x720, save the result as step2.jpg
  • Crop the step2.jpg so that you end up with a square 720x720. Do not scale the image, the proportions of the content should stay the same. Note: gimp has a menu option to do this. Save the result as step3.jpg
  • Draw a circle with the radius of 100 (hint: the selection tool will help). Remove any selections you made (select menu). Now draw some squiggles with the paintbrush tool. Now draw some straight lines using the same tool like this: click at the beginning of the line, press shift, and click at the end of the line. Save the result as step4.jpg
  • Save step4.jpg as step4.bmp. Note how much bigger the bitmap is.
  • Save your JPEG in PNG format. Change the number of colours your image has, and save copies of it also in PNG format. For example change it to greyscale and save as another file, change it to indexed colours (palette) with a different number of colours and save as another file. Compare the sizes (in bytes) of the different files. There should be a non-trivial difference. If you have time left - save all these PNG files in JPEG format, and observe whether the numbers of colours make as big an impact on the size of a JPEG as they do on the size of a PNG.

Dia

  • Download and install Dia.
  • Draw your family tree (it doesn't have to be real, just different from other students) in Dia using shapes (perhaps boxes), arrows from children to parents, and lines without arrows between spouses. Change the colours for males to be blue (boxes and lines) and red for females.
  • When you choose the type of shape to use for a person - consider how you will add a name to it. Some shapes can contain text, and for others you have to add the text as a separate object.
  • Save your diagram as family.dia and also export your diagram as a PNG file family.png.
  • Now let's say someone new joined your family and you need to add them to the tree. In dia add the new person in green, do not export it as a PNG again. Now open family.png in an image editor (Gimp on linux, Paint on windows, anything) and insert the new person directly into there as well. Save your attempt. This is why we have vector graphics.

Convert

You'll have to use Linux for this part. Unfortunately there's no graphical linux in our lab (mac/windows only machines) so you'll have to either ssh to matrix or use a machine in a different lab.

Convert is a commandline utility that can be used for format conversion as well as some other manipulations.

  • Bring up a terminal window, cd into the folder where you saved all the files above. Run:
convert step1.jpg step1.gif
  • You can also convert a bunch of files from jpg to gif like this (note that in Linux filenames are case sensitive):
for FILE in `ls *jpg`; do convert $FILE `basename $FILE jpg`gif; done
  • Depending on the complexity of your original image the gif versions may look exactly the same or the quality may be degraded, even though the size of the gif versions is probably larger than the size of the original jpg.
  • Write a command to separate the colours from the original into different images (man convert should help)

Submission

After doing all the steps above submit the following files to Moodle (Lab3) in a zip archive: step1.jpg, step2.jpg, step3.jpg, step4.jpg, family.dia, family.png, and one of the grayscale images generated by the last step.