Good day
I would like to receive a reduced copy of the image.
The initial image has a color palette (RGB Color, 8 bit)
CarBitMap = openBitMap "D:\\Eyebrow.png"
proxyBitMap = bitmap (CarBitMap.width/10) (CarBitMap.height/10)\ filename:"D:\\Eyebrow_P.png" palette:256
save proxyBitMap
Why does the saved image have a palette Grayscale ???