Android :: Blur MaskFilter Not Blurring Entire Bitmap
Jun 2, 2009
I can't seem to get the BlurMaskFilter to work the way I want. When I set a BlurMaskFilter as part of my Paint object and then draw a bitmap only the edges of the bitmap are blurred. Is there some secret way of blurring the entire bitmap? I noticed there's not really any sample code in the demo app or anywhere else on the web that I can find and the java docs for this class are sparse to say the least.
View 6 Replies
Jul 21, 2010
I have a very large image and I only want to display a section the size of the display (no scaling), and the section should just be the center of the image. Because the image is very large I cannot read the entire image into memory and then crop it. This is what I have so far but it will give OutOfMemory for large images. Also I don't think inSampleSize applies because I want to crop the image, not lower the resolution.
Uri data = getIntent().getData();
Input Stream is = getContentResolver().openInputStream(data);
Bitmap bitmap = BitmapFactory.decodeStream(is, null, null);
Any help would be great?
View 3 Replies
View Related
Feb 6, 2010
Can anyone point me to an example of how to blur a Canvas or Bitmap?
View 2 Replies
View Related
Mar 30, 2010
i just noticed this with my camera a few days ago. I like to use my Eris's camera a LOT (its a decent camera!) but am now disappointed that there is a reddish blur in the center of all photos. It is very noticeable on white backgrounds in medium to low light conditions. does anyone have any info? i rooted my phone and am still in the 30 day period, i have insurance too.
View 6 Replies
View Related
Nov 20, 2010
Probably me being picky but I've noticed when scrolling through menus or web pages the images are blurry until you take your finger off or the image has stopped moving in which the image re-adjusts it's self.
My Hero never had this issue, much more smoother looking when scrolling. I just wanted to check that others where experiencing this and that it was the norm or not?
View 1 Replies
View Related
Apr 2, 2009
I am 1) taking a picture and 2) then draw another Bitmap on top of it 3) then I store it
I am doing it as follows and it works on the emulator.
On the device I get a OutOfMemoryError: bitmap size exceeds VM budget android.graphics.Bitmap.nativeCopy(Native Method) android.graphics.Bitmap.copy(Bitmap.java:199) in the line copy the Bitmap to get a mutable Bitmap.
CODE:...........
What I am asking:
a) Is there a better way to do what I am doing? 1) take a picture 2) draw another Bitmap on top of it 3) then I store it
b) What is the best way to create a mutable Bitmap from the picture I just took with the camera?
In my app, resolution is not an issue. If it works better for small photos that would be fine.
View 3 Replies
View Related
Oct 8, 2009
I have two questions actually:
Is it better to draw an image on a bitmap or create a bitmap as resource and then draw it over a bitmap? Performance wise... which one is better?
If I want to draw something transparent over a bitmap, how would I go about doing it?
If I want to overlay one transparent bitmap over another, how would I do it?
View 1 Replies
View Related
Mar 22, 2009
My goal is the draw a bitmap onto another bitmap but rotated 90 degress. whats the most efficient way to do that. My current method is as follows which is horribly bad because it creates a new bitmap every time.
CODE:.....................
View 4 Replies
View Related
Jun 22, 2010
I want to draw a shape(many circles particularly) into a Specific Bitmap. I have never used canvas / 2D graphs etc. As i see it i create a Drawable put the bitmap in it then "canvas-it" to the shapes i want etc.
View 1 Replies
View Related
Jul 6, 2009
I have a camera application that captures an image and saves it in the sd card.I want to blur the image now.I need to design a simple blur filter,I have no idea how I can do it in android.I can not find any examples anywhere.Can someone tell me the basic steps to blur an image in android?
View 4 Replies
View Related
Jan 14, 2010
Currently in an Android application that I'm developing I'm looping through the pixels of an image to blur it. This takes about 30 seconds on a 640x480 image.While browsing apps in the Android Market I came across one that includes a blur feature and their blur is very fast (like 5 seconds) so they must be using a different method of blurring.Anyone know a faster way other than looping through the pixels?
View 3 Replies
View Related
Dec 30, 2009
I need do draw on Android's Canvas using Blur effect, it is a very simple feature, I need to draw a circular area, which is blurred (the foreground) and the background transparent, I can do everything with manipulating the colour alpha to do it with custom transparency but I need it to be blurred instead of transparent..
View 1 Replies
View Related
Jul 11, 2010
I would like to be able to either blur or dim the background when I show my popupwindow using popup.showAtLocation, and unblur/dim the background when popup.dismiss is called.
I have tried applying layout params FLAG_BLUR_BEHIND and FLAG_DIM_BEHIND to my activity, and this appears to just blur and dim the background as soon my app is started.
View 1 Replies
View Related
Sep 28, 2013
Is it possible to have something like this on Android? In the form of a CM theme.
SGH-T999
View 1 Replies
View Related
Sep 1, 2010
I was wondering if anyone could help me make my decision between the HTC Incredible, the Droid 2 and the Droid X. I'm leaning towards the Droid X at this point over the Droid 2, because the physical keyboard seems superfluous. I type much more quickly on my iPod Touch than I do on my phone, which has a physical qwerty on it. I'm hoping Swype and a bigger screen will make it even better. For that reason, the Droid 2 is kind of a long shot, in my opinion.
Alas, it's mostly down to the X and the Incredible. After having read up on the specs of both rather extensively for the past few weeks (I'll have money to kill my AT&T contract and get on with Verizon sometime this month), the only thing I haven't been able to research very well is Sense versus the stripped-down version of Blur on the phones.
View 11 Replies
View Related
Nov 1, 2010
What would be my best choice if want a ROM with Blur, right now I'm running Rubi X Blurry 0.3 Any other suggestions ?
View 15 Replies
View Related
Oct 31, 2010
So now that we have overclock on 2.2, is there anybody still running a rooted stock DX with OC? Is the studder on the homescreens still there?
View 13 Replies
View Related
Jul 20, 2010
Just wanted to put an end to this. Don't know where the people who have stated that there is no blur on the X got their info from but.
View 32 Replies
View Related
Jul 19, 2010
I know about not being able to install custom roms or rooting the phone, but are you able to disable Blur (shadowblur or whatever its called) and just run stock android? Without being able to load a custom rom, being able to run stock android is pretty much a deal breaker for me.
View 4 Replies
View Related
Nov 30, 2010
How to take good/great pictures with my X. Everytime I take a picture it looks blur or quality looks like crap etc. I have it set on 8MP and tried different settings and still not good. I see other people picks on here and they are GREAT quality and look perfect.
View 6 Replies
View Related
Nov 4, 2009
I have a co-worker insterested in Android... he likes the Verizon Droid but doesn't want to leave TMO. I have a myTouch but haven't been able to get to the TMO store and work with the Cliq. He'd prefer not have blur enabled. Can it be disabled so the phone works like the myTouch/G1?
View 2 Replies
View Related
Jun 25, 2010
Once the incredible gets NAND access and the Droid X is released and eventually rooted, Would it be possible to flash a Ninja Blur ROM onto a droid incredible?
View 12 Replies
View Related
Apr 5, 2010
Is there anyway someone could make a Moto Blur Rom for the droid?
View 32 Replies
View Related
Sep 24, 2010
What is the best program to make a backup for all the data at once? I do not want incremental backups but one backup file of the entire phone.
View 7 Replies
View Related
Apr 26, 2010
I need to use certain font for my entire application. I have .ttf file for the same. Is it possible to set this as default font, at application start up and then use it elsewhere in the application? When set, how do i use it in my layout XMLs? Sample code, tutorial.
View 3 Replies
View Related
Oct 27, 2010
So i really like a lot of the new "blurless" roms, however i really miss the corporate email aspect of blur. IMHO the blur email app is significantly better than the AOSP. Does anyone know how i could be able to add this back to the "blurless" roms. I have the deodexed apk archive that i got from somehwere, i've tried just installing the apk's that i feel would be required, i.e. blurservices, bluremail,etc. but i always get an "application not installed" error. i've even placed them in the /system/app folder and corrected the permissions with no success. Does anyone have any experience in adding blur back to your phone that might be able to help me out?
View 8 Replies
View Related
Apr 11, 2010
Has anyone looked into porting moto blur to the hero in a future rom? I just like the idea of more ROMS to play with!
View 3 Replies
View Related
Jun 24, 2010
I know you can have different services but i mean can you have like 2 or more facebook accounts?
My name is Devon. I'm using my sister's account
View 2 Replies
View Related
Nov 18, 2010
I don't really like the stock Android camera and gallery so is it possible to download the blur camera and gallery?
View 9 Replies
View Related
Aug 6, 2010
I know you can delete them from the screen, but I can still go into running apps and see that it's trying to run. Any way to completely take the Social Networking/News/etc. widgets completely off the phone, or do I need to root?
View 1 Replies
View Related