Ignore:
Timestamp:
05/30/05 17:22:02 (8 years ago)
Author:
sam
Message:
  • filter_equalize -> filter_threshold
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pwntcha/trunk/src/authimage.c

    r448 r482  
    4343    filter_scale(tmp, 2.0); 
    4444    getpixel(tmp, 0, 0, &r, &g, &b); 
    45     filter_equalize(tmp, r * 3 / 4); 
     45    filter_threshold(tmp, r * 3 / 4); 
    4646    filter_smooth(tmp); 
    47     filter_equalize(tmp, 220); 
     47    filter_threshold(tmp, 220); 
    4848 
    4949    for(i = 0; i < 6; i++) 
Note: See TracChangeset for help on using the changeset viewer.