Link to home
Start Free TrialLog in
Avatar of m_adil
m_adil

asked on

Jpg image

Hi,
2 questions.

1. I need a jpeg image component that can
a. Read jpg image
b. Write jpg image
c. Allows changes to be made to jpg image

2. Is there any way that i can use fonts that are not installed but present in crrent directory (the directory containing exe file)

Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of Fatman121898
Fatman121898

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 hubdog
hubdog

first question
  I think you can use TJpegImage Class included in delphi.You can search TJpegImage in help ,then you will find the example of how to use it.
  Also you can find another example in
directory \delphi5\help\examples\jpeg

good luck

hubdog
Avatar of m_adil

ASKER

Hi,
I've found a bmp->jpg conversion component. Points goes to Fatman for the font reg. problem.
Fatman plz make ur comment as an answer

Thanks!!
Avatar of m_adil

ASKER

hubdog TjpegImage class can load (or may be save) jpg image but doesnot allow changes to be made to the image.