Re: [Oiio-dev] Performing An Image Resize (Generating A Border) Without Intermediate ImageBuf

2020-09-29 Thread Lightmap
Thank you so much for the “recipe” Larry - your first approach works an absolute treat! Regards, Simon. > On 28 Sep 2020, at 17:38, Larry Gritz wrote: > > Oh, interesting problem! > > The resize() description says: > > /// Set `dst`, over the region of interest, to be a resized version

Re: [Oiio-dev] Building on Windows

2017-02-24 Thread Lightmap
Pre-built binaries are really useful if they match your target build system (i.e., version of visual studio that your codebase is being built from). If not, you really have to work through the dependencies and compile them yourself. -Simon. > On 24 Feb 2017, at 18:06, Larry Gritz wrote: >