473,405 Members | 2,171 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

binary pictures

2
does anyone know how can we hide the information of a binary picture in a normal RGB picture in a way that this changes will not be visuable ?
Apr 10 '07 #1
4 1803
RedSon
5,000 Expert 4TB
Yes this practice is called steganography . It is very difficult to do well but can be one of the most difficult things to detect. There are libraries available for you try this out for yourself. Try a google search and see what you come up with.
Apr 10 '07 #2
JosAH
11,448 Expert 8TB
does anyone know how can we hide the information of a binary picture in a normal RGB picture in a way that this changes will not be visuable ?
Use the lowest bits of the R, G or B values for pixels at certain locations only
you know. If you consider all (A, R, G, B) values as one linear aray of size
HxW (Height times Width) and let P > HxW be a prime number than all indexes
i+j*p mod (HxW) are excellent candidates to have the lowest bits of their
(A, R, G, B) values manipulated. Of course those lowest bits are used for the
smaller picture to be hidden.

kind regards,

Jos
Apr 10 '07 #3
eldjon
2
Use the lowest bits of the R, G or B values for pixels at certain locations only
you know. If you consider all (A, R, G, B) values as one linear aray of size
HxW (Height times Width) and let P > HxW be a prime number than all indexes
i+j*p mod (HxW) are excellent candidates to have the lowest bits of their
(A, R, G, B) values manipulated. Of course those lowest bits are used for the
smaller picture to be hidden.

kind regards,

Jos
one more thing
u mean : (i+j*p)mod(H*W)?
Apr 10 '07 #4
JosAH
11,448 Expert 8TB
one more thing
u mean : (i+j*p)mod(H*W)?
Yep, that's it. e.g.if a picture is,say, 4x2 pixels (WxH) then just consider it as
4x2 == 8 pixels in total; a next prime number > 8 is 11. So you can fiddle
with the R,G,B values of pixels 0, 3, 6, 1, 4, 7, 2, 5 in that particular order
if you start at pixel #0. Feel free to pick a larger prime number.

kind regards,

Jos
Apr 10 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: JakeC | last post by:
Hey all, I'm currently redesigning a website that a friend and I started about a year ago. It is a daily surf report so when choosing the best script/language to use for the new design, I found...
0
by: Marcel - IDUG Europe 2005 | last post by:
Visit the blog for a virtual experience of the conference. Check out the blog at: http://idugeurope.blogspot.com Here are some previous posts: - Pictures Live on Tuesday
12
by: Wadim Grasza | last post by:
I want to store and display (on a form or a report) multiple pictures per record in an access database. The pictures are not stored within the database. They are stored as files and the database...
8
by: Mark | last post by:
Hello. I am attempting to write binary data from a file to an OLE Object field, and then write the file back out from the database. I am reading and writing the files in binary mode, and using...
1
by: suresh_punniyakkodi | last post by:
Hellow, I am suresh, i am developing one project in VB. I need your help. My question is how to zoom pictures(zoom in and zoom out) in Visual Basic (like Photo Editor). ...
14
by: Brad | last post by:
I have a .net 2.0 web application project that creates a pdf file, saves the pdf to disk (crystal reports does this part), and then my code reads the pdf file and writes it to the httpresponse ...
4
by: Zeljko Bilandzija | last post by:
Hy, could someone help me in this: In design mode, i want to put pictures in database. I made column named pics, and its type as image. How can I put pictures or some address of these pictures...
2
by: Tyler | last post by:
I need to have a form that displays a group of 20 pictures in 4 rows of 5 pictures. The pictures are of people. Each Subject record has a picture field. I have a query written that selets the...
4
by: =?Utf-8?B?SmFtZXMgUGFnZQ==?= | last post by:
Hi all I have a SQL database where images are stored in a varBinary field. I can display those images within a image control on a page by using the following: ImageUrl='<%# Eval("PictureID",...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.