Topic: "Images and pixels" (page 1 of 1)

1
Author Post
occasus
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
Hello Community :),
Dunno if there is such a topic but didn't find it :( so I wanted to ask something about the pixels of the images. My problem is that I don't know how I could change the RGB values of the pixels. I tried doing it with an hexeditor but it seems that is a little bit too complicated to find the right pixels to change.

Furthermore my questions are the following:
1) How can I change the RGB values of the pixels?
2) If I need specialised programs to do it, which one would you suggest?

Thank you all very much in advance :D
Regards
private message Website
Inferno
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
Hello occasus,

It's very hard/impossible changing the rgb values of an image, especially when it's compressed (most image types are).
I suggest you try and create your own program for this.

Greets
private message
occasus
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
Thank you a lot but unfortunately I am very very bad in programming (I just can create a program that does a + b = ?).
private message Website
unknown user
You can edit imagines with almost every kind of high level prog. language. C++, java, C#, C, VB and php too.
All these will do what you need, in different ways, with different syntax and speed.

Regards,
sfabriz
EMail
mxn
groupmastergroupmastergroupmastergroupmaster
i always convert 'em to raw, if i have to read/modify rgb values (i do that with irfanView, i can recommend that tool for basic steganos and other image working)
private message Website
occasus
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
Thank you all a lot :D Yes, also I use IrfanView... So I will try further with this one...

Thanks :)
private message Website
phoenix1204
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
If you want to do it by programming I suggest you API from Image Magick (linkhttp://www.imagemagick.org/).
Was very usefull for me for some stegano and programming challenges ;-)
QuoteQuote:
ImageMagickTM 6.0.8 is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats (over 90 major formats) including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick you can create images dynamically, making it suitable for Web applications. You can also resize, rotate, sharpen, color reduce, or add special effects to an image or image sequence and save your completed work in the same or differing image format. Image processing operations are available from the command line, or from the C, C++, Perl, Java, PHP, Python, or Ruby programming languages. A high-quality 2D renderer is included, which provides a subset of SVG capabilities. ImageMagick's focus is on performance, minimizing bugs, and providing stable APIs and ABIs.
private message
occasus
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
WOW :D... phoenix1204 thank you very much :)
I will check it with calm asap...
private message Website

Topic: "Images and pixels" (page 1 of 1)

1