Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can 2 JPEG images be combined

Status
Not open for further replies.

Ciarak

Programmer
Oct 17, 2001
9
GB
Hi,
I'm working with large pgm images of approx 500MB and I want to convert the image to a JPEG to reduce the size of the image.However to convert the image all of the data in the image has to be read into memory which can cause my computer to grind to a halt and to run out of memory.To avoid this I want to combine 2 JPEG images together.Do I have to first decode the JPEG images(and get memory problems) or is there a IJL function or an api call that'll do this.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top