-
Notifications
You must be signed in to change notification settings - Fork 23
Create a mask
Chiara Marmo edited this page Oct 11, 2016
·
13 revisions
There are multiple ways to create a mask. The mask must be BMP monochrome or a 8 bits image. In this example we will use Gimp.
- Run FreeTure in mode 4 to get a single capture
freeture -m 4 -g 2 -e 150 --bmp true
- Open the capture with Gimp
- Tools -> Selection Tools -> Ellipse Select
- Select an area on the image
- Edit -> Fill with BG Color
- Select -> Invert
- Edit -> Fill with FG Color :
- Change the number of colors : image -> mode -> indexed colors : number of colors-> 2
- Export as mask.bmp
Smile! You are on FreeTure wiki!