|
4 |
edited tags
|
||
|
3 | Added pic | ||
|
Hi all, I'm trying to replicate some image filtering software on the Android platform. The desktop version works with bmps but crashes out on png files. When I come to xOr two pictures (The 32 bit ints of each corresponding pixel) I get very different results for the two pieces of software. I'm sure my code isn't wrong as it's such a simple task but here it is;
The definition for the JAI library used by the Java desktop software can be found here and states;
Where the b is for band (i.e. R,G,B). Any thoughts? I have a similar problem with AND and OR. Here is an image with the two source images xOr'd at the bottom on Android using a png. The same file as a bitmap xOr'd gives me a bitmap filled with 0xFFFFFFFF (White), no pixels at all. I checked the binary values of the Android ap and it seems right to me....
Gav NB When i say (Same 32 bit ARGB representation) I mean that android allows you to decode a png file to this format. Whilst this might give room for some error (Is png lossless?) I get completely different colours on the output. |
||||
|
2 | edited body | ||
|
Hi all, I'm trying to replicate some image filtering software on the Android platform. The desktop version works with bmps but crashes out on png files. When I come to xOr two pictures (The 32 bit ints of each corresponding pixel) I get very different results for the two pieces of software. I'm sure my code isn't wrong as it's such a simple task but here it is;
The definition for the JAI library used by the Java desktop software can be found here and states;
Where the b is for band (i.e. R,G,B). Any thoughts? I have a similar problem with AND and OR. Gav NB When i say (Same 32 bit ARGB representation) I mean that android allows you to decode a png file to this format. Whilst this might give room for some error (Is png lossless?) I get completely different colours on the output. |
||||
|
1 |
|
||

