Juan Carlos Corona Romero
Juan Carlos Corona Romero
@danielweck I couldn't reproduce this using various books, including a similar Alice book like winnie's sample. I am using the Android launcher.
@rkwright No as I believe this is limited to a problem in the SDK. To my knowledge the CFI-JS library isn't set up to generate CFIs with package document references...
The culprit: https://github.com/readium/readium-sdk/blob/master/ePub3/ePub/package.cpp#L1094
> PS: is @evidentpoint using / planning to use a modified version of `readium-sdk`, with bug fixes, improvements, API changes, etc.? A request came our way that asked us to...
Hello @hz0324, I have some questions/notes about this: - Is your project going to be a reader hosted in the cloud, like a web client? - I'm trying to see...
Ok great. I understand your idea now. Yes it does sound possible. I'll think about it some more and then I can give you more insight.
I've done some research and I believe we might be able to achieve a similar effect with a highly customized ICC display profile. One that inverts the white point and...
@amitmarkel Thanks for looking into the color profiles. This is great stuff ~~but may I ask as to why you removed the links to your icc profile and document? I...
Oh that's cool. Looking at your screenshot, wow looks like you are getting close.
Im looking at this from the Shared Models API perspective. Trying to deal with two types of data, for example in typescript: ```ts interface LocalizedString { [key: string]: string }...