It is currently April 24th, 2024, 10:22 pm

[Feature] Image Masking

Report bugs with the Rainmeter application and suggest features.
User avatar
blacksheeprising
Posts: 3
Joined: July 15th, 2014, 1:00 am

[Feature] Image Masking

Post by blacksheeprising »

I'm sorry if this is on it's way or if it's been shot down already, but I want rounded corners on my album art. And hexagons. And circles.






So, I'm thinking:

Code: Select all

[MeasureAlbumArt]
Measure=Plugin
Plugin=NowPlaying
PlayerName=#Playahhh#
PlayerType=Cover

[AlbumArt]
Meter=IMAGE
MaskPath="I dunno, somewhere?"
MeasureName=MeasureAlbumArt
MaskX=19
MaskY=12
X=70
Y=35
W=70
H=70
Or something.

MaskPath, obviously, pointing to something like this:
User avatar
exper1mental
Posts: 269
Joined: January 9th, 2013, 7:52 pm
Location: Clemson University

Re: [Feature] Image Masking

Post by exper1mental »

It already is possible to create circular album art. An example of a skin that uses it is the 360 skin on DeviantART. I don't know about polygons though.

The ability to mask images does seem nice though.
Image
User avatar
blacksheeprising
Posts: 3
Joined: July 15th, 2014, 1:00 am

Re: [Feature] Image Masking

Post by blacksheeprising »

exper1mental wrote:It already is possible to create circular album art. An example of a skin that uses it is the 360 skin on DeviantART. I don't know about polygons though.

The ability to mask images does seem nice though.
Possible and complicated. This would be much simpler.
User avatar
iNjUST
Posts: 117
Joined: June 20th, 2012, 12:44 am

Re: [Feature] Image Masking

Post by iNjUST »

You re-inspired my interest in this challenge, so check out this: http://rainmeter.net/forum/viewtopic.php?f=15&t=18825
User avatar
blacksheeprising
Posts: 3
Joined: July 15th, 2014, 1:00 am

Re: [Feature] Image Masking

Post by blacksheeprising »

iNjUST wrote:You re-inspired my interest in this challenge, so check out this: http://rainmeter.net/forum/viewtopic.php?f=15&t=18825
This is actually really great. I have no idea how I'd go about creating rounded corners, but this will at least let me get some circular stuff done.

But as brilliant as this and the 360 skin are, a true masking function would be a much easier way of accomplishing this effect.
suixin812
Posts: 13
Joined: November 19th, 2012, 5:28 am
Location: China

Re: [Feature] Image Masking

Post by suixin812 »

I agree to you. It will be fascinating if there is a function of masking.
Although it can be partly accomplished by using Histogram, it will be difficult to masking with some complex pattern.
Well, I know someone tried to write a plugin for image masking. It was almost achieved, but failed due to unable to release memory when unloaded.