Changes between Initial Version and Version 1 of Ticket #2823, comment 38


Ignore:
Timestamp:
Feb 27, 2015, 11:26:40 AM (9 years ago)
Author:
elexis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2823, comment 38

    initial v1  
    1 Side node: I tried to write a script that displays only those affected pixels. Unfortunately image magick doesn't seem to have a way to do that. I tried
     1Side note: I tried to write a script that displays only those affected pixels. Unfortunately image magick doesn't seem to have a way to do that. I tried
    22{{{
    33convert  "${filename}" -fx 'a==0 && (r>0 || b>0 || g>0) ? Hotpink : u' -alpha off "${filename}_garbage.png";