Skip to main content

Questions tagged [photo]

A picture created by projecting an image onto a photosensitive surface such as a chemically treated plate or film, CCD receptor, etc.

photo
-3 votes
0 answers
16 views

most part of iPhone 13 photo's gone after erasing content & data while enabling iCloud Photo [closed]

I'm missing 4 years of photos after erasing content and data of iPhone 13 while iCloud Photo was enabled. I enabled iCloud Photo just before erasing. Is there a chance that the majority of my photos ...
Fuzej's user avatar
  • 91
-1 votes
0 answers
35 views

Android Java Invalid URI: content://media/picker_get_content/0/com.android.providers.media.photopicker/media/1000002282" problem

I think reading file paths has become more difficult after Android 11. Can you help me find a solution without disrupting the code structure? The error: "Invalid URI: content://media/...
Tumar's user avatar
  • 11
0 votes
0 answers
17 views

How To Update Stock/Display Photos in Android Studio App Dynamically Via Cloud/AWS/Firebase

I am building a mobile app on Android Studio and Flutter. I am using AWS Amplify for S3 storage and authentication. Right now all my photos in my app are native/embedded in the code/layout. I want my ...
Louis Lewis's user avatar
-3 votes
0 answers
14 views

where are photos, taken in browser app camera, stored?

i took 4 photos for rentacar company,directly to their browser app and uploaded them.is there any possibilty, that they are stored somewhere in my mobile phone ?android redmi note 11,thank you some ...
Michal Dedinsky's user avatar
0 votes
1 answer
24 views

ExifInterface.getLatLong() always returns false on Android 13

I have a method in my Android application that extracts the location (longitude and latitude) from a photo using ExifInterface. The code works fine on Android 10 but fails on Android 13. Here’s the ...
Helios's user avatar
  • 71
0 votes
1 answer
27 views

Apple scripts. Set name for photos with empty name

I have an apple script for setting names for photos in a "Photos" application. tell application "Photos" activate set imageSel to (get selection) if (imageSel is {}) then error ...
Gorkov Aleksey's user avatar
0 votes
0 answers
4 views

In responsive design, how to make a photo height equal to the height of text without setting column height in advance?

I am making a simple webpage, where I have 2 columns side by side, the left one with content and the right one with a photo. The page is responsive, and for this reason I didn't set fixed heights for ...
Adam Givon's user avatar
0 votes
0 answers
28 views

What permission is required when saving an image to photo library using Flutter?

I'm using image_gallery_saver and permission_handler to save images to iOS photo library. I have the following defined in info.plist. When I try to save the image, I get prompted twice, one for each ...
jdevp2's user avatar
  • 591
0 votes
0 answers
124 views

Disable Gallery and Google Photos on a Xiaomi phone

I want my pictures in the Gallery to be backed up to Google Photos but when I delete a picture in the Gallery, the picture is not deleted on Google Photos. How to disable Gallery and Google Photos ...
Atho' O Atho''s user avatar
0 votes
1 answer
34 views

How to mimic Photo.app skew interaction on iPhone/iPad?

I am trying to mimic the skew interactions of Photo.app on iPhone. I was using CATransform3DMakeRotation but haven't really been able to implement it. Looks like the photo is rotated from one side in ...
echo's user avatar
  • 1,282
1 vote
0 answers
21 views

Python Image Error in different Directories

I have two .py files in different directories: E:\Azy Projects\Python\PythonUsingVisualStudio\HellowPython\HellowPython\Operations\Apps\StyleReviews\ReviewSection_1_File.py E:\Azy Projects\Python\...
Syed Azy's user avatar
0 votes
0 answers
38 views

Display an image with its size in tkinter

I have an 1920x1080 image and I want to display it in an window using tkinter, I created an 1920x1080 window and added the image, the image show up an scaled image instead of its 1920x1080 size. This ...
zeepaul's user avatar
  • 19
2 votes
0 answers
81 views

How do I download a high-quality photo when web scraping Google images?

so, i'm practicing web scraping in python3 and i'm just trying to download photos from google, but when i do, i get photos with low resolution. import requests, webbrowser, bs4 # this code ...
xtourmaline's user avatar
0 votes
0 answers
18 views

How do I create a workspace in kivymd to add and work with multiple photos at the same time?

Help, I'm making a photo editor on kivymd. I need to add a workspace to the kivymd application, namely the "WorkSpace" widget, so that I can add and work with multiple photos. It is ...
user24329905's user avatar
1 vote
1 answer
273 views

Send multiple photos with text aiogram

I can send several photos like this: group = [] for photo in photos2: group.append(InputMediaPhoto(media=photo)) await message.answer_media_group(group, caption="Text123", text='Text123')...
Dendi1's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
151