Link to home
Start Free TrialLog in
Avatar of shakir77
shakir77

asked on

How to load Images of type jpeg and other.

Can u pls suggest any way to load Jpeg type of images .
As loading of bmp's can be achived but i am facing problem loading jpeg's.
Or u can tell some nice  way of converting jpeg to bmp but should not result in bigger KB sizes in bmp.

Avatar of KurtVon
KurtVon

The easiest way to load JPEGs is to use 3rd party libraries.  The website http://www.puntoexe.com/develop.htm has a lib for handling JPEGs as shareware (the version on the left).  See www.jpeg.org for more details.

As for expanding to a bitmap without increasing the size, that can't be done.  JPEG is a compression standard and therefore has a compressed image.  Bitmaps just can't match the image compression levels since they use RLE.
ASKER CERTIFIED SOLUTION
Avatar of jackrabbit22
jackrabbit22

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of shakir77

ASKER

Thanx jackrabbit22.
that solved my problem.
Using the solution provided by the jackrabbit22 i am available to loag jpg images and that result into another problem.Actually in the same dlg where i am loading imgaes there one non - editable Text box which is of multiline type. But after image loading , border is not visible and also VERT scroll bar though Text is coming in textbox.
Once i click on the side of text box ( assumming that there is scroll bar comes up....)
any solution for non visibility of scroll bar n text box border.????

thanks in advance.