Hello guys i wrote an image processing program... its working just fine in both phone and the emulator... i am using netbeans 6.0 with wireless toolkit 2.5.2...
after that i was trying to make a new image using the method
the emulator performed as expected and gave the part of the source image as the new image...Code:imgFace = Image.createImage(imgFace, getStartX()+20, getStartY(), getX()-20, getY(), Sprite.TRANS_NONE);
but when i tried to run the same thing on a sony ericcson k750i its just giving a blank screen and nokia 6630 gave the error invalid height or width error...
whats confusing is the emulator shows the expected output but phones doesnt.. what may be the problem.. i checked the height and width and its perfectly normal value...

Reply With Quote

