question archive ( Using C program!) Write program that will use threads to distribute the image processing among multiple threads
Subject:Computer SciencePrice: Bought3
( Using C program!) Write program that will use threads to distribute the image processing among multiple threads. For example, if you have an image with 48 rows, give each thread 12 rows. If you have an image with 45 rows, however, you can give 3 threads 12 rows and the last one 9 rows. Note that to make sure the last thread does not process 12 rows and not step outside the buffer.
summarize you program will:
Your program should accept 3 arguments on the command line: