Skip to content

Commit 651b9aa

Browse files
committed
added test image file
1 parent 0e96299 commit 651b9aa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

colombia.jpg

9.71 KB
Loading

huffman_image.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ int main()
4646
{
4747
int width, height, bpp;
4848

49-
uint8_t* rgb_image = stbi_load("/home/sundesh/Downloads/colombia.jpg", &width, &height, &bpp, 1);
49+
uint8_t* rgb_image = stbi_load("colombia.jpg", &width, &height, &bpp, 1);
5050

5151
int image[height][width];
5252
int itr = 0;

0 commit comments

Comments
 (0)