2,925 questions
1
vote
1
answer
122
views
PencilKit: Saving drawing to Photos
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 ...
0
votes
0
answers
62
views
osxphoto photo.export(testDIR) does not output anything
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.
...
0
votes
1
answer
90
views
How to detect when the "Select More Photos" popup is dismissed in iOS?
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 ...
0
votes
1
answer
160
views
Autodesk Construction Cloud APIs - Download photos with metadata
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 ...
0
votes
0
answers
120
views
Show google photos in google maps TIMELINE
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 ...
0
votes
1
answer
96
views
Using a form input with capture=camera, is that image stored on the picture-taking device?
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 ...
0
votes
1
answer
58
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 ...
1
vote
0
answers
24
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\...
2
votes
0
answers
287
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 ...
0
votes
0
answers
39
views
Trouble Moving Photos to a Selected Folder Below API 29
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 ...
1
vote
1
answer
65
views
how to define text alignment, alpha of text background and add image before text while adding text to photo
for (index, textData) in textDataCurrentImg.enumerated() {
let textColor = textData.fontColor
let textFont = UIFont(name: textData.font.fontName, size: textData....
1
vote
2
answers
535
views
Extracting date taken from .nef raw nikon file
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 ...
0
votes
1
answer
629
views
Can't get gallery access on old version of flutter for Android 13
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 ...
0
votes
0
answers
35
views
How can I make my app accept certain photos file extensions?
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 ...
1
vote
0
answers
93
views
Recover data after transferring data between two phones with 3utools
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 ...
3
votes
0
answers
1k
views
SwiftUI: PhotosPicker fails to load Transferable image
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:
...
-2
votes
2
answers
198
views
Open photos in Flutter
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 ...
0
votes
0
answers
33
views
Is there a way to paste multiple photo URLs as actual JPEGs into a Google Doc?
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 ...
3
votes
0
answers
50
views
Can we get the color pallet used in Profile picture with initials of MS Teams through Graph API?
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 ...
5
votes
1
answer
1k
views
Flutter CameraCaptureCallback STATE_WAITING_FOCUS
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 ...
0
votes
2
answers
171
views
Ionic 7 How to calculate hash SHA-256 from a photo captured by the camera
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 ...
-2
votes
1
answer
394
views
How to open a sent folder with html, css and js file in my vs code
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, ...
1
vote
0
answers
279
views
I am not able to view the file in program of text to handwriting
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(...
2
votes
1
answer
476
views
PHPicker - All selected UIImages returning nil
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-...
0
votes
0
answers
70
views
How do I figure out if user selected an image or a video using Xamarin.MediaGallery?
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....