Ignore:
Timestamp:
07/31/19 15:51:04 (5 years ago)
Author:
bln4
Message:

Implemented surrogates for images. When you add an encryption label to a picture, the default is a on-the-fly generated image of noise. This generated image has the same size specifications as the primary image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/core/Image.java

    r1097 r1426  
    147147        }
    148148       
     149        public static Image getNoise() {
     150                return _manager.getNoise();
     151        }
     152       
    149153        /** Convenience access to ImageManager.getImage(URL). */
    150154        public static Image getImage(URL url)
Note: See TracChangeset for help on using the changeset viewer.