Re: create an empty RGB image with specified number of cells (rows, columns)

2021-06-22 Thread Arak Rachael
the images. The script will: get a list of available images (based on sources parameter, via glob.glob function) and sort it alphabetically in increasing order iterate over the list of images and for each of those source images: create an empty RGB image with specified number of cells (r

Re: create an empty RGB image with specified number of cells (rows, columns)

2021-06-22 Thread Arak Rachael
A1" - "B2 = equalized A2" - "B3 = equalized A3" - "B4 = equalized A4" These parameters govern what the script will do with the images. The script will: get a list of available images (based on sources parameter, via glob.glob function) and sort it alphabetically

Re: create an empty RGB image with specified number of cells (rows, columns)

2021-06-21 Thread Dan Stromberg
I don't know about OpenCV, but here's a way of creating a ppm image file of arbitrary size and arbitrary solid color: https://stromberg.dnsalias.org/svn/solid/trunk On Mon, Jun 21, 2021 at 4:01 AM Arak Rachael wrote: > Hi guys! > > Does anyone know how to do this, if possible with OpenCv? > -- >

create an empty RGB image with specified number of cells (rows, columns)

2021-06-21 Thread Arak Rachael
Hi guys! Does anyone know how to do this, if possible with OpenCv? -- https://mail.python.org/mailman/listinfo/python-list