Page 1 of 1

Change Depth Brush 8bit, 16bit, 24bit, ...

Posted: Wed Jan 25, 2017 9:28 am
by sinisrus
Hello,

Is it possible to change the depth of brush 8bit, 16bit, 24bit, ... ? (For optimiser speed and memory)

Thank you

Re: Change Depth Brush 8bit, 16bit, 24bit, ...

Posted: Wed Jan 25, 2017 10:06 pm
by airsoftsoftwair
No, that's not possible. Internally, Hollywood will always use the depth that is most efficient for drawing.

Re: Change Depth Brush 8bit, 16bit, 24bit, ...

Posted: Fri Jan 27, 2017 12:00 pm
by sinisrus
It's a shame to have used an external command (like imagemagik convert) rather than a hollywood function

Re: Change Depth Brush 8bit, 16bit, 24bit, ...

Posted: Fri Jan 27, 2017 6:14 pm
by airsoftsoftwair
Well, if you want to convert to 8-bit you could do the following trick: Use SaveBrush() to save the brush as a GIF image to a virtual file, then load it from this virtual file and voila, you have an 8-bit image now :)

Re: Change Depth Brush 8bit, 16bit, 24bit, ...

Posted: Sun Jan 29, 2017 1:15 pm
by sinisrus
I find for 24=>16bit (imagemgaick is the best solution for this)

Thank you