Nik Bhatt


Forum Replies Created

Viewing 15 posts - 31 through 45 (of 651 total)
  • Author
    Posts
  • in reply to: soft-proofing #134542
    Nik Bhatt
    Keymaster

    Maybe – but it’s not a high priority, to be honest.

    in reply to: Sharing edits between Mac and iOS #134507
    Nik Bhatt
    Keymaster

    There are probably some bugs with stale data in that use case. The app has to rebuild its thumbnails and previews and then update the viewer. It probably does not do that perfectly when the aspect ratio changes.

    in reply to: JPG and XMP #134476
    Nik Bhatt
    Keymaster

    Reconnect Sidecars just handles case-sensitivity because some apps write upper case extensions.

    in reply to: Color labels? #134475
    Nik Bhatt
    Keymaster

    On iOS, Apple does not provide a way to write tags. I can read them (and do), but that’s all.
    I have not looked into the XMP labels – there could be some compatibility issues which need to be figured out.

    in reply to: Color labels? #134472
    Nik Bhatt
    Keymaster

    Nitro supports color labels when using the Finder, yes. You have to give the app permission to read the labels [Apple hides them].

    Go to the Image menu and pick Tags.

    The app does not (yet) have file moving / renaming features.

    in reply to: Random low res image exports #134440
    Nik Bhatt
    Keymaster

    Unfortunately, I cannot tell what is wrong based on what you have provided. Please email support@gentlemencoders.com so we can walk through what is happening.

    in reply to: JPG and XMP #134409
    Nik Bhatt
    Keymaster

    Another customer mentioned the issue with file extensions. There are a few things going on here.

    Nitro uses .xmp for all XMP files. If it’s a proprietary RAW (that is, not a DNG), then it writes with just the XMP extension. If it’s a JPEG, DNG, etc., then it uses the underscore.

    It does that to ensure there cannot be a conflict between a proprietary RAW and a JPEG with the same base name. This can happen a couple of ways. One is RAW+JPEG. Another is a RAW + an exported JPEG stored in the same directory. Or, the JPEG is first imported and then the RAW from a R+J pair. Also, this makes it simpler for the app to know what file goes with which.

    The terminology of “.jpg.xmp” is attempting to follow a convention of “two extensions”, but that is supposed to be used in a particular case – when the storage is “layered”. For example, TAR and GZIP. That is usually done as x.tar.gz because it’s a TAR file that has been gzipped. Once you unzip it, you have x.tar.

    But that’s not true for a file named “.jpg.xmp.” The JPEG is not stored inside an XMP container – it’s not a layered model.

    I will probably add a preference at some point to let sidecars be named with the double extension, though I don’t think it’s correct. If I do that, I would update the “Migrate Sidecar” feature to adjust the names of existing sidecars in a directory. I’m not inclined to have the app search for both files and try to figure out which one to use though. Having two files containing similar data always leads to problems.

    in reply to: Photos with referenced files #134349
    Nik Bhatt
    Keymaster

    Apps can add images etc to library. No interface appears. The images are always copied.

    in reply to: Photos with referenced files #134339
    Nik Bhatt
    Keymaster

    Unfortunately, this is one of the many things that Apple does not permit for App Store apps. When apps add images to the library, they are always imported as managed (that is, copied into the library). And since Photos has such weak file management, there is no way for you as the user to make them referenced files.

    in reply to: Resizing from Tiff to jpeg #134338
    Nik Bhatt
    Keymaster

    If you are doing these actions outside of the crop tool, then the app will choose what portion of the image to use for the 3840×2160, and it is probably the left part of the image.

    I suggest this instead.
    1. Open the crop tool
    2. Set the aspect ratio to 16:9
    3. Type the size into the text fields
    4. Position the crop box.

    Or:
    1. Open the crop tool
    2. Set the aspect ratio.
    3. Position the box
    4. Export but choose a custom size of 3840 x 2160.

    in reply to: Keyboard navigation #134264
    Nik Bhatt
    Keymaster

    Thanks for reporting that. It’s a bug and I’ll make a note to fix it.
    One way to get out of this is to hit the escape key. It will take you back to the grid and the keyboard should work again.

    in reply to: Keyword management #134234
    Nik Bhatt
    Keymaster

    There are many ways to organize (or not organize). Some people have existing keywords and keywording systems. It is a popular request.

    Some people use hierarchy alone and that’s enough.

    Most people probably will not use keywords (I don’t) and that’s fine. AI can also work but has obvious limitations.

    in reply to: Keyword management #134228
    Nik Bhatt
    Keymaster

    Yes, it’s very frustrating. Apple does this by not providing public APIs for developers to read and write keywords. Instead there are private APIs that are only usable by Apple. Some developers have figured these out. But if an App Store app tries to use those private APIs, the app will be rejected by Apple.

    in reply to: Keyword management #134221
    Nik Bhatt
    Keymaster

    Unfortunately, Apple prohibits App Store apps from reading or modifying keywords, titles, descriptions, and other user entered metadata. Some apps have made their own keyword systems, but they cannot store the data into the photo library, which means they don’t sync over iCloud, etc.

    I plan to add keywords to the Finder-side of things because that doesn’t have that restriction / limitation.

    If Apple ever decides to giver App Store apps this ability, then I would add the feature.

    By the way, there is a roadmap on the website: https://www.gentlemencoders.com/nitro-roadmap/index.html

    in reply to: Copy and paste edit steps #134178
    Nik Bhatt
    Keymaster

    The app has to work differently when you are in edit mode vs. not in edit mode. That’s because you have a live editing session vs. stored editing data. The code to copy and paste is different in those cases. I plan to make the menus and buttons (and contextual menus) more consistent with each other to the extent that is possible / practical.

Viewing 15 posts - 31 through 45 (of 651 total)