Vincent Berthoux

Results 40 comments of Vincent Berthoux

Before I have to upload it, you can browse the documentation at: https://www.stackage.org/package/FontyFruity

I'm unlikely to implement this feature myself (too much time consuming and not interested in it myself). I'd accept pull request though.

Given the complexity of new image format and shrinking free time (and to be fair, lack of interest) I don't intend to write a WebP codec for Juicy.Pixels. If someone...

I think you can load your image with JuicyPixels and then pass it to HIP with some hoops, it sure has been done before as HIP load some images through...

At this point, while this is a worthwhile enhancement, I wouldn't break compatibility for such "low" issue, has to keep it in mind in case of bigger breaking change

I should fix those warnings at least :/

I think `-O0` on Juicy.Pixels produce really, really slow code

It is not supported, and even in the non-progressive case, default huffman tables are used (which may not be the best). Sadly I don't have free time for JuicyPixels right...

It could make sense, but it would be only using the vector instance of MonoFunctor for instance, as it is only mapping the data. I'm not keen to add a...

Clearly inconsistent, I'd like to remove the instance, but bumping the major version number for this tiny case bug me a little. There is a need to think about it.