[Oiio-dev] Shuffle channels of two images

2020-02-13 Thread Jovce Malakovski
Hi, Is it possible with the command line tool (oiiotool) to shuffle the rgb channels like R from image A G from image B B from image A? The current command --ch supports swapping channels of a single image, but is it possible with two images? Or is there some other command that can do this?

Re: [Oiio-dev] Shuffle channels of two images

2020-02-13 Thread Jovce Malakovski
; * Force new channel names R,G,B just in case they carry their old > names or got confused > * Output to mix.exr > > > On Feb 13, 2020, at 10:23 AM, Jovce Malakovski wrote: > > Hi, > Is it possible with the command line tool (oiiotool) to shuffle the rg

Re: [Oiio-dev] Windows 10 'x64' build in progress

2020-06-19 Thread Jovce Malakovski
Thanks for the guide. I was able to make a visual studio project and then build the oiiotool. One problem that I have is that the oiiotool builds without OpenColorIO. Im getting this message *No OpenColorIO support was enabled at build time* Do you have an idea how to include the OCIO support?

Re: [Oiio-dev] Windows 10 'x64' build in progress

2020-06-19 Thread Jovce Malakovski
No, I just set USE_PYTHON = false What values should these two have? On Fri, Jun 19, 2020 at 12:10 PM till dechent wrote: > Did you set OPENCOLORIO_INCLUDE_DIR and OPENCOLORIO_LIBRARY in CMake? > > Am Fr., 19. Juni 2020 um 09:38 Uhr schrieb Jovce Malakovski < > jovc...@gmail.co

[Oiio-dev] Embed ICC color profile when converting formats?

2020-12-22 Thread Jovce Malakovski
Im trying to convert a tiff photo with Adobe RGB profile to a jpeg and I want to embed the color profile in the jpg. Is this possible with the oiiotool? I have done it in Photoshop but Im looking for a way to automate bunch of images with oiiotool Thanks

Re: [Oiio-dev] Embed ICC color profile when converting formats?

2020-12-22 Thread Jovce Malakovski
>> It should automatically preserve any metadata that is representable in >> both file formats, including ICC profile. >> >> >> On Dec 22, 2020, at 9:28 AM, Jovce Malakovski wrote: >> >> The first one. >> >> On Tue, Dec 22, 2020 at 6:28 PM Larry Gritz wrot

Re: [Oiio-dev] Embed ICC color profile when converting formats?

2020-12-22 Thread Jovce Malakovski
Oh, okay, its not a big deal :) On Tue, 22 Dec 2020, 19:33 Larry Gritz, wrote: > OIIO doesn't currently have a way to do this, sorry. > > > > On Dec 22, 2020, at 9:42 AM, Jovce Malakovski wrote: > > I want the color of the pixels transformed. Is it possible? > > On T

Re: [Oiio-dev] Embed ICC color profile when converting formats?

2020-12-22 Thread Jovce Malakovski
r space? > > > > On Dec 22, 2020, at 8:31 AM, Jovce Malakovski wrote: > > Im trying to convert a tiff photo with Adobe RGB profile to a jpeg and I > want to embed the color profile in the jpg. Is this possible with the > oiiotool? > I have done it in Photoshop b

Re: [Oiio-dev] Embed ICC color profile when converting formats?

2020-12-22 Thread Jovce Malakovski
The first one. On Tue, Dec 22, 2020 at 6:28 PM Larry Gritz wrote: > Are you just trying to convert the TIFF to JPEG and preserve the ICC > profile? Or are you trying to transfer the ICC profile from one image to a > totally different image? > > > On Dec 22, 2020, at 9:26 AM

Re: [Oiio-dev] Embed ICC color profile when converting formats?

2020-12-22 Thread Jovce Malakovski
file formats, including ICC profile. > > > On Dec 22, 2020, at 9:28 AM, Jovce Malakovski wrote: > > The first one. > > On Tue, Dec 22, 2020 at 6:28 PM Larry Gritz wrote: > >> Are you just trying to convert the TIFF to JPEG and preserve the ICC >> profile? Or are