CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Location
    Malaysia
    Posts
    224

    IJL15 or other JPEG DLL

    Hello;
    I am trying to download IJL15.exe from intel site but just couldn't. May be something wrong with Intel site. Anyone me a copy? Please send to
    kalabkalab@yahoo.com
    or other site that i can download it?
    Anyother good JPEG DLL to share?
    thanks



    Sooner Or Later, Everyone Does...

  2. #2
    Join Date
    Oct 2000
    Location
    India
    Posts
    4,620

    Re: IJL15 or other JPEG DLL

    Hi,
    1)

    If you just want a quick and easy way to display JPG files (not GIF,BMP,PCX,etc..) take a look on the intel site, under the development part there is an option to download the "Intel jpeg library" it comes with examples, and is very easy to implement, hope this helps!!

    2)

    Have a look at ImgSource. This is library of functions that allows you to process various formats.

    http://www.smalleranimals.com/isource.htm

    3)

    Check http://www.ijg.com for JPG decoding/encoding library source


    4)

    http://www.binary-technologies.notrix.de

    5)

    Use a library to load JPG as Windows bmp format. Check http://www.ijg.org, www.smallanimals.com

    6)

    http://www.smalleranimals.com/jpegfile.htm
    http://www.ijg.org/

    All these are the list of websites that i got for JPEG. You can select the one that best suits your application.

    [b]Let me know if that helped.
    Visit http://www.geocities.com/contactgirish/homepage.html for some VC++ Links and Notes
    Regards,
    V.Girish
    All luck and have a great day.

    Regards,
    V.Girish

    Visit www.geocities.com/contactgirish for Source code, Tutorials, FAQs and Downloads.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured