Android :: Free App For Resizing Photos?
Jun 10, 2010
I like the Incredible's 8MP camera, but hate the huge resulting filesize that makes it inconvenient if not impossible to upload the photos anywhere. Is there a free app that allows me to resize photos to resolutions I want? I tried Picsay, but the free version only allows it to be resized to a a tiny resolution, making it useless. I know Photoshop.com, but I've heard that it runs constantly in the background no matter what. I just want a simple app where I can punch in the x and y dimensions (and maybe a checkbox to choose to keep the ratio) and have the image resized.
View 1 Replies
Jul 28, 2010
I have a Droid X and when I take a photo in portrait mode, it looks nice and sharp on my screen...I can see the entire photo and it is perfect. Then when I try to set it as my wallpaper, it forces me to crop in on the photo which kills the quality. I just want to use the whole photo so it looks JUST like the screen right after I snap the photo. Are there any apps out there that will let me do that? Seems stupid to have to offload the photo onto a PC, resize it to 960x854, and then upload it back to the phone to that it will fit perfectly.
View 3 Replies
View Related
Sep 21, 2009
How do I reduce the size of photos before emailing them or sending them by MMS?
View 1 Replies
View Related
Nov 10, 2009
First time trying to send a photo via text message (MMS). On any number of my previous phones, the phone would automatically resize the image so that it wasnt too large to send. That does not appear to be happening on the Eris. I sent one photo, and it was nearly 1100kb. Then another photo I attempted to send would not attach, because it said it was too large (it was like 1250kb in size). So, is there a way to have it automatically resize a photo that is being sent via MMS? Or will I need to do that manually beforehand with an app from the Market, like Picasa or something of the sort?
View 5 Replies
View Related
Oct 21, 2010
I'm using my SGS to take photos at max resolution (5MB), the average file size is 1.5MB. I want an app that will resize the photo to a lower resolution (640 X 480) so that the file size is small enough to send it easily through email (over GPRS conn). Can someone recommend a app that can do this, preferably free? Right now, I transfer the pics to my PC & use Picasa to export the photos with a lower resolution.
View 2 Replies
View Related
Nov 20, 2010
Just wondering, if there is a free app that is similar to the purikura photos (sticker photos), for those who aren't azn enough ^^ its like this:
http://sebintokyo.free.fr/images/purikura2.jpg
Basically an app that edits photos and adds frames, sparkles, etc etc
I have downloaded PhotoWonder, i quite like it but im just seeing if there are any others.
View 1 Replies
View Related
May 7, 2010
This is a really weird issue. I'm trying to download images from DeviantArt to use for wallpapers and the like on my HTC Desire but they seem to be quality controlled on the download. For example, if I download an image on PC which is 700k and then download the same image on my phone it comes in at 80k and there's noticable artifacts. I've tried two browsers (the default one and SkyFire) and it's doing the same thing in both.
View 2 Replies
View Related
Aug 4, 2010
Is it possible to resize a view over the period of tween animation. I do not want the view to be scaled but it should be resized giving the effect that it is zooming out and as it zooms out reveals more content of the view.Is there an existing way I can use the animation framework to achieve this effect?
View 4 Replies
View Related
Sep 24, 2010
I have the following AlertDialog with an image inside it:As you can see there is a small gap just above and just below the image. I'd like to remove that gap.My layout xml looks like:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/alert_thumb_root"
android:layout_width="wrap_content"
android:layout_height="wrap_content" >
<ImageView android:id="@+id/thumb"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
View 2 Replies
View Related
Nov 17, 2010
I want to resize an imageview on doubleTapEvent. A code example will be really helpful
View 1 Replies
View Related
Sep 1, 2009
In one of my activities, I use the Theme.Dialog style, and I can't get the window to launch at full size.why does that not work? I also tried setting the size in pixels, but that has no effect whatsoever.
View 6 Replies
View Related
Feb 7, 2010
I have a question regarding the meta viewport declaration in HTML pages. Please tell me if this is not the correct group to post to. I have been doing quite a few iphone specific websites and I always use: <meta name = "viewport" content = "width = device-width; minimum- scale=1.0; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;" /> Now I tried a site that is using that declaration in the android emulator with a 854 x 480 resolution. Even with the declaration above its scaling graphics and text. I would assume that I have 854 x 480 at my disposal. Can somebody explain how I can disable any resizing? Never had any of those issues in the 1.x Android OS devices and iPhone OS.
View 2 Replies
View Related
Apr 2, 2009
I need to resize the height of a layout so i tried to apply a scale animation. The view is resized but its children are resized too. Is there a way to resize the layout without resizing its children?
View 3 Replies
View Related
Mar 28, 2010
Can any one suggest the way by which i can resize the SurfecView while Playing the Video on it.actually I tried the onMeasure() method which is called by measure() .but it does not resized.
View 3 Replies
View Related
Oct 14, 2010
Just trying this out on photos of photos. And yes it works. These are my own shots taken with a DSLR, they are printed and hanging and I used my Captivate to photograph them off the wall. The first one I instantly re-tagged because I didn't realize the exact name of what I photographed. Another way to do this is to use a flickr app, like "Just Pictures" that can push shots to Google Goggles for analysis, but I was just trying this straight from my wall. Goggles by nyer82, on Flickr. G by nyer82, on Flickr Goggles by
View 5 Replies
View Related
Nov 17, 2010
I need to scale down images coming from a Network stream without losing quality. I am aware of this solution Android: Strange out of memory issue but it is too coarse - inSampleSize is an integer and does not allow finer control over the resulting dimensions. That is, I need to scale images to specific h/w dimensions (and keeping aspect ratio). I dont mind having a DIY bicubic/lancoz algorithm in my code but I cant find any examples that would work on Android as they all rely on Java2D (JavaSE). EDIT: Ive attached a quick source. The original is 720x402 HD screen capture. Please ignore the top 2 thumbnails. The top large image is resized automatically by android (as part of layout) to about 130x72. It is nice and crisp. The bottom image is resized with API and has severe artifacting. Code...
View 1 Replies
View Related
Aug 14, 2009
I have a ListView which is embedded in a ScrollView. I populate the rest of the Views in the ScrollView, then populate the ListView. Unfortunately yhe ScrollView doesn't size itself to accomodate the items in the ListView. Am I missing something? Is there a way to get the View to resize itself to accomodate the contents of the ListView?
Here is the View in question :
CODE:.............
Here is the element view used to render the items in the list :
CODE:................
View 4 Replies
View Related
Feb 15, 2010
I wish to know if Android supports dynamic font resizing at all? Say, if I have a button with 100dip width and 15px font text in it. If this button gets a longer text at some time, how can I make font size smaller so that I can fit in all text. PS: It just cuts-off the text and doesn't change font dynamically now.
View 2 Replies
View Related
Sep 11, 2009
I have an EditText and a button set next to each other on the same horizontal line. It looks great, except when the user enters a lot of text, the EditText is resized, and the button is squished. I have both EditText and Button set to layout_width="wrap_content". "fill_parent" messes up the layout, and I don't want to use absolute sizes if I don't have to - the way it is now looks great in both landscape and portrait, I just don't want the EditText to resize.
View 4 Replies
View Related
Jul 10, 2009
I have an application that renders content into a SurfaceView. When the longPress event is received the application requests that the soft keyboard be displayed so the user can interact with what is being displayed on the SurfaceView. The problem that I have is that the size of the SurfaceView is not changed when the soft keyboard is displayed. I have read the article titled: "Updating applications for on-screen input methods" and I've modified my application manifest so that the following is specified for the activity in question:
<activity android:name="AndroidSurfaceViewActivity" android:configChanges="orientation|keyboardHidden" android:windowSoftInputMode="adjustResize"> <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity>
So you can see that I've specified the "android:windowSoftInputMode" tag to be resize........................
View 4 Replies
View Related
Apr 7, 2010
Is there a way to prevent the virtual keyboard from moving and resizing views? I have a table with a row of 4 buttons at the bottom of a relative layout that are centered and equally sized, very similar to the 3 buttons that appear at the bottom of the Gmail app when an email is checked. When the virtual keyboard appears, the buttons move to stay just above the virtual keyboard. When this happens, the four buttons become small and get squished to the left, leaving tons of blank space to the right of the buttons. Is there a property I can set on the table, row, and/or buttons to prevent this from happening?
View 3 Replies
View Related
Aug 3, 2010
I am loading image url on to webview it fetching the image as well but I need to display it in resizeable it means the height to be reduced, help me to get reduced height of the image.
View 1 Replies
View Related
Nov 24, 2010
What is the proper way of sizing the dimensions of an image in a hdpi screen vs a ldpi screen.
For instance, an 89*80 png displays fine, with the text, on my droid 2....but how should I go about resizing the image to be smaller on a smaller screened droid? Do I manually alter the image and place it in the ldpi folder or will it do that automatically?
View 1 Replies
View Related
Apr 28, 2009
Can someone know the answer tell me which is more efficient if the bmp is a big bmp? RemoteViews views
1. views.setImageVIewBitMap(R.id.icon, bmp)
2. bmp = BmpUtils.resizeToFitIconSize(bmp) views.setImageVIewBitMap(R.id.icon, bmp)
In short, will resizing the bmp before setting it on a remote view make it more efficient? Or should I just let the imageView take care the resizing? Code...
View 2 Replies
View Related
Nov 13, 2013
Google photos doesn't seem to display all my photos from drive. some are missing and it doesn't show screenshots either.
View 3 Replies
View Related
Sep 16, 2013
When I uploaded photos from my phone which is a HTC One x it shows all the deleted photos that I took which I deleted on my phone also it keeps duplicating the photos so end up having 3 of each photo.
View 3 Replies
View Related
Jul 18, 2010
So anyways I was laying on the couch trying to figure out how to use a pic I have as a wallpaper for my evo. Then it suddenly came to me...use power point. So I went to my laptop opened up power point and copy and paste the pic to it. I change the background of the presentation cause the pic was black and I just centered it then stretched it from top to bottom then saved it on my phone. And lo and behold it fit just perfectly and it kept the same resolution without losing any pixels! So if you wanna try it that way you can. As for the presentation on the background I just made it the same color of the background of the pic. If the color is too crazy I just made it black.
Additionally you can do the same thing with a wallpaper on your PC and just follow the same steps except stretch it until it covers the entire background presentation. Also make sure you save it as a JPEG format too. I hope that this helps with those that are frustrated with the crop feature on the Evo.
View 16 Replies
View Related
Jul 29, 2010
Does anyone know if the Desire can resize videos to send as mms? My other phones used to do this automatically, but when I try to send the video that i recorded from my phone it says its too large. if the phone can't do it, is there an app that can do this?
View 3 Replies
View Related
Sep 26, 2010
When setting a pic as my wallpaper why does it always give me the green box to crop a certain bit of the picture, Why cant i have the FULL picture?
View 6 Replies
View Related
Apr 10, 2014
I are making a small game with a high score system, at the end of the game it displays the top 10 scores and the current score, the problem we are having is that it is not resizing the font for different devices, on the S4 it's fine but on a smaller screen the font appears oversized and we lose half the information off the screen.
View 3 Replies
View Related