It is currently May 1st, 2024, 10:59 pm

creating skin fron gif

Get help with creating, editing & fixing problems with skins
craggy
Posts: 2
Joined: November 26th, 2011, 12:05 pm

creating skin fron gif

Post by craggy »

hi all , first time here and im a complete novice when it comes to rainmeter, im gradually working my way round things, im trying to make a skin from animated gif, ive managed to divide it into frames with gifframe tool , but beyond that im lost, im not lazy and have spent many hours trying to figure things out, but because this is new to me, its like trying to fly a jumbo jet first time with no experience, can someone convert this for me if i upload the file and test it, if it works share it and take the credit for it and explain what you did in simple layman terms so i can get an understanding of it and what you did.
i know your not meant to ask for requests but im in the dark about these things, and alot of you are experienced in this and im a complete noob, so if you can help it would be very much appreciated, thanks craggy :thumbup:
You do not have the required permissions to view the files attached to this post.
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: creating skin fron gif

Post by jsmorley »

User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: creating skin fron gif

Post by jsmorley »

Here is a quick and dirty sample with your globe.

Code: Select all

[Rainmeter]
Update=100

[ImageMeter]
Meter=Image
ImageName=Images\Globe\Frame[ImageNumberCalc].png
DynamicVariables=1

[ImageNumberCalc]
Measure=Calc
Formula=Counter % 19
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: creating skin fron gif

Post by Seahorse »

This works just fine with the default script shown here.

As I didn't create a folder for the images which are in the same folder as the script I changed a line:

ImageName=Frame[ImageNumberCalc].png

As there are 19 frames I edited the calc:

Formula=Counter % 19

EDIT: Damn, beaten to the punchline... :twisted:
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

craggy
Posts: 2
Joined: November 26th, 2011, 12:05 pm

Re: creating skin fron gif

Post by craggy »

thanks for your replies guys, i really appreciate it, my problem is my understanding of making it work with the the script, how do you create the actual skin ? , am i making sense, do you use notepad, sorry for being such a dumb-ass :confused:
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: creating skin fron gif

Post by jsmorley »