文件名称:ruby-vips:libvips图像处理库的Ruby扩展
文件大小:4.23MB
文件格式:ZIP
更新时间:2024-02-26 12:12:22
ruby image-processing libvips RubyRuby
Ruby贵宾 这个gem是的Ruby绑定。 使用ruby-vips程序不会直接处理图像,而是会在源图像上创建图像处理操作的管道。 当管道的末端连接到目标时,整个管道会立即执行,一次将图像从源并行传输到目标。 由于ruby-vips是并行的,因此速度很快,并且由于不需要将整个图像保留在内存中,因此它很轻便。 要求 macOS,Linux和Windows经过测试 libvips 8.2或更高版本,请参见 1.9或更高版本 Ruby 2.0 +,JRuby 安装 只是: $ gem install ruby-vips 或将其包含在Gemfile : gem "ruby-vips" 在Wi
【文件预览】:
ruby-vips-master
----example()
--------example3.rb(382B)
--------example2.rb(561B)
--------example4.rb(366B)
--------thumb.rb(695B)
--------inheritance_with_refcount.rb(6KB)
--------example5.rb(676B)
--------daltonize8.rb(2KB)
--------example1.rb(149B)
--------trim8.rb(1KB)
--------progress.rb(711B)
--------draw_lines.rb(754B)
--------wobble.rb(1KB)
--------annotate.rb(467B)
--------watermark.rb(690B)
--------connection.rb(710B)
----.standard.yml(529B)
----Rakefile(539B)
----.github()
--------ISSUE_TEMPLATE()
--------workflows()
----.yardopts(18B)
----ruby-vips.gemspec(2KB)
----TODO(712B)
----Gemfile(126B)
----VERSION(7B)
----spec()
--------vips_spec.rb(3KB)
--------image_spec.rb(17KB)
--------connection_spec.rb(4KB)
--------mutate_spec.rb(1KB)
--------samples()
--------region_spec.rb(734B)
--------spec_helper.rb(731B)
----.gitignore(82B)
----CHANGELOG.md(9KB)
----lib()
--------vips()
--------vips.rb(22KB)
--------ruby-vips.rb(15B)
----README.md(3KB)
----LICENSE.txt(1KB)