Changeset 482 for pwntcha/trunk/src/authimage.c
- Timestamp:
- 05/30/05 17:22:02 (8 years ago)
- File:
-
- 1 edited
-
pwntcha/trunk/src/authimage.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pwntcha/trunk/src/authimage.c
r448 r482 43 43 filter_scale(tmp, 2.0); 44 44 getpixel(tmp, 0, 0, &r, &g, &b); 45 filter_ equalize(tmp, r * 3 / 4);45 filter_threshold(tmp, r * 3 / 4); 46 46 filter_smooth(tmp); 47 filter_ equalize(tmp, 220);47 filter_threshold(tmp, 220); 48 48 49 49 for(i = 0; i < 6; i++)
Note: See TracChangeset
for help on using the changeset viewer.
