Johan van der Knijff
Johan van der Knijff
Some additional info: this particular disc is a [Kodak Photo CD](https://en.wikipedia.org/wiki/Photo_CD). The small ISO image can actually be mounted, and it is possible to browse the file system. Attempts at...
Quick check to estimate number of these CDs in KB collection: [`annotation any "Photo-CD"`](http://www.kbresearch.nl/tpxslt/?xml=http://jsru.kb.nl/sru/sru?query=annotation%20any%20%22Photo-CD%22&x-collection=GGC&maximumRecords=10&xsl=http://www.kbresearch.nl/xportal/brief.xsl) Gives 4 hits. But these are only photo CDs.
I think it should be possible to make this work for multiple partitions. Here' s what I did manually for a large image of a hard disk: disktype testsata.dd Result:...
Hi Andrew, Thanks for reaching out about this. Even though ICC profiles aren't part of the JPEG 2000 standard, I think the ability to validate them could still be a...
Possibly relevant in this context - the [ImageCms](https://pillow.readthedocs.io/en/stable/reference/ImageCms.html#module-PIL.ImageCms) Module, which is part of [Pillow](https://pillow.readthedocs.io/en/stable/index.html). Code is based on [LittleCMS](https://en.wikipedia.org/wiki/Little_CMS). From the docs it seems it does *some* validation of ICC...
> If it makes sense to you, we may start with an independent Python module for this ICC profile validation... and we can subsequently explore importing that code into Jpylyzer....
Hi @kimpham54, thanks for the update and the additional explanation. After a first look at the code, I do have some questions. The main thing that's not quite clear to...
I just had a look at this, and I'm able to reproduce the results reported by @aous72. In all cases the offending tests are (this happens with some of the...
Turns out this is indeed a Jpylyzer bug, see: