+ Reply to Thread
Results 1 to 10 of 10

Thread: Turing an image into a animation sheet?

  1. #1
    Member
    Join Date
    Jan 2008
    Location
    London, UK
    Posts
    54

    Default Turing an image into a animation sheet?

    I have an image which i think would look good as a rotated animation.
    Does anyone know how to achieve this? A tool that does it for you?
    I am using corel paint shop pro x and also have gimp.
    I tried copying the image 10 times and rotating the picture a little in each image, but this takes ages and the finished animation looks bad.

    Note: By animation i mean that i iterate through the images and the images are sequentially numbered.

  2. #2
    Senior Member
    Join Date
    Mar 2008
    Location
    Gainesville, Florida
    Posts
    794

    Cool

    http://www.imagemagick.org/Usage/montage/#tile

    -geometry +0+0 is a generic way to not specify the tile size, but still adjust the padding.

    Image magick will also rotate images, but it helps if you're good at batch programming. http://www.imagemagick.org/Usage/warping/#rotate
    -James
    Haunted Hotel I, Haunted Hotel II, Jane Croft

  3. #3
    Senior Member
    Join Date
    Apr 2006
    Location
    UK
    Posts
    494

    Default

    yup - I also use imagemagick for that kind of thing. Got some stuff nicely automated using shell scripts.

  4. #4
    Member
    Join Date
    Jan 2008
    Location
    London, UK
    Posts
    54

    Default

    great, that will make my life easier thanks

  5. #5
    Senior Member
    Join Date
    Jan 2006
    Location
    Terrace, BC, Canada
    Posts
    1,877

    Default

    Do you want some C code for 90 degree and 360 degree rotation? It's not necc. pretty but I'm happy to send it your way.

  6. #6
    Senior Member
    Join Date
    Jul 2004
    Posts
    1,216

    Default

    If rotating it in real time isn't feasible, you can of course also just do it once at startup.

  7. #7
    Member
    Join Date
    Jan 2008
    Location
    London, UK
    Posts
    54

    Default

    Thanks for the offer of code but i am going to use ImageMagic++, it can do other stuff, aswell as rotate, that would be cool to learn and useful for the future.

  8. #8
    Senior Member
    Join Date
    Mar 2008
    Location
    Gainesville, Florida
    Posts
    794

    Cool

    Cool. I've only ever used the command line tools. Let me know how you get on with the C++ interface.
    -James
    Haunted Hotel I, Haunted Hotel II, Jane Croft

  9. #9
    Member
    Join Date
    Jan 2008
    Location
    London, UK
    Posts
    54

    Default

    Will do, had a go at getting it setup recently, i am using VS2008 and the binaries where built using VS2010, so i left it for a while as the build instructions for the source are not that straight forward. But i will come back to it soon as i am looking forward to creating some cool effects

  10. #10
    Senior Member
    Join Date
    Feb 2005
    Posts
    2,070

    Default

    Quote Originally Posted by hotneha View Post
    Ya manimani try imagemagic, it will help you even it is very user friendly. If you need any help you can post it here i will help you out.
    Animation studios in Hyderabad
    Given that you've dug up a two year old thread to tell him what he's already been told, I can only assume two things.

    1. He's already sorted it.
    2. You're a spambot.
    Dr Mal: Practice of Horror PC | Mac
    Crime Solitaire PC | Mac | iOS
    Magicville: Art of Magic PC | Mac
    Desktop Gaming Ltd | Facebook | YouTube | Twitter

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts