Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,275 for readImg (0.23 sec)

  1. src/image/gif/writer_test.go

    			t.Errorf("%s: average delta is too high. expected: %d, got %d", tc.filename, tc.tolerance, avgDelta)
    			continue
    		}
    	}
    }
    
    func TestSubImage(t *testing.T) {
    	m0, err := readImg("../testdata/video-001.gif")
    	if err != nil {
    		t.Fatalf("readImg: %v", err)
    	}
    	m0 = m0.(*image.Paletted).SubImage(image.Rect(0, 0, 50, 30))
    	var buf bytes.Buffer
    	err = Encode(&buf, m0, nil)
    	if err != nil {
    		t.Fatalf("Encode: %v", err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 19K bytes
    - Viewed (0)
  2. docs/metrics/README.md

    - Cluster probe available at `/minio/health/cluster`
    
    Read more on how to use these endpoints in [MinIO healthcheck guide](https://github.com/minio/minio/blob/master/docs/metrics/healthcheck/README.md).
    
    ## Prometheus Probe
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Feb 29 18:35:20 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  3. testing/smoke-test/src/smokeTest/resources/org/gradle/play/integtest/fixtures/external/shared/README

    A test README file...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 18 bytes
    - Viewed (0)
  4. api/README

    that will be preserved when next/*.txt is concatenated into go1.XX.txt.)
    
    When you add a file to the api/next directory, you must add at least one file
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 19:22:50 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  5. docs/metrics/prometheus/README.md

    ```
    
    ### 3. Configuring Prometheus
    
    #### 3.1 Authenticated Prometheus config
    
    > If MinIO is configured to expose metrics without authentication, you don't need to use `mc` to generate prometheus config. You can skip reading further and move to 3.2 section.
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 12 15:49:30 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/samples/build-organization/multi-project-with-convention-plugins/README.adoc

    ├── library-a
    │   ├── build.gradle.kts
    │   └── README.md
    ├── library-b
    │   ├── build.gradle.kts
    │   └── README.md
    └── settings.gradle.kts
    ----
    =====
    [.multi-language-sample]
    =====
    .Project structure
    [source, groovy]
    ----
    ├── internal-module
    │   └── build.gradle
    ├── library-a
    │   ├── build.gradle
    │   └── README.md
    ├── library-b
    │   ├── build.gradle
    │   └── README.md
    └── settings.gradle
    ----
    =====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/base/distribution/groovy/src/readme/readme.txt

    Readme
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 14 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/base/distribution/kotlin/src/readme/readme.txt

    Readme
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 14 bytes
    - Viewed (0)
  9. test/codegen/README

    possible interactions between unrelated lines of code that may be
    introduced, for example, by the compiler's optimization passes.
    
    Any given line of Go code could get assigned more instructions than it
    may appear from reading the source. In particular, matching all MOV
    instructions should be avoided; the compiler may add them for
    unrelated reasons and this may render the test ineffective.
    
    -- Line matching logic
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 18 19:55:29 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  10. ReadMe.md

    **OPTIONAL:** Some artifacts, mainly Maven plugin ones, are built separately with Maven.
    Refer to [libraries/ReadMe.md](libraries/ReadMe.md) for details.
    
    To build Kotlin/Native, see
    [kotlin-native/README.md](kotlin-native/README.md#building-from-source).
    
    ## <a name="working-in-idea"></a> Working with the project in IntelliJ IDEA
    
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Apr 11 14:28:46 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top