Add ImageMagic to the Linux stack

As reported here bitrise.io/system_reports at master · bitrise-io/bitrise.io · GitHub
While all stacks have the mini_magick gem to manipulate ImageMagic native, only OSX based stacks have the actual ImageMagic binary installed, while Ubuntu based doesn’t.

That means we had do use different scripts for resizing assets for the Android and iOS app.
On iOS use ImageMagic binaries while for Android we added WebP converter binaries from Google and use WebP assets on the project.

So request: can we have ImageMagic on Linux build too?

1 Like

Sure, and thank you for the #feature-request!

Feel free to send us a PR as described here https://github.com/bitrise-io/bitrise.io#request-a-tool-to-be-pre-installed-on-a-build-machine

Done. https://github.com/bitrise-docker/bitrise-base/pull/73

1 Like

Please see my comment there @sb_ronaldopace :wink:

Also done. I’ve wrote “ImageMagick” on the report, because I guess “convert” is kind of generic and ImageMagic ppl know what it is.

Sent one last change request @sb_ronaldopace

Merged! :tada: Thanks again for the #feature-request and for the PR! :rocket:

P.S.: Release schedule: the change will be out in the next update of the Linux/Android stack, this weekend.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.