-
Posts
48 -
Joined
-
Last visited
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
But on macOS Big Sur 11.0 Beta (20A5384c) in Separated mode Affinity Publisher 1.8.4 (opt + click green ball zooms window) on macOS Big Sur 11.0 Beta (20A5384c) in Separated mode Affinity Publisher 1.9.0.742 (opt + click green ball zooms window)
- 5 replies
-
- affinity publisher
- bug
-
(and 1 more)
Tagged with:
-
Oh and other applications like Safari do behave as expected (opt + click green ball zooms window)
- 5 replies
-
- affinity publisher
- bug
-
(and 1 more)
Tagged with:
-
On macOS Big Sur 11.0 Beta (20A5384c) Affinity Publisher 1.8.4 behaves the same (opt + click green ball goes fullscreen)
- 5 replies
-
- affinity publisher
- bug
-
(and 1 more)
Tagged with:
-
The "Window Zoom" option is not working in Affinity Publisher Beta 1.9.0.742 on macOS Big Sur 11.0 Beta (20A5384c) Used to be able to Alt + click green dot in the top left corner of application window to zoom the window to screen size (not Fullscreen), currently this action goes into Fullscreen; Menubar > Window > Zoom is working
- 5 replies
-
- affinity publisher
- bug
-
(and 1 more)
Tagged with:
-
Minghao Fei reacted to a post in a topic: Color Correction with X-Rite Colorchecker Passport
-
HI @Gabe, can we put in a feature request for automation ? While Macro's might seem like the area where this should be implemented it might be simpler (and more better to my situation) to implement command line arguments to Affinity Photo e.g. "/Applications/Affinity Photo.app/Contents/MacOS/Affinity Photo" --hdrmerge filename1 filename2 ... "/Applications/Affinity Photo.app/Contents/MacOS/Affinity Photo" --panorama filename1 filename2 ... "/Applications/Affinity Photo.app/Contents/MacOS/Affinity Photo" --stack filename1 filename2 ... "/Applications/Affinity Photo.app/Contents/MacOS/Affinity Photo" --focusmerge filename1 filename2 ...
- 11 replies
-
- hdr merge
- batch processing
-
(and 2 more)
Tagged with:
-
3n41y reacted to a post in a topic: Color Correction with X-Rite Colorchecker Passport
-
The ColorTRUE SDK seems to be for display calibration on mobile devices https://xritephoto.com/colortrueSDK Adobe does publish a manual for tool to edit DNG profiles mentioning a dependance on X-rite color chart https://www.adobe.com/content/dam/acom/en/products/photoshop/pdfs/cs6/DNGProfile_EditorDocumentation.pdf X-Rite also publishes a manual for a tool to create DNG Profiles https://www.xrite.com/service-support/creating_dng_profiles_for_adobe_camera_raw I think the confusion stems from ColorChecker being the name of both a physical colorchart and a software application to do color correction using the chart. It was my impression that the request by OP was for software support in Affinity for the physical device, not for the software solution wih th same name, my apologies if this assumption was in error.
-
@AiDon I really don’t understand how X-Rite creating non DNG dependent software is going to help Serif implementing chart based color correction. Apparently X Rite offer a SDK that can be licensed and implemented in the Affinity line of products. Is there something I am not aware of, like an inherent dependence of that SDK on the DNG format that would prevent Serif implementing the feature requested using said SDK? Affinity Photo seems to have support for reading DNG format, are you suggesting writing that format is a required feature to be able to license the SDK and that Serif can’t implement DNG writing to fulfill this requirement?
-
@AiDon This feature request is for built-in support for X-rite colorcharts it was you who suggested contacting X-Rite to get built-in support for DNG-profiles in Affinity products if you want support for DNG export in AP that is a wholly different feature, I suggest you create a separate feature request for that
-
whizzrd reacted to a post in a topic: Color Correction with X-Rite Colorchecker Passport
-
whizzrd reacted to a post in a topic: Color Correction with X-Rite Colorchecker Passport
-
exiftool -q -p '$ExposureBracketValue $FileName ' -if '$ShootingMode =~ /Exposure Bracketing/' * \ | while read ExposureBracketValue FileName; do test $ExposureBracketValue -eq 0 && echo ; echo -n $FileName ''\ || echo -n $FileName ''; done The hardest part is possibly determining which shots are bracketed and which ones are a bracketed group, code above is functional for Nikon NEF files where first shot is 0 EV