vix
Elixir extension for libvips
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yaml
- precompile.yaml
- from_binary.exs
- from_enum.exs
- mix.exs
- mix.lock
- op.exs
- stream.exs
- to_stream.exs
- precompiler.exs
- g_boxed.c
- g_boxed.h
- g_object.c
- g_object.h
- g_param_spec.c
- g_param_spec.h
- g_type.c
- g_type.h
- g_value.c
- g_value.h
- .clang-format
- Makefile
- pipe.c
- pipe.h
- utils.c
- utils.h
- vips_boxed.c
- vips_boxed.h
- vips_foreign.c
- vips_foreign.h
- vips_image.c
- vips_image.h
- vips_interpolate.c
- vips_interpolate.h
- vips_operation.c
- vips_operation.h
- vix.c
- boolean.ex
- double.ex
- g_param_spec.ex
- int.ex
- string.ex
- uint64.ex
- error.ex
- helper.ex
- array.ex
- blob.ex
- enum.ex
- flag.ex
- foreign.ex
- image.ex
- interpolate.ex
- mutable_image.ex
- mutable_operation.ex
- operation.ex
- ref_string.ex
- source.ex
- target.ex
- nif.ex
- operator.ex
- source_pipe.ex
- target_pipe.ex
- tensor.ex
- type.ex
- vips.ex
- auto_correct_rotation.livemd
- introduction.livemd
- picture-language.livemd
- rainbow.livemd
- build_libvips.sh
- download_toolchains.sh
- mirror_toolchains.sh
- affine_puppies.jpg
- alpha_band.png
- black.jpg
- black_on_white.jpg
- black_on_white_hflip.jpg
- boats.tif
- conv_puppies.jpg
- gradient.png
- gravity_puppies.jpg
- invert_puppies.jpg
- puppies.jpg
- puppies.raw
- images.ex
- string_test.exs
- helper_test.exs
- access_test.exs
- array_test.exs
- blob_test.exs
- image_test.exs
- interpolate_test.exs
- livebook_render_test.exs
- mutable_image_test.exs
- operation_test.exs
- ref_string_test.exs
- type_test.exs
- foreign_test.exs
- nif_test.exs
- operator_test.exs
- vips_test.exs
- test_helper.exs
- .credo.exs
- .formatter.exs
- .gitignore
- DEVELOPMENT.md
- flake.lock
- flake.nix
- LICENSE
- Makefile
- mix.exs
- mix.lock
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/akash-akya/vix
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd vix
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Make
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
