Can one Resize jpg using ijl15.dll

  • Thread starter Thread starter Keith
  • Start date Start date
K

Keith

I have a copy of the excellent implementation of ijl15 in Steve Lebens
LoadSaveJPEGVer9.

I would like to be able to resize images prior to saving.

I am wondering if there is a resample/resize function contained in the
ijl dll. I have not been able to find any documentation for this dll
anywhere on the web.

Keith
 
Why don't you simply resize the DIBSection before calling the functions in
the IJL library? There is lots of code out there for resizing Bitmaps. I'm
sure I included a high quality sizing method in the vbPictureBox class on my
site.

I have the original download from Intel that includeds sample source code
and some limited docs if you cannot still find it on the web.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top