Anim8or Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Ian Ross has just released a book on Anim8or. It's perect for a beginner and a good reference for experienced users. It contains detailed chapters on every aspect, with many examples. Get your own copy here: "Anim8or Tutorial Book"

Author Topic: An82sprite  (Read 6261 times)

Thanos

  • Full Member
  • ***
  • Posts: 104
  • -.-
    • View Profile
An82sprite
« on: October 07, 2012, 05:09:55 pm »

An82sprite is a GIMP script that takes the .bmp's and the alphas made by an Anim8or movie render, applies transparency according to alphas, and saves them as .png's.

Installation:
1) Move an82sprite.bat to the folder where your renders are located.
2) Move an82sprite.scm to Program Files\GIMP 2\share\gimp\2.0\scripts.

Use:
1) Edit an82sprite.bat and change (without changing any other symbol):
   - name to the name of your render (i.e. if your renders are named foobar0005.bmp and foobara0005.bmp
     respectively, write foobar instead of name).
   - 1 to the number of frames you have rendered.
2) Run an82sprite.bat.

Latest version is 1.0 (final, I hope), you can download it from here.
« Last Edit: October 07, 2012, 05:16:54 pm by Thanos »
Logged

cooldude234

  • Sr. Member
  • ****
  • Posts: 902
  • You know what I realized, I dont have an avatar :\
    • View Profile
Re: An82sprite
« Reply #1 on: October 07, 2012, 10:20:39 pm »

Sounds like a nice little tool that could save time in the long run.
Though I'm not a gimp user, but I do think anim8or needs more of this sort of stuff.
Logged
¼

ianross

  • Sr. Member
  • ****
  • Posts: 251
  • Imagination is the elixir of life.
    • View Profile
    • https://www.tradebit.com/filedetail.php/164976574-part-1-anim8or-tutor-course
Re: An82sprite
« Reply #2 on: October 08, 2012, 04:45:45 am »

Hi this is interesting,can you upload some images to illustrate the end result?, many thanks for this good post.
Logged

Thanos

  • Full Member
  • ***
  • Posts: 104
  • -.-
    • View Profile
Re: An82sprite
« Reply #3 on: October 08, 2012, 10:32:38 am »

@cooldude234: You know what would give us unlimited freedom and ease, to be able to write ASL scripts for expορting rendered images / movies. We would then save renders in *any* format we would like.

Hi this is interesting,can you upload some images to illustrate the end result?, many thanks for this good post.

Sure!
« Last Edit: October 08, 2012, 10:36:45 am by Thanos »
Logged

Raxx

  • Administrator
  • Hero Member
  • *****
  • Posts: 1482
    • View Profile
Re: An82sprite
« Reply #4 on: October 09, 2012, 01:05:54 am »

Reminds me of way back when I made a web-based toolset that used php and imagemagick to do that among other things (automated focal blur using the depth channel, animated gif generator, conversions, etc). Some ideas if you want to make more scripts for the heck of it ;)
Logged

Thanos

  • Full Member
  • ***
  • Posts: 104
  • -.-
    • View Profile
Re: An82sprite
« Reply #5 on: October 09, 2012, 09:06:51 am »

Reminds me of way back when I made a web-based toolset that used php and imagemagick to do that among other things (automated focal blur using the depth channel, animated gif generator, conversions, etc). Some ideas if you want to make more scripts for the heck of it ;)

Wow... well I could, in some later time. You see, learning Script-Fu and the GIMP batch took me about 2 days, and making the actual script needed less than a couple of hours :) so I believe it won't hurt next time.

EDIT: D'oh... no depth channel when rendering a movie! ...c'est la vie.
« Last Edit: October 09, 2012, 09:26:52 am by Thanos »
Logged