Skip to content

Segfaults when rotating by 90 for asymmetrical image sizes #13

Description

@banister

Hi!

I grabbed the latest version of your DevIL Ruby binding for win32 the other day. I'm really happy with it, overall (thanks for your work!).

I've run into a small snag which I'm wondering if you know about. I can do a rotate of any image of any arbitrary angle except when the image is non-square AND I ask it to rotate 90 or 270 degrees.

I'm running Ruby 1.9.2 from the official builds.

for example:
240x240 image rotate 45 -> works
240x320 image rotate 45 -> works
240x240 image rotate 90 -> segfault.
240x320 image rotate 90 -> works

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions