Gimptalk - Premier Gimp Community: windows animated cursor plug-in - Gimptalk - Premier Gimp Community

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

windows animated cursor plug-in

#1 User is offline   JamesH 

  • Member
  • PipPip
  • Group: Members
  • Posts: 37
  • Joined: 29-September 07
  • LocationTaiwan

Posted 29 December 2007 - 02:44 PM

this plug-in is base on winicon
i read this
and add some code
now it can read and write .ani file

binary file
ani(Win32bin).zip

source code
winani(src).zip
maybe some one want to make it better

***** 2007/12/30 *****
made some fix
now the cursor hotspot can be fix at the left top
because does not know about the cursor hotspot
so you can't custom it position

***** 2009/06/25 *****
fixed custom hotspot position
previous version forgot initialize hotspot default value to (0, 0)
so if you did not change the hotspot xy value
it may cause the problem
0

#2 User is offline   PhotoComix 

  • GT Senior Moderator
  • Group: Senior Moderators
  • Posts: 11,256
  • Joined: 13-June 05

Posted 29 December 2007 - 03:39 PM

:h: that 's cool
PS
i really like your new avatar
0

#3 User is offline   JamesH 

  • Member
  • PipPip
  • Group: Members
  • Posts: 37
  • Joined: 29-September 07
  • LocationTaiwan

Posted 30 December 2007 - 03:26 AM

thanks
glad someone like it
It is done by the gimp animation package
0

#4 User is offline   aceofears 

  • Member
  • PipPip
  • Group: Members
  • Posts: 74
  • Joined: 10-October 07

Posted 12 March 2008 - 02:56 AM

This thing rocks, its been really fun to use, but when you say the top left do you mean 1,1 or just the top left area?
0

#5 User is offline   JamesH 

  • Member
  • PipPip
  • Group: Members
  • Posts: 37
  • Joined: 29-September 07
  • LocationTaiwan

Posted 13 March 2008 - 01:59 AM

[0, 0] top left, see this

Posted Image
0

#6 User is offline   alt3rn1ty 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 5
  • Joined: 21-March 08

Posted 22 March 2008 - 08:31 AM

Does anyone know if this plugin has been updated for gimp 2.4.5?, the installer exe fails to find libgimp-2.0-0.dll. Or is there another plugin with the same functions?
0

#7 User is offline   alt3rn1ty 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 5
  • Joined: 21-March 08

Posted 22 March 2008 - 10:37 AM

NB; Bit wary of trying to find and install the old dll just in case of conflicts with new gimp and ruining my installation.
0

#8 User is offline   PhotoComix 

  • GT Senior Moderator
  • Group: Senior Moderators
  • Posts: 11,256
  • Joined: 13-June 05

Posted 22 March 2008 - 03:38 PM

no need to update that plugin 2.4.5 already works

Only...that file you downloaded is NOT a plugin installer BUT the plugin itself, so instead then click on it to install you must move as it is in your plugin folder
0

#9 User is offline   alt3rn1ty 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 5
  • Joined: 21-March 08

Posted 23 March 2008 - 03:52 PM

@PhotoComix; Excellent, working as it should. Took me a little while to find where plug-ins go (noobs eh), but all is right in the world of gimp fun again. Thanx for the tip. :)

@JamesH; This is superb, just the job. ;)
0

#10 User is offline   bookfreak90212 

  • Member
  • PipPip
  • Group: Members
  • Posts: 15
  • Joined: 08-June 08

Posted 09 June 2008 - 02:26 PM

im not exactly sure how to use the plugin
Posted Image
0

#11 User is offline   mrmidget81 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 1
  • Joined: 03-May 09

Posted 03 May 2009 - 10:24 PM

this plug in works great for most cursors i make. if there is no animation or the animation uses the same area (i.e. just changing the color of an existing object) it will work fine. However, if i have a pixel on the screen that goes from transparent to colored in the animation, it does not return to transparent on the frames when it would be. So for instance, this smiley :lol: would work fine, but if it were to move around then the areas where the face was and no longer is would stay the color they were and not turn transparent.

I'm running gimp 2.6 on vista. any help would be great. thanks!
0

#12 User is offline   PhotoComix 

  • GT Senior Moderator
  • Group: Senior Moderators
  • Posts: 11,256
  • Joined: 13-June 05

Posted 04 May 2009 - 10:05 AM

i am not sure what kind of transparency is supported by .ani files

If is as for gif,there may be the root of the problem.

If that, if only Yes/Not transparency is supported then you should, before clearing, sharpen the selection to avoid partially selected pixels
(that will result in partially transparent pixels )

Is just a guess i am not sure if ani files may support also partial transparency
0

#13 User is offline   PhotoComix 

  • GT Senior Moderator
  • Group: Senior Moderators
  • Posts: 11,256
  • Joined: 13-June 05

Posted 04 May 2009 - 10:23 AM

Yes , i guessed right
ani files support only i bit transparency (see http://www.gdgsoft.c...p/aniformat.htm )so you can't apply antialiases or use partial transparency..transition from transparency to color has to be sharp, no smoothing allowed

IF not once saved, in case of partially transparent pixels all that with >50% transparency will become fully transparent,all that with <50% transparency will get the BG color

that is a limit of the format so no change in the plugin may help:
if will look nice saved as animated gif,(nicealso when placed on BG of different colors) then will look nice if saved as Animated cursor

EDIT
or maybe not i overlooked this note

Quote

Note: 32-bit XP and Vista RGBA icons support partial transparency provided by an alpha channel (they can be alpha-blended). The mask bitmap is superseded by the alpha channel.


But is not clear if that apply to .ani files, the best seems to check in practice if my suggestion works
0

#14 User is offline   wajmhome 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 22-June 09

Posted 22 June 2009 - 04:29 AM

I ran into an extreme glitch where I made a cursor and when I used it, my computer screen began to spas out insanely and I was almost unable to so much as change the cursor back were it not for my luck with the keyboard. It was rediculous...any suggestions on why this would happen?

Maybe it is because I used partial transparency on an ani cursor (which was one frame btw).
0

#15 User is offline   wajmhome 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 2
  • Joined: 22-June 09

Posted 22 June 2009 - 05:05 AM

I figured out what happened, for some reason, I cannot save it any other way but save as or else it makes an evil cursor that screws with my computer. ^ _ ^ glad that I figured it out though
0

#16 User is offline   JamesH 

  • Member
  • PipPip
  • Group: Members
  • Posts: 37
  • Joined: 29-September 07
  • LocationTaiwan

Posted 25 June 2009 - 07:27 AM

wajmhome said:

I figured out what happened, for some reason, I cannot save it any other way but save as or else it makes an evil cursor that screws with my computer. ^ _ ^ glad that I figured it out though


hope this version fixed the problem
please re download and try again
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic