Nice...NisseDILLIGAF wrote:Cool things will come from this
heres something i did from jsmorley's files...
It is currently September 26th, 2023, 5:16 am
Mask Image
-
- Developer
- Posts: 22590
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Image Masking
You do not have the required permissions to view the files attached to this post.
-
- Posts: 20
- Joined: May 31st, 2011, 7:15 am
Re: Image Masking
@jsmorley
Thanx..
How are you making gif's from your desktop?
Thanx..
How are you making gif's from your desktop?

-
- Developer
- Posts: 22590
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Image Masking
http://blog.bahraniapps.com/gifcam/NisseDILLIGAF wrote:@jsmorley
Thanx..
How are you making gif's from your desktop?
-
- Posts: 20
- Joined: May 31st, 2011, 7:15 am
Re: Image Masking
aha... nice.. thanx!jsmorley wrote: http://blog.bahraniapps.com/gifcam/

-
- Posts: 145
- Joined: April 3rd, 2013, 1:04 am
- Location: O-High-O
Re: Image Masking
i come back to find others already animating ...
you can do it to mask also...... to much fun thanks again
gif cam great find thanks for that......
edited for spin.....
you can do it to mask also...... to much fun thanks again
gif cam great find thanks for that......
edited for spin.....
You do not have the required permissions to view the files attached to this post.
-
- Developer
- Posts: 22590
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Image Masking
We have removed support for ImagePath to define a shared location for mask images in the latest beta. MaskImagePath should be used to define such a location for mask images. (or just specify the path on MaskImageName) Due to potential conflicts, we have reserved the ImagePath option for only the primary image defined in ImageName or bound to the meter with MeasureName.
-
- Posts: 1740
- Joined: November 13th, 2012, 9:53 pm
Re: Image Masking
very cool!
i have to admit i was/am hoping for being able to use one meter as mask for another meter, but this is still a big step getting closer to xPaintClass capabilities.
http://customize.org/rainmeter/skins/65673542
i have to admit i was/am hoping for being able to use one meter as mask for another meter, but this is still a big step getting closer to xPaintClass capabilities.

http://customize.org/rainmeter/skins/65673542
You do not have the required permissions to view the files attached to this post.
-
- Posts: 1740
- Joined: November 13th, 2012, 9:53 pm
Re: Mask Image
You do not have the required permissions to view the files attached to this post.
-
- Posts: 3
- Joined: October 28th, 2014, 6:45 pm
Re: Mask Image
Hi everyone!
First of all, congratulations for the great job, it's what i was looking for.
By the way, i cannot make it work.
Version is:
3.2.0 beta r2326 64-bit (Sep 17 2014)
Has this build removed the Mask support?
I tried also with your example codes, i still can't make it work. I'm on Win7, with D2D enabled.
Does it support Plugin measure as "COVER" of NowPlaying? This is the code:
Am I missing something? Any help will be appreciated.
Thank you!
First of all, congratulations for the great job, it's what i was looking for.
By the way, i cannot make it work.
Version is:
3.2.0 beta r2326 64-bit (Sep 17 2014)
Has this build removed the Mask support?
I tried also with your example codes, i still can't make it work. I'm on Win7, with D2D enabled.
Does it support Plugin measure as "COVER" of NowPlaying? This is the code:
Code: Select all
Meter=Image
MeasureName=MeasureCover
X=2
Y=6
W=90
H=90
MaskImageName=#@#Masks\roundmask.png
Thank you!
-
- Developer
- Posts: 22590
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: Mask Image
It certainly works with that version of Rainmeter.
1) I don't see any [SectionName] on that meter you posted.
2) Are you getting any errors in the About / Log panel in Rainmeter?
3) Can you install this .rmskin, and see if it works for you?
1) I don't see any [SectionName] on that meter you posted.
2) Are you getting any errors in the About / Log panel in Rainmeter?
3) Can you install this .rmskin, and see if it works for you?
Code: Select all
[Rainmeter]
Update=1000
DynamicWindowSize=1
AccurateText=1
[Metadata]
Name=MaskTest
Author=JSMorley
Version=Nov 10, 2014
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Information=Test of Mask Image functionality in Rainmeter.
[MeterImage]
Meter=Image
ImageName=#@#Images\AbbeyRoad.jpg
W=300
H=300
MaskImageName=#@#Masks\Circle.png
You do not have the required permissions to view the files attached to this post.