English 中文(简体)
页: 1
原标题:Ruby: How do I overlay images on top of another WITHOUT Imagemagick?

我的图像是100X100,希望以200X0的空白白色形象将其集中起来。

我如何对待图像和鲁比,或另一个第三方包? 如果没有图象或自由吗? 我知道,这种限制非常紧张,但这两个因素对我来说是很 la的,因为我的当地Mac和我的Yard 亚马孙胜地都没有工作。 我能够在我的Mac上使用自由Type,但未能在亚马孙云上部署。 我可以在我的Mac安装RMagick,但可以在我的亚马孙云上安装。

除此以外,我感到,图像Magick应自动安装在每台六氯环己烷和麦克风机上。 拯救一些人的麻烦。 如此之少的代价是巨大的痛苦。

最佳回答
问题回答

也许会回避这个问题,但你是否试图通过家佣将图像Magick安装在你的Mac? 这简明扼要,只是安装了土机和打打了一架指挥:

brew install imagemagick

This should work without any problems at all. Homebrew is like the package manager that should have been included by default in Mac OS X. I also use it to install other packages not included by default, like Git, Ack, Graphviz, ...





相关问题
Ruby parser in Java

The project I m doing is written in Java and parsers source code files. (Java src up to now). Now I d like to enable parsing Ruby code as well. Therefore I am looking for a parser in Java that parses ...

rails collection_select vs. select

collection_select and select Rails helpers: Which one should I use? I can t see a difference in both ways. Both helpers take a collection and generates options tags inside a select tag. Is there a ...

RubyCAS-Client question: Rails

I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?

Ordering a hash to xml: Rails

I m building an xml document from a hash. The xml attributes need to be in order. How can this be accomplished? hash.to_xml

multiple ruby extension modules under one directory

Can sources for discrete ruby extension modules live in the same directory, controlled by the same extconf.rb script? Background: I ve a project with two extension modules, foo.so and bar.so which ...

Text Editor for Ruby-on-Rails

guys which text editor is good for Rubyonrails? i m using Windows and i was using E-Texteditor but its not free n its expired now can anyone plese tell me any free texteditor? n which one is best an ...

热门标签