Jonas Daniel

Results 15 comments of Jonas Daniel

Not to worry -- I'll figure it out. Your code makes interresting bed time read! But I think if it requires a lot of work I won't go into it...

Oh ok. Was just a matter of putting this in then `im_sRGB2HSV x = (vips_call "sRGB2HSV" [x] [])?0;`! You said it was not easy :D Thanks. What language are the...

Nifty! I do get some sudden deaths upon `save` and `HSV->sRGB`, so think some bugtracking is needed. Where in the code is the colourspace ID set? When running the functional...

Yes: ``` /* Type field. */ Image_type = class { MULTIBAND = 0; B_W = 1; HISTOGRAM = 10; XYZ = 12; LAB = 13; CMYK = 15; LABQ =...

Ah ok. No worries, I'll fiddle about. I'm assuming nip2->nip3 is the equivalent of vips7->vips8?

Hi, I apologise for the delay, I'm currently travelling. I'll try to sketch an overview of the current API with a proposal for changes. I think there are some `strip`...

Sorry it took a while to get back to you. As I was looking for the path of least resistance for tearing down the default setup with using stripes, I...

It looks like a minimal fix is something [like so](https://github.com/image-rs/image-tiff/compare/master...Jondeen:image-tiff:short_fix?expand=1#diff-65b45e2a1021866ce286432d617f15f98112032c7d76ea61efa9f399debd7f84). This will make all the tests run successfully. Regarding side effects I would suppose anyone interfering with the TAG data...

Just to chime in, although somewhat unrelated, this image is not technically greyscale. Instead, it utilizes the ColorMap feature specified in the TIFF format, which employs a lookup table (e.g.,...

It seems like things have changed since this document was written. Are there any instructions as to how to use Jquery-UI with requirejs as of 1.12.1? I see the demos...