-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phase One DF with P25+ #16539
Comments
Hi, I saw ther was an earlier post from 2021, but I just got this camera and Darktable is not reading the iiq file. Im on Ubuntu 23, latest version on Darktable (4.6.1), and although a page says IIQ files are supported, I get Darktable could not load, with the skull. Can anyone help on this issue? |
So what is the camera name? Have you contribute the requested samples as the blurb asked? |
I did submit the sample. The camera name is Phase One DF, it's the successor of Mamyia. The digital back is now some years old, I think the most modern does 150MB, this one is 25 (as per the name). |
I can submit as many files as needed |
I see no unverified samples with that camera name, Also, please note that if that back can produce more than one raw type, |
uploading again, it oproduces IIQ L and IIQ S, I only have IIQ L today, can upload a S tomorrow. Also it gives an option for TIFF but I think it's only in name, and Darktable is showing a Tiff, its the only one it shows |
CF028642.IIQ Phase One P25+, https://raw.pixls.us/upload.php stays in a blank page, if I try again it says already been uploaded |
When doing so, please take both raws of the same subject and upload both of them.
Huh, that's funny, RPU seems to be again having issues. |
maybe I should try aganin with another one in an hiour or 2? |
PHP Ran out of memory. Exiv2 decided to create a 74MB file with the exifdata. Gave php a bit more memory so it can parse the file. |
Huh. I'll check that out when the samples are available. |
now it did |
Ok, submitted files on all formats the caemra does. IIQ S and L with IIQ extension and Tiff extension |
going to submit some canon raw as requested on website |
Thank you for contributing the full sample set! |
Thank you guys for the great work! |
So exiv2 (even the latest 0.28.2) thinks there is a 24MB large MakerNote inside the IIQ L?! I'll take a closer look when I get a chance... |
@kidmarius Please feel free to test the linked PR. P.S. Someone please also fix up the subject line and remove the placeholder text. |
(and i'm ignoring the jitterness of the re-draw after moving/zooming) |
@kmilos do you not have that permission on this repo? |
I can close, assign, change labels, projects and milestones, but not edit subject nor link issues to PRs... |
Thanks Kmilos, I have no idea what to do with that. Is it supposed to go into teh Lua script part? |
Hmm. Permissions for each role says: |
Thanks for checking, no biggie. |
Update: Phase One actually put the raw data inside the MakerNote tag (also confirmed by exiftool), which, for better or worse, is dumped entirely by exiv2 in recent versions (the |
Merge remote-tracking branch 'upstream/develop' into stable * Make Olympus decompressor faster (-13%) * Make Sony LJpeg decompressor faster (-33%) * Support broken-by-design Blackmagic uncompressed DNG's. Refs. #11495. * OM System OM-1 Mark II support. Fixes #16297. * Fujifilm X100VI support. Fixes #16393. * Sony ILCE-9M3 support. Fixes #16523. * Phase One P25+ support. Fixes #16539. * Add Panasonic DC-TZ95D alias. Fixes #16353. * Remove explicit crop from Fujifilm X-Trans gen-4/5 cameras. Fixes #5729. * Leica SL3 normalization * Fix up Panasonic DMC-FZ28 crop modes. Fixes #16457. * Add unsupported Panasonic placeholders * Add unsupported Canon placeholders * Add Fujifilm X100VI placeholder
Looks like there's still some way to go on P25+: the white level is way off, and there is no automatic orientation... Reopen? @LebedevRI And I guess the IIQ S files are not supported for any of the Phase One models? |
Note that both ADC and LibRaw's unprocessed_raw unpack this as really 16-bit values... Doesn't look like it's a simple shift left though, so a LUT maybe? |
IIQ S is not supported at all. Someone would need to take a look at dcraw for that. I don't know what is going on with the white level on these backs, that is a very common issue. I have a faint recollection of the similar orientation thing coming up recently, |
So should we drop it to some empirical value in cameras.xml? 65535 is what was supplied after DNG conversion, which is using 16-bit unpacked values....
Yes and no - dt handles it if it's supplied in the standard Exif tag via exiv2 (e.g. the converted DNG is rotated correctly; and I think it did work out on one of the old Hasselblad backs we enabled recently), which is not the case for these IIQ files... It's buried deep in the raw/"MakerNote" bytestream (exiftool seems to parse a bit more), but AFAIK RawSpeed doesn't parse nor expose orientation anyway... The most transparent thing would be to have exiv2 parse that 25MB MakerNote of course, but that will also take a while to implement... Edit:
|
I don't suppose there's whitelevel in the
Well, i suppose, the reasoning to add it to rs isn't too dissimilar to the reasoning used to add white balance. |
Before filing any support requests, please do make sure that you have already
contributed the whole raw sample set for your camera under CC0 license to
https://raw.pixls.us/ !
Important note: to make sure that darktable can keep on supporting the raw
file format for your camera, please read
this post on
how/what raw samples you can contribute to ensure that we have the full raw
sample set for your camera under CC0 license!
The text was updated successfully, but these errors were encountered: