|
-
Dec 26th, 2007, 03:35 AM
#1
Thread Starter
New Member
Save BitBlt Image
Hi Friends,
Happy Chrismas to all of you.
I Crop a Image by using the function BitBlt. Now I am trying to save the croped image in JPEG format. Is it possible.
-
Dec 30th, 2007, 10:10 AM
#2
Re: Save BitBlt Image
Based on your previous threads, I'm assuming this is VB6.. In which case, the answer is basically No.
You can save to a bitmap by using SavePicture, and can then use a separate (more complex) process to convert it to JPeg - there are examples in our CodeBank/UtilityBank forums which do that.
It is actually possible to save directly to Jpeg, but that takes a lot of code.. but you may be lucky, and be able to find a pre-written routine which does it.
-
Jan 14th, 2008, 06:13 PM
#3
Hyperactive Member
Re: Save BitBlt Image
Hmmf, do I have to use a dll (intel jpeg library) for that or can I do that without a dll? Any lightweight format (jpg, gif etc) would do for me.
-
Jan 14th, 2008, 06:52 PM
#4
Re: Save BitBlt Image
See the last line of my previous post.
-
May 26th, 2008, 02:28 PM
#5
Hyperactive Member
Re: Save BitBlt Image
Oh damnit man!
It works.
It works!
IT WORKS!!!
Oh Goodness, how grateful I am to you for this little thing, I was waiting for such a thing since ever.
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
|