Ruby/Rails image processing libraries

后端 未结 6 2208
深忆病人
深忆病人 2020-12-28 18:35

Good friends of stackoverflow, I am here today for guidance regarding image processing/manipulation using Ruby in a Rails environment. I\'m creating on-the-fly dynamic banne

6条回答
  •  再見小時候
    2020-12-28 19:38

    Are you limited to MRI Ruby? If there's any way you can get access to a jRuby instance (maybe on an EC2 stack for instance) you could make use of the wonderful Processing library. A project I worked on before did something similar with Processing via jRuby, it's really quite a potent combination.

提交回复
热议问题