|
-
Jan 31st, 2006, 12:29 PM
#1
Thread Starter
Lively Member
Image Headers
Does anyone know how to read and write to a .jpg image header?
Thanks in advance.
-
Feb 1st, 2006, 04:17 PM
#2
Thread Starter
Lively Member
-
Feb 1st, 2006, 11:00 PM
#3
Re: Image Headers
you can use PropertyItems
what exactly do you want to do? what image information are you modifying/writing, that would be helpful
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Feb 2nd, 2006, 12:02 AM
#4
Thread Starter
Lively Member
Re: Image Headers
there is a cool program called hide and encrypt.
I was wondering how I would write my own version for fun.
http://www.topshareware.com/Hide-and...load-12040.htm
It takes an images and hides data in the file.
-
Feb 2nd, 2006, 07:03 PM
#5
Re: Image Headers
uh i see
well there is a method where you actually modify color values in a certain way and hold the data that way... it could be doing that.
You need to look up EXIF documentation and figure out the proper EXIF tags... each tag has an ID. You can add new ones using the PropertyItem class....
not so straightforward
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
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
|