Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
122 views

I am attempting to save a PencilKit drawing to Photos. But all I get is a yellow background. Code explanation: I added a blue square with a pencil to show that this view exports correctly. This does ...
Pete's user avatar
  • 213
0 votes
0 answers
62 views

NOTE: Description changed. Previous problem of photodb.export() is null issue. Export seems to be per photo.export() but does not seem to be outputing any image. Why is photo.export() not working. ...
frankr6591's user avatar
  • 1,267
0 votes
1 answer
90 views

I'm working on an iOS app that uses the camera to scan documents. When the user has limited photo library access, iOS shows a system popup with options like “Select More Photos” and “Keep Current ...
Thư Nguyễn Công's user avatar
0 votes
1 answer
160 views

Following the steps described at https://aps.autodesk.com/en/docs/data/v2/tutorials/download-file/, I'm able to download photos. The only that is missing here is that I don't know how to obtain the ...
arthy's user avatar
  • 21
0 votes
0 answers
120 views

My google photos no longer appear since TIMELINE switched to smartphone and is no longer available on the web. The "Google Photos" setting is ON. My photos are all geolocated and appear well ...
Patrice MULOT's user avatar
0 votes
1 answer
96 views

I would like to create a web app that does not save an image to a user's phone when taken, as an (admittedly imperfect) guard for IP for my workplace. I know I can set up a JavaScript capture from ...
Mike's user avatar
  • 1,122
0 votes
1 answer
58 views

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
1 vote
0 answers
24 views

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
2 votes
0 answers
287 views

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
39 views

Does anyone know why I cannot move my photo? Saving the photo to the selected folder works fine with MediaStore.Images.Media.RELATIVE_PATH, but how can I do it below API 29? My code: private fun ...
koma222's user avatar
  • 23
1 vote
1 answer
65 views

for (index, textData) in textDataCurrentImg.enumerated() { let textColor = textData.fontColor let textFont = UIFont(name: textData.font.fontName, size: textData....
Dhruvisha Joshi's user avatar
1 vote
2 answers
535 views

I am trying to extract the "date taken" metadata from a Nikon RAW file (.nef) **without **converting it to an image file (.png, .jpg, .webp, .etc.). I can hover a mouse over a raw file and ...
Karlton's user avatar
  • 51
0 votes
1 answer
629 views

The application has an image selection function. Before Android 13, everything works fine, but on version 13, no library gives access. This is most likely due to the fact that the project uses Flutter ...
Biruk Ayalew's user avatar
0 votes
0 answers
35 views

I want my app to accept certain image extensions(png, jpg,.....) otherwise, it should show an error message. import UIKit import Photos class ViewController: UIViewController { @IBOutlet var ...
Ghayda Yahia's user avatar
1 vote
0 answers
93 views

After taking a backup, all the data will be deleted and the phone will return to the factory reset stage, or can the data be restored? Hey, I bought a new phone and backed up my iPhone 8 and ...
mym mim's user avatar
  • 11
3 votes
0 answers
1k views

The following code seems to work great in a new app, but in my existing app it always fails with the error message below. I struggle to find anything in my app that causes this issue. Here's the code: ...
Daniel's user avatar
  • 1,126
-2 votes
2 answers
198 views

In my Flutter app I'm showing some images, currently when I click on them I can download them but I wanted to change that, so that when I click on the image it opens, does anyone know how I can do ...
Natan 's user avatar
0 votes
0 answers
33 views

I have a text file with a number of URLs pointing to photos on the web. I can select a single URL, pop it into the address bar, and confirm I can see the photo. What I'd like to do is move all those ...
Scott's user avatar
  • 137
3 votes
0 answers
50 views

I have created a custom tab in MS Teams app using react. There I want to display a profile picture of Teams user. Can I get same color combination used in user profile picture when the user image is ...
Dhanshri Tekale's user avatar
5 votes
1 answer
1k views

It is getting very slow to take a picture with Android. It was well working before. I have only updated Flutter and my librairies. I am using the last version of camera 0.10.5+2 (but it is the same ...
Chloé's user avatar
  • 1,159
0 votes
2 answers
171 views

I have a project in Ionic 7 and i need to calculate hash SHA-256 from a photo captured by the camera. I already have the captured image and i have the url to display it. However, I can't find any ...
Raul Islas Matadamas's user avatar
-2 votes
1 answer
394 views

Someone sent me a folder holding an html, css and js file with photos, pls how do I take the folder to my vs code to open it ?? There was a way I accessed the folders in my computer from my vs code, ...
Osokor fortune's user avatar
1 vote
0 answers
279 views

Please help, i am beginner in python. The code i used for text to handwriting is this import pywhatkit as pw txt = """ What is Lorem Ipsum? """ pw.text_to_handwriting(...
Sahal's user avatar
  • 19
2 votes
1 answer
476 views

Good day. I'm using PHPicker in order to implement the use of selecting multiple photos and I've encountered an issue when trying to handle the deselecting action. When I deselect one of the pre-...
lex's user avatar
  • 193
0 votes
0 answers
70 views

I am coding a cross platform app and currently working on where users can choose images or videos up to 10 using Xamarin.MediaGallery NuGet Package. This line, var results = await MediaGallery....
bluedra's user avatar
  • 129

1
2 3 4 5
59