Explain about image types in detail?
Answer / 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 |
How to join multiple strings stored in an array into a single string?
Explain about the connective abilities of the PHP?
How to enable parsing?
What is mvc? Why its been used?
What does nan stand for computer science?
Is it necessary to use closing tag in php?sometime without closing tag things work.why?
How to call php function from javascript using ajax?
How to swap two variables without using 3rd temp variable.
What is the use of Php variables?
What is the php function that removes the first element of the array and returns it?
Explain Magento's autoload functionality and how to instantiate classes? What is the process you take when theming a store? Talk about Magento collections and how you use them?
i have saved the password in encrypted format in database. now i want how to retrive the password in decrypted format.