文件名称:image-factory:一个Rails应用,其中包含用于编辑图像的各种程序
文件大小:32KB
文件格式:ZIP
更新时间:2024-04-15 21:56:34
Ruby
自述文件 这个程序使用了很棒的webffi gem: : 请按照gem自述文件中的步骤进行操作。 所有图像处理程序都在lib / tasks文件夹中。 所有要处理的图像都应放置在assets / images文件夹中。 可用命令: rake asset:find_unused_images#在整个应用程序中查找未使用的图像 rake asset:precompile#编译config.assets.precompile中命名的所有资产 rake asset:rename_images#轻松重命名图像 rake asset:resize_image#将图像调整为多个特定大小 rake asset:transform_image#转换图像的类型 rake asset:webp#创建资产的.webp版本
【文件预览】:
image-factory-master
----other_scripts()
--------find_unused_images.rake(651B)
----config.ru(130B)
----tmp()
--------.keep(0B)
----output()
--------images()
----lib()
--------tasks()
--------assets()
----Gemfile(2KB)
----Rakefile(227B)
----config()
--------initializers()
--------application.rb(599B)
--------environments()
--------locales()
--------boot.rb(128B)
--------spring.rb(111B)
--------cable.yml(159B)
--------secrets.yml(1KB)
--------puma.rb(2KB)
--------routes.rb(139B)
--------database.yml(594B)
--------environment.rb(128B)
----README.md(778B)
----Gemfile.lock(5KB)
----.gitignore(585B)
----app()
--------models()
--------assets()
--------jobs()
----bin()
--------setup(995B)
--------bundle(129B)
--------yarn(320B)
--------rake(213B)
--------rails(264B)
--------update(782B)
--------spring(507B)
----package.json(71B)
----vendor()
--------.keep(0B)