A tag for questions about methods of displaying graphical data or images.
My project is based on surfaceView and up until now I've had all of my rendering in onDraw which I …
android draw surfaceview ondrawI want to draw a straight vertical line in my Android activity when a button is pressed. Please explain how …
android line drawI have been reading thru the documentation however it is not immediatly clear to me how to draw a polygon …
iphone core-graphics polygon draw cgpathI would like to dynamically change the draw of a line from solid, dotted or dashed: it seems I have …
line draw javafx-2I'm trying to draw thick rectangles onto an image using ImageDraw Module of PIL/pillow. I tried using draw.rectangle([…
python python-imaging-library drawI have a line of code here that uses the python binding for opencv: cv2.rectangle(img, (box[1], box[0]), (box[3], …
python opencv computer-vision draw drawrectangleI have Image Like this: Now, i want to fill the color to the Specific part of that image. as …
android android-canvas paint draw