Simanto Chakraborty

Greenhorn
+ Follow
since Apr 09, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
3
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Simanto Chakraborty

hi,
I need a good java-based steganalysis tool to analyze the efficiency of a steganographic application. I searched a lot on internet. But failed to get a suitable one. Can anyone please give me a link to download such an application in free? Thanks in advance in anticipation of an early reply.
12 years ago
hmmm..thanks again buddy..take care
12 years ago
And that is what exactly the case!! I just modified some header information. Thanks a lot buddy for helping me. Can you please tell me what should I do to get the header information. Can you suggest any article or webpage that could be helpful for me..thanks anyway..it was a great help...
12 years ago
If anyone here expert in java image processing, please respond. It would be a great help for me. I am in extreme deadline. Please give me solution to this problem or suggest me an alternate way in which I can write an image after bit-manipulation. waiting....
12 years ago
Thanks for your reply. I modified my code to identify the existence of image reader.



Even if output_data is replaced by imageInByte, in that case also i am getting an output like..

Available: 109980
Reader is not found

I don't know what exactly wrong with this code..is there anyone here who can kindly help me about this image processing?
12 years ago
Please run the following code:(before running please make you have a file named test.jpg in your C: drive)



Here is the stacktrace after running the program:



waiting for a solution....
12 years ago
is there anyone here who can help me? please respond buddies..please give me a solution to this problem or give me some suggestions to write an image from a byte[] after manipulating bits on that byte[] array. please..i will be ever grateful to you...it is extremely urgent for me...
12 years ago
Thanks for your reply. This is my steg_process method. I don't know what's wrong with this method



anxiously waiting for a solution..
12 years ago


This is portion of my code. Here I wrote a method 'stegProcess' that returns a byte[]. I want to write an image file from this byte array. But getting this error, "java.lang.IllegalArgumentException: im == null!". This code works fine if I commented out the call to 'stegProcess'. Another important point is that I am getting a value for in.available(), like.. Available: 53270

Thanks you very much in anticipation of an early reply.
12 years ago