ArtistAssistApp is the best ever FREE painting assistant tool that allows artists to see the reference photo more clearly and mix colors more accurately.
ArtistAssistApp provides various tools for artists for accurate color mixing from a photo based on real paints, tonal value study, grid method for drawing, simplified sketching, etc.
Try it now at ArtistAssistApp.com
ArtistAssistApp-Fruits-Demo-10MB.mp4
- Go to ArtistAssistApp.com.
- Watch the video tutorials.
- Do you have a question? Ask the community.
- Do you see a bug or want to suggest a new feature? Open an issue.
- Want to contact us? Find our contacts.
This project does not use artificial intelligence (AI), but rather mathematics.
The core logic of the project doesn't depend on any math or color library and includes the implementation of the following:
- converting between color models (e.g. sRGB to CIELAB),
- sRGB to spectral reflectance curve,
- subtractive color mixing using weighted geometric mean of reflectance curves,
- matrix operations,
- matrix inversion using LU decomposition,
- solving a system of linear algebraic equations using forward and backward substitution,
- the average color of the circular area of the image
- color difference using CIEDE2000,
- vector operations,
- fast median blur using sliding window and histogram,
- median cut for color quantization,
- RGB to grayscale conversion based on luminance,
- and more.