renamed threshold to black and white as that's main effect. Comments on rosette (this is just a 3 prong kaleidoscope)
and fisheye (no idea what it's actually doing)
This commit is contained in:
parent
2f38483e8f
commit
52a5d36642
3 changed files with 6 additions and 6 deletions
|
|
@ -92,9 +92,9 @@ char * rosette_get_name(magic_api * api, int which) { if (!which) return strdup(
|
|||
char * rosette_get_description(magic_api * api, int which, int mode)
|
||||
{
|
||||
if (!which)
|
||||
return strdup(gettext_noop("Click and start drawing your rosette."));
|
||||
return strdup(gettext_noop("Click and start drawing your rosette.")); //just k'scope with 3 bits?
|
||||
else
|
||||
return strdup(gettext_noop("You can draw just like Picasso!"));
|
||||
return strdup(gettext_noop("You can draw just like Picasso!")); //what is this actually doing?
|
||||
}
|
||||
|
||||
int rosette_requires_colors(magic_api * api, int which) { return 1; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue