File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,21 @@ filename = testimage("earth", download_only=true)
83
83
@btime jpeg_decode (Gray, filename; scale_ratio= 0.25 ); # 63.119 ms (6 allocations: 1.08 MiB)
84
84
```
85
85
86
+ ## Acknowledgements
87
+
88
+ The purpose of this project is to replace [ ImageMagick.jl] with [ ImageIO] . Steven G. Johnson first
89
+ initialized an early draft version [ JpegTurbo.jl] ( https://github.com/stevengj/JpegTurbo.jl ) , this
90
+ package steals the name from him :). [ Clang.jl] is used to generate the low-level ccall wrapper.
91
+ [ Yupei Qi] , the current maintainer of Clang.jl, has generously help me debugging C-related codes.
92
+ This package won't work at all without his help. My another prior project [ Sixel.jl] was also under
93
+ his generous guidance.
94
+
86
95
[ libjpeg-turbo ] : https://github.com/libjpeg-turbo/libjpeg-turbo
96
+ [ Clang.jl ] : https://github.com/JuliaInterop/Clang.jl
87
97
[ FileIO ] : https://github.com/JuliaIO/FileIO.jl
88
98
[ ImageIO ] : https://github.com/JuliaIO/ImageIO.jl
89
99
[ Images.jl ] : https://github.com/JuliaImages/Images.jl
90
100
[ JuliaImages ] : https://juliaimages.org/
101
+ [ ImageMagick.jl ] : https://github.com/JuliaIO/ImageMagick.jl
102
+ [ Sixel.jl ] : https://github.com/johnnychen94/Sixel.jl
103
+ [ Yupei Qi ] : https://github.com/Gnimuc
You can’t perform that action at this time.
0 commit comments