Skip to content

Commit fa63352

Browse files
committed
add acknowledgements
1 parent 923e792 commit fa63352

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,21 @@ filename = testimage("earth", download_only=true)
8383
@btime jpeg_decode(Gray, filename; scale_ratio=0.25); # 63.119 ms (6 allocations: 1.08 MiB)
8484
```
8585

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+
8695
[libjpeg-turbo]: https://github.com/libjpeg-turbo/libjpeg-turbo
96+
[Clang.jl]: https://github.com/JuliaInterop/Clang.jl
8797
[FileIO]: https://github.com/JuliaIO/FileIO.jl
8898
[ImageIO]: https://github.com/JuliaIO/ImageIO.jl
8999
[Images.jl]: https://github.com/JuliaImages/Images.jl
90100
[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

0 commit comments

Comments
 (0)