-
the gemspec currently restricts mini_magick to (>= 4.9.5, < 5), which prevents the update to the newly released 5.0.0 .
-
I received the following via an insporation bug report:
```
Failed to post /api/v1/photos: 500 - Failed to manipulate with MiniMagick, maybe it is not an image? Original Error: `magick identify …
jhass updated
1 month ago
-
We want to explore the possibility of making the user's avatar round in our Open Graph image generator. This change would enhance the visual appeal of our OG images. However, initial research suggests…
-
Thanks for a great gem! I used it to fetch images of thousands of sites. But for some sites it always returns the following error:
```
Webshot::Screenshot.instance.capture("http://bitcoinplanet.yolas…
-
Bump mini_magick to `4.2.10` fix this issue I've been having https://github.com/minimagick/minimagick/issues/279
I'm putting up a PR now
-
I was running derivative creation on the ~75k objects in our repository. However, suddenly, all of my derivatives started error-ing and the AVI Processing server reported it had no space left on its h…
-
When I'm using irb without awesome_print gem:
```
irb --simple-prompt
require 'mini_magick'
File.exist? "qr_code.png"
trick = MiniMagick::Image.open('qr_code.png')
```
results:
#
With awesome_p…
-
I want to convert heic to jpg using Mini magick, but it seems that `process convert: :jpg` does not allow to specify `quality`, so I created a method and tried to convert it using `minimagick!`.
``…
gomo updated
5 months ago
-
### 実現したいこと
投稿された画像に'額縁.png'を合成して、index.htmlに表示したい
### 実現に向けて考えていること
- 投稿された画像と'額縁.png'を合成したものを'compose_image'としてpostテーブルの'compose_imageカラム'に保存する
- 表示する際は'post.compose_image'を用いて、postテーブルの'compose…
-
Hi, this is related to https://github.com/carrierwaveuploader/carrierwave/issues/2481 and https://github.com/janko/image_processing/pull/67
Default image sharpening was disabled a while back in the I…