Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for Photoshop (0.06 seconds)

  1. src/test/java/org/codelibs/fess/thumbnail/impl/CommandGeneratorTest.java

                    { "image/x-ms-bmp", ".bmp" }, { "image/vnd.adobe.photoshop", ".psd" }, { "image/photoshop", ".psd" },
                    { "application/x-photoshop", ".psd" }, { "application/photoshop", ".psd" } };
    
            for (final String[] testCase : testCases) {
                final String mimeType = testCase[0];
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 13 23:01:26 GMT 2026
    - 27.8K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/thumbnail/impl/CommandGenerator.java

            case "image/jpeg" -> ".jpg";
            case "image/png" -> ".png";
            case "image/bmp", "image/x-windows-bmp", "image/x-ms-bmp" -> ".bmp";
            case "image/vnd.adobe.photoshop", "image/photoshop", "application/x-photoshop", "application/photoshop" -> ".psd";
            default -> "";
            };
        }
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jan 01 12:47:47 GMT 2026
    - 16.6K bytes
    - Click Count (0)
  3. android/guava/src/com/google/common/net/MediaType.java

       * href="http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/PhotoshopFileFormats.htm">
       * Adobe Photoshop Document Format</a> and <a
       * href="http://en.wikipedia.org/wiki/Adobe_Photoshop#File_format">Wikipedia</a>; this is the
       * regular output/input of Photoshop (which can also export to various image formats; note that
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Oct 02 01:46:40 GMT 2025
    - 48K bytes
    - Click Count (0)
Back to Top