Skip to content Skip to sidebar Skip to footer
Showing posts with the label Matrix

Distorting An Image To A Quadrangle Fails In Some Cases On Android

I'm using matrix.setPolyToPoly function to transform a selected region (4 corners) of a bitmap … Read more Distorting An Image To A Quadrangle Fails In Some Cases On Android

Android : Opengl 2.0 Rotation/moving The Camera Using Matrix.setlookatm

So this is my second question today, I might be pushing my luck In short making a 3D first Person, … Read more Android : Opengl 2.0 Rotation/moving The Camera Using Matrix.setlookatm

Select An Area On Bitmap With 4 Points Using Matrix.setpolytopoly

I am playing with bitmap on Android and I am facing an issue when selecting an area on the bitmap u… Read more Select An Area On Bitmap With 4 Points Using Matrix.setpolytopoly

How To Rotate A Texture In A Shader, Android

So I have a texture I want to rotate given the angle rotation. Here are my UV coordinates float[] l… Read more How To Rotate A Texture In A Shader, Android

Using An Imageview Transform Matrix Instead Of Canvas.scale(float, Float, Float, Float)

I need to change the way I am scaling and moving my imageview to using a matrix instead of calling … Read more Using An Imageview Transform Matrix Instead Of Canvas.scale(float, Float, Float, Float)

Camera Previewview Is Stretched In Some Android Devices

I'm playing with the API2 Camera of Google and I'm having some problems with my code. I had… Read more Camera Previewview Is Stretched In Some Android Devices

Rotate Image Around A Center Of Another Image

I have rotated a dial around its center with the helop from the link below: http://mobile.tutsplus.… Read more Rotate Image Around A Center Of Another Image

How To Get Setscaletype(imageview.scaletype.fit_center) Effect Using Setscaletype(imageview.scaletype.matrix)

In Android using ImageView and Matrix, I want to scale an image to fit in the display area. Then us… Read more How To Get Setscaletype(imageview.scaletype.fit_center) Effect Using Setscaletype(imageview.scaletype.matrix)