java - BufferedImage class -
this might seem silly question, i'm bit of idiot i'm asking anyways. attempting modify existing open source code compare 2 images can create rudimentary retina scanner android app. however, code uses bufferedimage
subclass. problem bufferedimage
keeps returning unresolved symbol, , worried may because have create subclass, though thought part of java library.
am right? or there i'm missing? , if right, provide me direction on making subclass? if helps, platform android studio 0.8.14.
bufferedimage belongs awt package , isn't available on android :/
docs.oracle.com -> bufferedimage
however can use bitmap class.it should wanna go.
Comments
Post a Comment