Jesse Yurkovich

Results 10 comments of Jesse Yurkovich

Unsure how to bump this task up to get on the radar but it is indeed quite annoying.

I seem to have a similar problem, except that version 2523 is ok, but the most recent 2642 is broken. I'm using MesloLGM NF at size 9.0 (tried 8.5 and...

Yeah, disabling Atlas fixes the problem. Welp, it worked for almost 14 days with the prior version. It had a good run :) Will try Atlas again once this issue...

Some further information This doesn't work: ``` Filesystem::IOMemReader memreader((void *)mem, size); auto in = ImageInput::open("mem", nullptr, &memreader); if (!in) { // we get sadness... and the following debug message from...

Just chiming in that I also had to use the workaround suggested above. In my case I was using a linux vm in the cloud and using remote desktop for...

@darbyjohnston Sorry to necro this task a bit but there's currently an issue where Blender's DJV launch setting does not work if used on Windows. I think this is due...

Just to double-check, the remaining uses of `OIIO_CONSTEXPR14` need to remain until we bump to 3.0 since downstream apps may be using these #defines? https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/master/src/include/OpenImageIO/platform.h#L95 https://github.com/AcademySoftwareFoundation/OpenImageIO/blob/master/src/include/OpenImageIO/detail/farmhash.h#L89

Ah, yes, I think you're right. I was blinded by the magic that OIIO typically provides and thought it would somehow know what to do here too... but it really...

Looks like `paste` wins (some numbers below). I'll be going with that I think. Much appreciated for bringing those 2 other solutions to my attention. Using a 8192x8192, 1-channel, float...

Those timings above were using `parallel_convert_image` actually already. Using non-parallel convert_image is 2000ms with just the operation and 2500ms with the image write. As for pre-allocating the buf for `channels`...