]> www.ljiriste.work Git - Digiteq.git/log
Digiteq.git
2 years agoAdd transparency handling
Lukas Jiriste [Wed, 3 Apr 2024 20:21:20 +0000 (22:21 +0200)]
Add transparency handling

Unfortunately this makes the program even slower...

2 years agoAdd the red_frame showing the current scan location
Lukas Jiriste [Wed, 3 Apr 2024 20:18:57 +0000 (22:18 +0200)]
Add the red_frame showing the current scan location

Unfortunately minilibx for Linux does not handle transparency hence the
frame is not see through but filled with black color...

2 years agoRemove the usage of t_mat to save memory
Lukas Jiriste [Wed, 3 Apr 2024 17:36:47 +0000 (19:36 +0200)]
Remove the usage of t_mat to save memory

All the information need not be saved in 2 places.
Having to deal with the mlx image structure may not be as convenient,
but the math is quite simple so it should not be significant drawback.

2 years agoAdd minilibx-linux to be able to create GUI
Lukas Jiriste [Tue, 2 Apr 2024 21:03:05 +0000 (23:03 +0200)]
Add minilibx-linux to be able to create GUI

Implement some basic behaviour of the window, such as closing.
So far the window just shows the input argument image.
I use minilibx-linux with a commit from myself, that solves
a memory issue.

2 years agoMake make fclean clean all subprojects
Lukas Jiriste [Tue, 2 Apr 2024 14:12:04 +0000 (16:12 +0200)]
Make make fclean clean all subprojects

2 years agoStart the project by implementing jpeg read
Lukas Jiriste [Tue, 2 Apr 2024 09:34:23 +0000 (11:34 +0200)]
Start the project by implementing jpeg read

This commit is just a familiarization with libjpeg-turbo library
through a (potentailly buggy) implementation of jpeg to raw image.

2 years agoAdd data and modify README
Zuzana Smidova [Tue, 26 Mar 2024 09:47:03 +0000 (10:47 +0100)]
Add data and modify README

2 years agoadd assignment
Zuzana Smidova [Tue, 26 Mar 2024 09:03:38 +0000 (10:03 +0100)]
add assignment

2 years agofirst commit
Zuzana Smidova [Mon, 25 Mar 2024 13:12:53 +0000 (14:12 +0100)]
first commit