Skip to content Skip to sidebar Skip to footer
Showing posts with the label Image Processing

Convert Gif To Png Programmatically

I have a GIF that I am grabbing from a website (http://radar.weather.gov/ridge/RadarImg/N0R/) and w… Read more Convert Gif To Png Programmatically

Manipulating Luma In Yuv Color Space

I wont to set contrast / brightnes on image witch is in form byte[]. The image is in YCbCr_420 colo… Read more Manipulating Luma In Yuv Color Space

Android Imageview Displaying Rotated Images Although Source Is Not Rotated

I am trying to display gallery images in a gridview, and on image click, open a fullscreen view for… Read more Android Imageview Displaying Rotated Images Although Source Is Not Rotated

Cropping Image In Android Using Opencv

I am using OpenCV 2.3.1 in Android. I need to crop the image into half. What I am doing is: Mat… Read more Cropping Image In Android Using Opencv

Cutting The Image In Jigsaw Shapes In Android

I want to know how to cut an image in jigsaw form in android at run time. What i actually want is u… Read more Cutting The Image In Jigsaw Shapes In Android

What Is The Best Way To Serialize An Image (compatible With Swing) From Java To Android?

I'm developing an Android app which is a quiz. On the other hand, I'm developing a desktop … Read more What Is The Best Way To Serialize An Image (compatible With Swing) From Java To Android?