Nik Bhatt


Forum Replies Created

Viewing 15 posts - 31 through 45 (of 793 total)
  • Author
    Posts
  • in reply to: Printing Support / Contact Sheet #140180
    Nik Bhatt
    Keymaster

    I understand, but printing is a black hole. Even something “simple” like a contact sheet is full of various landmines with color proofing and the like. I won’t say ‘no’ for sure, but it’s not a high priority.

    in reply to: CMD+Scroll to zoom backwards? #140109
    Nik Bhatt
    Keymaster

    I see what you mean. Maps scrolls the opposite way from Nitro, but assistive zoom (I can use control + scroll to zoom into the screen), works the way Nitro does. So, there isn’t a hard and fast rule (at least not one Apple follows). I’ll add a preference in the future.

    in reply to: New Heic keyword thread #140036
    Nik Bhatt
    Keymaster

    You can send one to the support email address. I recommend scaling it down first so it goes through the mail servers. Nitro reads and writes the dc:subject XMP entry which is the standard place for this. Lightroom has added a place in their own namespace for hierarchical keywords, but that is for true hierarchy (as opposed to the organizational hierarchy that Nitro uses).

    in reply to: Feature request Finder Tags #139960
    Nik Bhatt
    Keymaster

    Nitro already supports Finder tags when using the file system. However, Apple made changes in Tahoe that I had to deal with.

    If you tag an image in Nitro, it writes the tag to the Finder. If you tag in the Finder, the tag appears in Nitro. The tags and colors that Nitro uses are the ones you have set up in the Finder.

    The app could write keywords as tags, but that would be a different feature which would not be using the tags you have in the Finder. My point is that the simple case is easy to do, but there are edge cases that get a little strange. For example, if you have a Finder tag called “Portrait” and it’s green. You keyword an image with Portrait. Do you want the green tag in that case, but the other keywords wouldn’t get colors assigned? I’m guessing yes, but I don’t really know.

    in reply to: Allow zooming by “cmd”+scroll wheel #139953
    Nik Bhatt
    Keymaster

    Version 2025.8 is on the App Store now with the zooming feature.

    in reply to: Tools on right side disappears! #139952
    Nik Bhatt
    Keymaster

    Version 2025.8 has now been released on the App Store, and has the fix for the tools disappearing.

    in reply to: Keywords shown in Nitro not seen in Photos #139949
    Nik Bhatt
    Keymaster

    By the way, I checked to see if macOS and iOS have the ability to create JPEG-XL files and unfortunately, the answer is no. It’s not possible either in macOS Sequoia or even macOS Tahoe. Since I rely on Apple’s code to export files (and write metadata etc), that format will have to wait until they get around to adding support. Sorry.

    in reply to: Keywords shown in Nitro not seen in Photos #139945
    Nik Bhatt
    Keymaster

    XMP files have an issue, which is that there is no established file extension or naming standard for anything for proprietary RAWs (e.g., ARW, NEF).

    For those files, the XMP is the raw file name with .xmp. Simple. But JPEG, DNG, etc. don’t follow that rule. That’s because of R+J pairs. If you shoot ARW + JPEG, then there are two original files and one XMP. Adobe could have specified what to do there, but instead they decided to punt and write the metadata into the original files.

    There is obvious risk to modifying original files, and some people are dead-set against modification just on principle (understandably).

    Nitro’s current solution is to write XMP for JPEG, DNG, etc. using the format _extension.xmp, so for DSC1234.JPG, the XMP is DSC1234_jpg.xmp.

    Unfortunately, no other app uses the convention, so the XMP files are not seen by those apps.

    There are only two solutions: 1) use .xmp for those files (which won’t work for any R+J pairs), or 2) write into the original.

    My plan is eventually to offer both but not be happy about it 🙂

    in reply to: Feature request Finder Tags #139943
    Nik Bhatt
    Keymaster

    It could yes. Finder tags are only strings (the colors are separately represented), so as long as no color is needed, it’s possible. However, it’s always tricky to write data when there is another application(s) that are also writing them. For example, if Nitro writes out tags, but then you add/remove some yourself in the Finder, what does it do – you don’t want the apps fighting with each other. By that, I mean, if Nitro writes out tags, and then you remove or add a tag in the Finder and then Nitro looks at the image again – the tags don’t match. Should it update them again, etc.? This is how simple features become complex ones with lots of knobs and switches.

    • This reply was modified 2 months, 1 week ago by Nik Bhatt.
    in reply to: Export Settings Question #139869
    Nik Bhatt
    Keymaster

    Not right now. It’s on the to do list.

    in reply to: Inaccurate AI Subject masking #139867
    Nik Bhatt
    Keymaster

    If you turn off Standard RAW Development, and your image would normally automatic lens correction, then the subject mask will be offset. It’s a bug in Nitro. You can fix that by turn lens correction back on in the Lens adjustment.

    • This reply was modified 2 months, 1 week ago by Nik Bhatt.
    in reply to: Tabed windows problem! #139712
    Nik Bhatt
    Keymaster

    Sorry to hear that. I spent a while trying to get the app to show extra windows, but it worked properly each time.

    The simplest thing would be to reset the app’s defaults for window position. You can do that in the Terminal.

    1. Quit Nitro
    2. Open Terminal
    3. Enter the following command, INCLUDING the quotation marks: defaults delete com.gentlemencoders.nitro “PersistentWindowState v2”
    4. Open Nitro

    If this does not work, then execute this simpler command to reset all the defaults (quit Nitro first).

    defaults delete com.gentlemencoders.nitro

    in reply to: Keywords shown in Nitro not seen in Photos #139705
    Nik Bhatt
    Keymaster

    JPEG-XL is much slower to encode / decode right now. I don’t think there is hardware support for it, unlike HEIC and JPEG which do.

    in reply to: Keywords shown in Nitro not seen in Photos #139703
    Nik Bhatt
    Keymaster

    The main issue is that Photos does not read XMP sidecars. I plan to add JPEG-XL export support in the (relatively near) future, which would also embed the keywords into the file, at which point, Photos will be able to see the keywords. The other way for Nitro to solve this is to have Nitro write XMP directly into original files (in this case, the JPEG-XL that you made in the other app). However, that is a bit longer term, as writing into original files has risks that need to be managed carefully.

    in reply to: Tabed windows problem! #139630
    Nik Bhatt
    Keymaster

    Sometimes that happens if the app fails to save the window positions and counts. Please close a tab, wait 3 seconds, and then quit the app. Then reopen Nitro. Does that tab reappear? If it does not, then close the other tabs (except for one), wait a few seconds, and then quit / reopen.

    • This reply was modified 2 months, 1 week ago by Nik Bhatt.
Viewing 15 posts - 31 through 45 (of 793 total)