Forum Replies Created
-
AuthorPosts
-
Nik Bhatt
KeymasterI am using Apple’s PhotoKit which is the library Apple provides to interact with the Photo Library. When I delete an image, I am asking Photos to delete it (because Photos has to update the library and such). If Photos does not actually delete the image, there is nothing I can do about it. Sorry. I will guess that they don’t delete referenced files because they don’t know if those images are shared by other apps.
-
This reply was modified 1 year ago by
Nik Bhatt.
Nik Bhatt
KeymasterYes, this is a known bug.
Nik Bhatt
KeymasterXMP is a tricky thing. There are two main ways to store XMP data. In a sidecar and by writing directly to the original image. Some people prefer one, others prefer the other. I try to avoid writing to the original because of the chance of data loss / corruption, which can definitely happen in these cases.
For proprietary RAW files, only sidecars are supported by apps (in general) due to their proprietary nature. For DNG, JPEG, etc., the XMP can be written inside (again, I don’t do that, but may in the future).
The name that Nitro uses for JPEG and DNG is _
.xmp. That’s to handle the case of RAW+JPEG. If you have an R+J pair and edit both of them, both would get named abc.xmp which would cause a collision. That’s why I use _ .xmp for DNG, JPEG, etc. However, this causes issues with other apps that aren’t doing that. There is also the problem of case-sensitivity. While macOS is not case-sensitive, iOS is, so the file name always uses lower-case convention. This is also what Adobe does. I do not understand why Graphic Converter would replace the JPEG with XMP – do you really mean that Graphic Converter replaces the JPEG with an XMP (rather than have two files)? That’s very odd.
April 16, 2024 at 3:13 pm in reply to: Feature request: Filmstrip: Selected image always in center of screen #130115Nik Bhatt
KeymasterEarlier in the app’s development it worked that way, but other beta testers were unhappy with that behavior. That’s because the image moves, and it made people have to hunt around the image. I will note your request, but I can’t promise anything.
Nik Bhatt
KeymasterThanks for the suggestion. I’ll keep it in mind.
Nik Bhatt
KeymasterIt’s worth considering. Thanks for the suggestion.
Nik Bhatt
KeymasterYes, I can see that, but it would complicate the UI. Right now, there is a single button: on / off. Adding a different choice requires a menu or something like, and crop is already complicated.
Nik Bhatt
KeymasterYes, it’s on the list for the future already.
Nik Bhatt
KeymasterI’ll put it on the list for the future.
Nik Bhatt
KeymasterWhen you enter the crop tool, there is a button that looks like # to the left of the cancel / ok button pair.
That is the grid control.-
This reply was modified 1 year ago by
Nik Bhatt.
Nik Bhatt
KeymasterI agree. It’s something I plan to do at some point.
Nik Bhatt
KeymasterThere is a rule of thirds grid in crop currently. Are you asking for another grid option?
Nik Bhatt
KeymasterSmart Albums in Nitro are visible in Photos, but not in the Photos Smart Album area. In Photos, they appear in the Nitro folder. That’s because Apple does not allow apps to make Photos smart albums. I’m sure that was confusing. I’ll try again: Smart Albums in Nitro are regular Photos albums (like ratings albums), but they are treated specially in Nitro. Smart Albums made in Nitro appear in Photos with a weird series of letters and numbers. That’s expected (and has to do with the silliness I have to go through to make a “smart album” that’s not a true smart album.
You can’t remove an image from a Nitro smart album. You can only delete images from smart albums. This is also true for Photos Smart Albums (try it). That’s because a smart album must provide the correct search results.
Nik Bhatt
KeymasterNothing I can really do about it right now (other than not call the app Nitro).
Nik Bhatt
KeymasterSome apps may be able to read/write keywords in the library, but they are probably sold outside the App Store. Inside the App Store, apps are prohibited from accessing keywords (as keyword access is a private function in Photos).
-
This reply was modified 1 year ago by
-
AuthorPosts