Пример #1
0
 /** Method to test the collage method */
 public static void testCollage() {
   Picture canvas = new Picture(850, 1300);
   // Picture beach = new Picture("beach.jpg");
   // beach.sepia();
   // beach.explore();
   canvas.createCollage();
   canvas.explore();
   canvas.write("rarePepes.jpg");
 }
Пример #2
0
 /** Method to test the collage method */
 public static void testCollage() {
   Picture canvas = new Picture("640x480.jpg");
   canvas.createCollage();
   canvas.explore();
 }