Abdelrahman Said abdelrahman
651 contributions in the last 12 months
MayJunJulAugSepOctNovDecJanFebMarAprMonWedFri
Less
More
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 21:13:53 +00:00
5bf78d3e01 Add comment
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 21:05:58 +00:00
38862899d0 Read bits per sample
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 20:22:05 +00:00
f0d4108a64 Add reading alpha
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 18:47:42 +00:00
3e3c4d27fe Reorder type definitions
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 17:43:00 +00:00
ed2737d330 Check field sizes against field type sizes instead of C primitives
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 15:28:42 +00:00
9b7e07b9ad Update .gitignore
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 15:27:09 +00:00
71b7c682db Rename read_fields to read_ifd_fields
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