Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for libjpeg (0.09 sec)

  1. platforms/jvm/plugins-java-library/src/main/java/org/gradle/api/plugins/JavaLibraryDistributionPlugin.java

                childSpec.from(mainFeature.getJarTask());
                childSpec.from(project.file("src/dist"));
    
                CopySpec libSpec = project.copySpec();
                libSpec.into("lib");
                libSpec.from(mainFeature.getRuntimeClasspathConfiguration());
    
                childSpec.with(libSpec);
                dist.getContents().with(childSpec);
            });
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 18 13:02:41 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. src/image/png/testdata/pngsuite/README

    The *.png and README.original files in this directory are copied from
    libpng.org, specifically contrib/pngsuite/* in libpng 1.6.26.
    
    README.original gives the following license for those files:
    
    	Permission to use, copy, and distribute these images for any purpose
    	and without fee is hereby granted.
    
    The files basn0g01-30.png, basn0g02-29.png and basn0g04-31.png are in fact not
    part of pngsuite but were created from files in pngsuite. Their non-power-of-2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 28 02:10:13 UTC 2016
    - 1K bytes
    - Viewed (0)
  3. src/image/png/testdata/pngsuite/README.original

    Testing basn6a08.png: PASS (160 zero samples)
     Filter 1 was used 1 times
     Filter 4 was used 31 times
    Testing basn6a16.png: PASS (1072 zero samples)
     Filter 1 was used 4 times
     Filter 4 was used 28 times
    libpng passes test
    
    Willem van Schaik
    <******@****.***>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 2.7K bytes
    - Viewed (0)
Back to top