|
-
Sep 6th, 2002, 06:52 AM
#1
Thread Starter
Lively Member
How to convert BMP Picture to JPG?
Hi,
I want to save my Picture1.picture to a GIF file.
I've searched this forum and the internet. But I only found a trial version off a .dll that puts its name in the picture. And another .dll that makes the CPU usages rize to 100%.
In this forum there were several sources that used the IJL.DLL. But Intel doesn't download this DLL anymore. Intel made some newer DLL's.
Could I find source code to use the new DLL's to save to GIF?
Or can I download the IJL.DLL somewhere?
Or can I find source code to save to GIF?
All help or information is appreciated !
Thanks,
Fedor
-
Sep 6th, 2002, 07:04 AM
#2
GDI+ is capable of reading and writing BMP, GIF, JPEG, PNG (natively) and more (with adapters).
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Sep 6th, 2002, 07:18 AM
#3
Thread Starter
Lively Member
using VB6
Thanks,
I'm using VB6, never encountered the GDI+.
In my search for GDI+ I've found one of your reply's. Explaining that GDI+ is a C++ or .NET thing:
Originally posted by CornedBee
Yes, GDI+ can only be accessed via the .NET framework or the C++ wrapper classes.
You could write a VB6 library in C++ that exposes the GDI+ functionality to VB6...
Where do you think I could search for a library like you mentioned? (I'm not (yet) into C++)
Thanks,
Fedor
PS may the force be with the CornedBee
-
Sep 6th, 2002, 08:49 AM
#4
I don't think there is one. My reply was for the case that you use VB.NET.
I don't know other solutions for VB6 as I don't use any kind of VB. Only the C++ GDI wrappers, this is why I know.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Sep 6th, 2002, 09:03 AM
#5
Thread Starter
Lively Member
executable ?
Hi CornedBee,
Thanks for your help,
OK, I can't use the GDI+ from VB6.
I can save my picture as .BMP.
Is it an option to convert this file to .JPG with a executable made in C++ or .NET?
Is it an idea to go and search for such an executable?
Fedor
-
Sep 6th, 2002, 04:04 PM
#6
Good Ol' Platypus
Search for "image converter" on Google. You should get enough results
All contents of the above post that aren't somebody elses are mine, not the property of some media corporation. 
(Just a heads-up)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|