文件名称:ruby-vips:vips图像处理库的Ruby扩展
文件大小:4.23MB
文件格式:ZIP
更新时间:2024-05-22 02:20:13
C
新规范存储库 查阅以获取ruby-vips的最新更新。 ruby-vips:Ruby的快速图像处理扩展。 Ruby贵宾是一个Ruby扩展。 它速度极快,并且可以处理巨大的图像,而无需将整个图像加载到内存中。 ruby-vips允许您设置在将映像输出到磁盘或字符串之前不会执行的管道。 这意味着您可以创建,操作和传递Image对象,而不会产生任何内存或CPU成本。 除非将映像写入内存或磁盘,否则实际上不会处理该映像。 要求。 OS X或Linux MRI 1.8.6、1.8.7、1.9.2或Rubinius 1.0.1 libvips 7.12.x,7.20.x,7.22.x或7.23.x 安装。 Ubuntu先决条件。 $ apt-get install libvips-dev 上面的代码在Ubuntu 10.04中安装了libvips 7.20.x,在Ubuntu 8.04中安
【文件预览】:
ruby-vips-master
----Rakefile(604B)
----ruby-vips.gemspec(700B)
----TODO(897B)
----LICENSE(1KB)
----ext()
--------mask.c(7KB)
--------image_convolution.h(464B)
--------image_arithmetic.c(22KB)
--------mask.h(313B)
--------image_freq_filt.c(18KB)
--------reader.c(7KB)
--------image_arithmetic.h(1KB)
--------ruby_vips.h(428B)
--------image_mosaicing.c(18KB)
--------image_resample.h(429B)
--------image_resample.c(8KB)
--------writer.c(7KB)
--------image_colour.h(1KB)
--------image_histograms_lut.h(1KB)
--------image_morphology.c(8KB)
--------image_freq_filt.h(2KB)
--------extconf.rb(257B)
--------image_conversion.c(20KB)
--------image_relational.c(9KB)
--------image_boolean.h(299B)
--------image.c(29KB)
--------image_relational.h(316B)
--------image_mosaicing.h(578B)
--------interpolator.c(2KB)
--------.gitignore(4B)
--------image_morphology.h(447B)
--------image.h(2KB)
--------image_conversion.h(1KB)
--------header.c(7KB)
--------ruby_vips.c(3KB)
--------header.h(132B)
--------image_colour.c(10KB)
--------image_histograms_lut.c(15KB)
--------interpolator.h(114B)
--------image_boolean.c(7KB)
--------image_convolution.c(10KB)
----spec()
--------vips()
--------vips_spec.rb(251B)
--------support()
--------samples()
--------spec_helper.rb(690B)
----lib()
--------vips()
--------vips.rb(167B)
----README.md(3KB)