Nik Bhatt


Forum Replies Created

Viewing 15 posts - 511 through 525 (of 653 total)
  • Author
    Posts
  • in reply to: RAW Power 3 Hangs in VM #82957
    Nik Bhatt
    Keymaster

    This was fixed in one of the 3.0.x dot releases. Sorry about the bug – we should have caught it.

    in reply to: Setting to remove Halide from image source options #82953
    Nik Bhatt
    Keymaster

    iPhone RAW images still have advantages over JPEGs, even if they are noisier than Apple’s sophisticated ones.

    1) they have >8 bits of color depth
    2) they are not lossy compressed
    3) they can be white balanced much better
    4) they will continue to improve in quality as RAW decoding algorithms improve
    5) you have control over the decode and can adjust the tone curve and other aspects of the development, like with any RAW.

    in reply to: Allow “RAW Power” to modify this photo? #82922
    Nik Bhatt
    Keymaster

    Yes, you are correct. This is a macOS Photos thing that I cannot suppress. The app displays a single save dialog when you use batch processing but not during normal editing. A few customers have also expressed a desire for a way to save the edits without getting the dialog. There is a fair amount of work to do this properly – by adding a commit menu item + alert on exit + alert on launch if the app crashed. I’m concerned that a significant number of customers will not understand this flow and think the app is broken (since edits will not commit to the Photo library and nothing will upload to iCloud until the commit operation occurs). It’s an even bigger problem on iOS because apps don’t quit on iOS – they just get terminated by the OS, so there isn’t a good place to alert or encourage people to commit the edits.

    in reply to: “Raw Processing” issues when pasting edits #82915
    Nik Bhatt
    Keymaster

    Hi,

    I’m sorry you are encountering issues copying and pasting adjustments. I tried the steps that you listed, but I cannot seem to reproduce the problem. Here is a link to a video that I made: https://www.dropbox.com/t/0YGKECOICyEBwF6M

    If you don’t mind, please check that out (and maybe do the same steps to see if that works). If you can also make a video for me, I can try those steps as well. You can post a link here, or email support@gentlemencoders.com.

    Thanks.

    –Nik

    in reply to: Suggestions for applying presets #77478
    Nik Bhatt
    Keymaster

    It’s not simple for the app to determine which presets are currently applied. Not impossible, but not simple – it would have to look at each preset and then look at the current state of the adjustments to see what was still valid (for example, if you apply the Red Filter Black and White Preset, but then change the amount of red, the preset is not still applied – I guess (?)). This is how Auto Enhance works – it compares the current adjustment slider positions to the ones set by Auto Enhance. If they are the same, then the auto enhance button lights up.

    in reply to: How to import edited RAW file in OSx Photos #77474
    Nik Bhatt
    Keymaster

    Unfortunately, there isn’t a way to avoid that dialog.

    in reply to: How to import edited RAW file in OSx Photos #77028
    Nik Bhatt
    Keymaster

    Hi Imme,

    The edits are not preserved because of the way that the images are being imported. Apple Photos does not read in RAW Power adjustments.

    There are other ways to do this that will preserve your edits.

    If you are using macOS Catalina, you can edit images in the Photos library using the RAW Power app (instead of the extension).
    To do that:
    1) Import your images from the SD card straight into Photos
    2) Using the RAW Power app, pick Files > New Photo Library Window
    3) Edit the images – the changes will be saved into the photo library and sync over iCloud.

    If you are using Mojave, then you have to use the RAW Power Photos extension. In that case, I would do this:
    1) Import from SD Card to your local disk (no need to use iCloud here)
    2) Select images with RAW Power using ratings or flags, or whatever
    3) Import the selected images into Photos
    4) Edit with RAW Power Photos extension.

    Does that help?

    –Nik

    in reply to: Raw Processing #75873
    Nik Bhatt
    Keymaster

    RAW Processing should always appear on any RAW image. If it doesn’t, then it’s a bug. Can you email me at support@gentlemencoders.com so we can work through this problem?

    in reply to: Sharing adjustment data without icloud photo library #75871
    Nik Bhatt
    Keymaster

    Not yet – I plan to add the ability to import and export between the file browser and Photo library with all adjustments etc. Definitely on the list.

    in reply to: Setting to remove Halide from image source options #74589
    Nik Bhatt
    Keymaster

    Hi Erik,

    iPhone RAWs are inherently noisier than iPhone JPEGs. That’s because they don’t benefit from multiple image fusion and the various computational photography algorithms that Apple can apply when making a JPEG.

    As far as removing the setting, it’s possible, but that would leave a hole in the interface. There isn’t a second camera app that RAW Power integrates with.

    in reply to: Sharing adjustment data without icloud photo library #72975
    Nik Bhatt
    Keymaster

    Right now, the answer is “no” (well, the answer is “yes, but not easily”). However, I have two features I’d like to add. One is iCloud Drive functionality for the file browser & Files app.. The other is some kind of export / import of adjustments and rating data. Both would serve that purpose.

    in reply to: Suggestions for applying presets #71100
    Nik Bhatt
    Keymaster

    Hi Tim,

    I can see that the way presets work may be confusing, especially if they work differently in each app. This is how they work in RAW Power:
    1) the order doesn’t matter
    2) it doesn’t matter if you apply them multiple times.

    That’s because presets are not much more than an automated way of setting up adjustments. The order that adjustments are applied is fixed (unlike Photoshop with its layers), so whether you apply A+B or B+A, you get the same result (there are some edge cases around automatic adjustments, but in general the order you apply presets is irrelevant).

    All that really matters is the Add vs. Replace. Add will combine the preset with the existing adjustments, while Replace removes the existing adjustments in favor of the preset.

    A history would provide insight into what operations were performed, that’s true. It’s something I have considered. History usually ends up containing an overwhelming amount of data, so it’s never been something I have found very useful in general (though it is useful on occasion).

    However, history would not eliminate add vs. replace because those are different ways of applying presets.

    in reply to: Raw Processing #70338
    Nik Bhatt
    Keymaster

    RAW processing is available for any unadjusted RAW image. However, if the image was adjusted by Photos or Photos extension, then you will be editing the JPEG that was provided by that other editor. If it was edited with RAW Power, then you also will have access to RAW Processing. One way to tell the situation is to see if the app offers “Revert to Original” when you first open it. If so, then the image was previously edited (by some app, including RAW Power).

    in reply to: Comments and suggestions #66062
    Nik Bhatt
    Keymaster

    Catas: I know that the LUTs had that behavior before, where it would close the folder if you tapped on it again, but I think I fixed it in 3.0.3. Are you still seeing that issue with 3.0.3?

    in reply to: Strange behavior while swiping through the library #63358
    Nik Bhatt
    Keymaster

    I looked into the poor swiping performance – I will try to fix it in the 3.1 release.

Viewing 15 posts - 511 through 525 (of 653 total)