2,924 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
132
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
2
answers
130
views
Import a folder in Photos while making albums with subfolders
Thanks to codez on GitHub who provided an Apple script to import a folder in Photos making proper Albums of all subfolders.
Nevertheless it’s not maintained anymore and the script have few bugs I can’...
0
votes
0
answers
70
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
42
views
Why is my carousel invisible on my website, with images only appearing when I click them, & how can I change that?
FIRST: Thanks to the admins for helping me better understand how to post my questions!
This code is what I applied (below).
Tried pasting it into a website template I DL'd. But b/c of the shape of the ...
0
votes
1
answer
96
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
0
answers
30
views
Resolve uri from PickVisualMediaRequest to absolute path in Android 14 [duplicate]
In Android 14 the PickVisualMediaRequest callback returns an abstract uri which does not point to the image and cannot be resolved in a webview html file upload control.
In Android 13 the ...
0
votes
1
answer
187
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 ...
2
votes
2
answers
118
views
Python Accessing EO Edmund Optics Camera
I have a camera (EO Edmund Optics Camera, Model UI-154xSE-M) connected to a Windows computer via USB. When I open IDS Camera Manager, The camera is "configured correctly and can be opened".
...
0
votes
2
answers
533
views
react photo album infinite scroll
I'm trying to implement infinite scroll on react photo album component,
I'm trying to use this library :
https://react-photo-album.com
i can detect when the user scrolled down and fetch more photos (...
0
votes
1
answer
101
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
144
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 ...
0
votes
1
answer
67
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 ...
0
votes
1
answer
47
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 ...
1
vote
0
answers
27
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\...
0
votes
0
answers
49
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 ...