Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-04 22:52:46 +00:00
a9143642a0 Declare TiffReader before attempting to open the file
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-04 22:48:35 +00:00
d195086af8 Make functions internal
3f022acf9c Reorder functions
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-04 22:34:42 +00:00
484d30d84c Add MAIN_ARENA_CAPACITY constant
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-04 22:31:46 +00:00
de0235c0af Refactor reading the strip data fields into a function
b546ce9fa7 Calculate strip field size once
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-04 21:35:28 +00:00
c98802542d Add TiffReader struct
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-04 21:01:42 +00:00
9fdee24672 Refactor loading image data
cd698a3921 Add debug flag to compile script
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-04 20:17:50 +00:00
9312c0fb6b Move TiffStrip array inside the TiffImage struct
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-04 20:00:27 +00:00
51f79275de Assert image is RGB earlier
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-04 18:15:59 +00:00
a508048211 Display loaded TIFF in SDL window
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-02 21:01:58 +00:00
8f9edb441a Update .gitignore
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-02 21:00:57 +00:00
4b52630c1e Implement reading RGB and RGBA images
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-01 22:53:52 +00:00
c46535c20b Test implementation of read_strips
55720ac331 Fix bug with PPM writing
8f20c7b30a Update image creation function
Compare 3 commits »
abdelrahman pushed to main at abdelrahman/tiffread 2024-04-30 23:18:08 +00:00
69c13b83ea Read strip data
abdelrahman pushed to main at abdelrahman/tiffread 2024-04-30 21:17:36 +00:00
d508af1809 Refactor read_fields function
e371ca7160 Remove unnecessary comments
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/tiffread 2024-04-30 21:01:11 +00:00
eaa6e52fbe Switch from using Allocator to Arena
3c6e5defb9 Fix compile script
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/tiffread 2024-04-29 22:26:52 +00:00
a00e737652 Update compile script
abdelrahman pushed to main at abdelrahman/tiffread 2024-04-29 22:25:28 +00:00
45276ffcc1 Update submodule
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-04-29 22:23:23 +00:00
b59aedad89 Add BasicString and StringView
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-04-29 22:06:36 +00:00
3f5e3558b9 Add BasicString
abdelrahman pushed to main at abdelrahman/wizapp-stdlib 2024-04-29 21:56:08 +00:00
bb2db0d30d Return StringUpdate from the dstr update functions