Ignore:
Timestamp:
2009-06-17T09:46:26+02:00 (17 years ago)
Author:
stoecker
Message:

fix build issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/ImageModifier.java

    r13784 r15961  
    1818    public static final int cadastreBackground = -1; // white
    1919
    20     public static final int cadastreBackgroundTransp = 1; // original white but transparent 
     20    public static final int cadastreBackgroundTransp = 1; // original white but transparent
    2121
    2222    public BufferedImage bufferedImage;
     
    2525
    2626    private int backgroundPixel = 0;
    27    
     27
    2828    private int backgroundSampleX, backgroundSampleY;
    2929
     
    3434        else if (Main.pref.getBoolean("cadastrewms.alterColors"))
    3535            replaceBackground();
    36        
     36
    3737        if (Main.pref.getBoolean("cadastrewms.invertGrey"))
    3838            invertGrey();
     
    5959        }
    6060    }
    61    
     61
    6262    /**
    6363     * Invert black/white/grey pixels (to change original black characters to white).
     
    7878    /**
    7979     * Reverse the grey value if the pixel is grey (light grey becomes dark grey)
    80      * Used for texts. 
     80     * Used for texts.
    8181     * @param pixel
    8282     * @return
Note: See TracChangeset for help on using the changeset viewer.