Abdelrahman Said abdelrahman
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-26 13:52:53 +00:00
53c70156a6 Update .gitignore
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-26 13:52:20 +00:00
ad4b7b40aa Update .gitignore
aa12b62e7e Fix compile script
Compare 2 commits »
abdelrahman pushed to threading-test at abdelrahman/tiffread 2024-05-26 13:49:51 +00:00
a3114e9387 Read each strip in a separate thread
256a65f5b3 Fix compile script
Compare 2 commits »
abdelrahman pushed to threading-test at abdelrahman/tiffread 2024-05-25 18:45:32 +00:00
72e7a8171b Update .gitignore
abdelrahman pushed to main at abdelrahman/performance-aware-programming 2024-05-18 23:33:01 +00:00
fcdaf41495 Write to test buffer before working with it
abdelrahman pushed to main at abdelrahman/performance-aware-programming 2024-05-18 23:10:37 +00:00
cec0662e68 Add 256k cache test function
abdelrahman created branch threading-test in abdelrahman/tiffread 2024-05-12 19:00:35 +00:00
abdelrahman pushed to threading-test at abdelrahman/tiffread 2024-05-12 19:00:35 +00:00
fb972c4737 Load the image in a separate thread
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-12 16:34:25 +00:00
5762ac33b0 Reorganise type definitions
abdelrahman pushed to main at abdelrahman/performance-aware-programming 2024-05-06 21:55:58 +00:00
ba31dd9f8c Add cache testing functions
f355ab2d25 Update .gitignore
Compare 2 commits »
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 23:54:48 +00:00
efad22f21e Fix alpha multiplication for images with unassociated alpha
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 23:37:48 +00:00
d278d7ee55 Multiply RGB when reading image with unassociated alpha
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 23:31:43 +00:00
1c667f4128 Move all TIFF type definitions to the source file
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 22:44:25 +00:00
c2391df946 Update main.c
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 22:41:32 +00:00
b2f002b12f Increase MAIN_ARENA_CAPACITY
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 22:34:38 +00:00
cd424bf074 Remove NULL header, ifd and image definitions
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 22:27:31 +00:00
11798a0683 Main read functions return boolean
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 21:58:13 +00:00
c2a55279fd Rename load_image_pixels to read_image_pixels
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 21:51:54 +00:00
53f53874a6 Update 8-bit assertion
abdelrahman pushed to main at abdelrahman/tiffread 2024-05-05 21:46:43 +00:00
ba21bcb2f4 Switch internal reading functions to directly manipulate reader object