image tag

106 questions


1 answers
88 views
0
I'd like to select an image from the gallery app installed on Android as a code.

I want to open the gallery app's photo installed on Android from my app What can I do when I have the URI of the picture?


1 answers
108 views
0
How to get photo metadata from Android

As far as I know, photos have metadata like music files.I heard that the size, pixel, and date of the picture are saved.I'd like to get the price of the date I took the picture, so how can I get it?

2 years ago

1 answers
81 views
0
How do I resize picture files with PIL?

You want to resize the thumbnail while maintaining the original proportion in the plot.How can I change the size of the thumbnail in PIL?


1 answers
130 views
0
I'm uploading a shared article on the band app, and I'd like to attach an image.

The way to share writing in the band app was simply organized and could be applied immediately. I don't know what to do to attach an image. ㅠ

2 years ago

1 answers
39 views
0
How do you usually save images on a server?

Hello.I want to save the image as an Android image to the server as a library.Do you usually save it as a base 64 string or byte code in each row of the DB?Or do you store files in the cloud as if the...

2 years ago

2 answers
151 views
0
How should I put my padded jacket when I put an image on the Android button?

I add a button on Android I want to put the image in the center and put a schedule padding. <Button android:background=@drawble/~ /> I did it like this and it was full. ㅜ

2 years ago

1 answers
67 views
0
Where you can get high-resolution photographic images.

I'm looking for a high-resolution image for the background of the app service. Where can I get the images when you make the service? I don't know much about copyright, so I only know that I shouldn't ...

2 years ago

1 answers
73 views
0
To extract bitmaps from Uri on Android

How do I get a bitmap object from Uri? If you receive it and save the bitmap, you can save it by /data/data/MYFOLDER/myimage.png or file///data/MYFOLDER/myimage.pngI think we'll use these two paths. I...


2 answers
121 views
0
c# 3d processing in console (service) applications

I want to create a service program (running on the server) that calls Wavefront format (*.obj) on the C# console, applies shader, uvmap, bumpmap, etc., and stores it as a 2d image.I tried using librar...

2 years ago

1 answers
94 views
0
[Android] Image related - absolute path obtained, but it doesn't get written to imgView...

Hello, I'm a beginner studying Android.When you click a specific button, the gallery screen is displayed through ACTION_PICKI tried to display the selected image in the desired image view by selecting...

« - 7 - »

© 2024 OneMinuteCode. All rights reserved.