I attached the .jar-Filter a second time. I deleted the sharpen-Effect from my filters because I noted that this is done automatically when you make an album. Sorry, that I forget that.
How to use the filters?
At first you unpack the .jar-file in the plugins folder of jAlbum's program directory.
Then you have two different ways to use my filters.
1. integrate in skin:
- Create init.bsh file
- Code: import net.jalbum.filters.instagram.*;
engine.addFilter(new +name+());
- for example: engine.addFilter(new Vintage());
2. generate user Variable:
- go to Ablum Settings/Advanced/User Variables
-name: any name you like
- value: class=net.jalbum.filters.instagram.
name
-e.g. filter1 ; class=net.jalbum.filters.instagram.Vintage