Load image, resize, save as resized image? - android

I'm now developing a simple android app that has to load an image using image picker, show in imageviewer and resize the image and thin save it as a new resized image (NOT SHOW ON GALLERY).
Please help me, I have no idea how to do it.

Related

How to save the captured image in streamlit

I developed one streamlit application in that I will crop the images and preview the same but I don't know how to save the cropped image
I need help to save the image which I cropped and I should able to see the image when I press previous and next.

Why selected image from the gallery is not showing?

I'm creating an app that went I click the button it will go to the gallery and whatever Choose in the gallery it will display on the image view the problem is when I select an image in my gallery and the size is 3mb up it will not display in an image view. Is there a way that I can display it even if the size is 3MB up?
are you using any particular library for picking image from your gallery!?

Overlaying, resizing and repositioning an image

Hey there I am developing an android app to add filters i am first getting the images from gallery and camera the i am overlaying another image in same image view but the problem is this that the image i overlayed is of fixed size. I want to resize and reposition it during run time. Watch this video for reference
https://youtu.be/kGbvO--RDwU
I just need your suggestions. I have overlayed the image perfectly. Now i just need to resize, repostion or rotate that image on run time

Download blur image before actual image gets downloaded in android

I want to do image downloading as whatsapp does as blur images appear and when we click on image clear image gets downloaded.I want to do the same kind of work in my android App.Can anyone suggest how to achieve this?
You can use any image loading liabrary(Picasso,Glide or UIL)
Firstly load image of low quality say if you using Picasso
Picasso.with(this).load("....").resize(100,100).into(imageViews);
than on click load full image.

How to Drop image over image view using fingure touch

I am very much new this issue.I want to make application like this.look at the image below,This is a brief summary of my requirement.
ok so top there is a image view.After user capture image from camera in OnActivityResult I am displaying captured image on main image view. Below that image view there is a HorzontalScrollView, Inside HorzontalScrollView i have put couple of images,like hat,spects etc...
ok so What i want is, user should be able to drag any image from HorzontalScrollView and can be able to put that small image on main image view.
Any guide/tutorial will be appreciated from guys who have worked on such functionality
Thanks

Categories

Resources