Logo

GitLab

Sign in

Xinwen Deng / aem-src

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • aem-src
  • ..
  • image
  • FileFormatEnum.java
  • add adobe dam scene7 imaging
    6d8bffed
    Xinwen Deng authored
    2017-07-18 11:11:03 +0800  
    Browse Code ยป
FileFormatEnum.java 224 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
/*
 * Decompiled with CFR 0_118.
 */
package com.adobe.cq.dam.dm.process.image;

enum FileFormatEnum {
    BMP,
    EPS,
    GIF,
    JPEG,
    PSD,
    PICT,
    PNG,
    TIFF;
    

    private FileFormatEnum() {
    }
}