Wynadorn / ThreadColor

Eindopdracht threading

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image Colors

This program can be used to calculate the RGB and HEX values of JPG, PNG and GIF image files.

The challenge during development of this project was giving the CPU a large workload and dealing with it as efficiently as possible.

It has been created as a learning project for the course threading in c#.

Preview:

image colors

Features:

  • The ability to calculate the RGB and HEX values of images.
  • Supported file types are: JPG, PNG and GIF.
  • The ability to set the number of threads to be used.
  • The ability to assign multiple threads on one image.

Known Issues:

  • Adding files with a height less than the threads per image breaks the start program.
  • User settings for threads per image and number of cores aren't saved.

Development on this project has been frozen

About

Eindopdracht threading


Languages

Language:C# 100.0%