Explain about image types in detail?

Answer Posted / rekha_sri

We used the image types for printing,scanning and internet use.

Different types of image types.

PNG(Portable Network Graphics) format:
--------------------------------------
* We pronounced the .PNG as ping.
* Original purpose of PNG was to be a royalty-free GIF and
LZW replacement.
* However PNG supports a large set of technical features,
including superior lossless compression from LZ77.
* Compression in PNG is called the ZIP method, and is like
the 'deflate" method in PKZIP (and is royalty free).

JPEG(Joint Photographic Experts Group) format:
----------------------------------------------
* .JPEG is pronounced as Jay Peg.
* This is the correct format for photo images which is very
small.
For example,
for Websites or for email.
* It is offen used in Digital camera memory cards.
* JPG uses lossy compression (lossy meaning "with losses to
quality").
* Lossy means that some image quality is lost when the JPG
data is compressed and saved,and this quality can never
be recovered.
* File compression methods for most other file formats are
lossless, and lossless means "fully recoverable".

GIF(Graphic Interchange format) format:
---------------------------------------
* .GIF is file extension.
* There have been debates about pronunciation of .GIF
* Some one told that we need to pronunce like Jiff or
Gift(without the t).
* It is used to show images online.
* GIF is still an excellent format for graphics,especially
on the web.

BMP(Windows Bitmap)file format:
-------------------------------
* The BMP file format (Windows bitmap) handles graphics
files within the Microsoft Windows OS.
* Typically, BMP files are uncompressed, hence they are
large; the advantage is their simplicity and wide
acceptance in Windows programs.

TIF(Tagged Image File Format):
------------------------------
* TIFF image format is not widely supported by web browsers.
* TIFF remains widely accepted as a photograph file standard
in the printing business.
* we can't use the TIF in internet browser.

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to include a file code in different files in php?

512


What is abstract class in php?

517


Difference between array_combine and array_merge?

529


What does the scope of variables means?

588


How are php sessions stored?

548






What is uniqid php?

578


List few sensible functions in PHP?

572


Tell me what is use of in_array() function in php?

575


How is a session id generated?

540


Explain which cryptographic extension provide generation and verification of digital signatures?

534


Tell me how comparison of objects is done in php5?

517


What is a composer?

537


Is it worth learning php in 2019?

530


How arrays are used in php?

555


Tell me what is the difference between the functions strstr() and stristr()?

539