Coder Social home page Coder Social logo

How to use SetImageGravity about imagick HOT 2 CLOSED

gographics avatar gographics commented on June 15, 2024
How to use SetImageGravity

from imagick.

Comments (2)

justinfx avatar justinfx commented on June 15, 2024

I'm not overly familiar with the gravity stuff, and this question is probably related to just the ImageMagick API in general, as opposed to the Go specific bindings... But some related info:

http://stackoverflow.com/questions/5820754/imagick-setting-the-gravity-on-a-imagick-item

This suggests that gravity only works on DrawingWands?

You can see the included examples only using it on DrawingWands as well:
https://github.com/gographics/imagick/search?utf8=%E2%9C%93&q=SetGravity

To be honest, I don't even think you have to check the error of the SetGravity call. When I look at the source code, if it isn't completely throwing an exception, it always returns True:
http://www.imagemagick.org/api/MagickWand/magick-image_8c_source.html#l10488

from imagick.

bitflingr avatar bitflingr commented on June 15, 2024

Just my two cents but there is SetGravity and SetImageGravity. The first referring to where you want to place text or some other image on top of the image. I too am trying to accomplish the same thing but the api seems to ignore gravity or there is some step I am missing. I am a total noob to Go but am coming from slapping together a image resizer with Ruby/Sinatra/Dragonfly.

from imagick.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.