awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
jtescher avatar

jtescher/carrierwave-imageoptimizer

0
View on GitHub↗
211 stars·35 forks·Ruby·MIT·7 viewsrubygems.org/gems/carrierwave-imageoptimizer↗

Carrierwave Imageoptimizer

This gem allows you to simply optimize CarrierWave images via jpegoptim or optipng.

Features

  • File Handling - Optimizes images during file upload.

Star history

Star history chart for jtescher/carrierwave-imageoptimizerStar history chart for jtescher/carrierwave-imageoptimizer

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Carrierwave Imageoptimizer

These projects share indexed features with Carrierwave Imageoptimizer. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • carrierwaveuploader/carrierwavecarrierwaveuploader avatar

    carrierwaveuploader/carrierwave

    8,785View on GitHub↗

    CarrierWave is a Ruby file upload library used to manage the uploading, storing, and retrieval of files within web frameworks such as Rails and Sinatra. It functions as an Active Record file manager that associates uploaded assets with database records. The project includes an image processing pipeline for generating thumbnails and derivative versions of uploaded images. It also features a file validation engine to restrict uploads based on allowlists or denylists of extensions and content types, and provides cloud storage integration to manage assets on remote providers. The library covers

    Ruby
    View on GitHub↗8,785
  • fog/fogfog avatar

    fog/fog

    4,297View on GitHub↗

    Fog is a Ruby cloud infrastructure SDK that provides a standardized interface for managing compute, storage, and network resources across multiple cloud providers. It utilizes a multi-cloud abstraction layer to translate generic resource requests into provider-specific API calls, unifying infrastructure control through a consistent set of Ruby objects. The project includes a cloud API mocking framework that simulates provider responses and resource behavior in memory. This allows for the testing of infrastructure integration logic without making actual network requests or incurring provider c

    Ruby
    View on GitHub↗4,297
  • jangosteve/remotipartJangoSteve avatar

    JangoSteve/remotipart

    998View on GitHub↗

    Rails jQuery file uploads via standard Rails "remote: true" forms.

    Ruby
    View on GitHub↗998
  • janko-m/shrinejanko-m avatar

    janko-m/shrine

    3,278View on GitHub↗

    File Attachment toolkit for Ruby applications

    Ruby
    View on GitHub↗3,278
Compare all 8 related projects→

Frequently asked questions

What does jtescher/carrierwave-imageoptimizer do?

This gem allows you to simply optimize CarrierWave images via jpegoptim or optipng.

What are the main features of jtescher/carrierwave-imageoptimizer?

The main features of jtescher/carrierwave-imageoptimizer are: File Handling.

Which projects share features with jtescher/carrierwave-imageoptimizer?

Projects with overlapping indexed features include: carrierwaveuploader/carrierwave — CarrierWave is a Ruby file upload library used to manage the uploading, storing, and retrieval of files within web… fog/fog — Fog is a Ruby cloud infrastructure SDK that provides a standardized interface for managing compute, storage, and… jangosteve/remotipart — Rails jQuery file uploads via standard Rails "remote: true" forms. janko-m/shrine — File Attachment toolkit for Ruby applications. kirtithorat/carrierwave-crop — Carrierwave extension to crop uploaded images using Jcrop plugin with preview. minimagick/minimagick — mini replacement for RMagick.