forked from matmen/ImageScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: type-driven/ImageScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: matmen/ImageScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 12 files changed
- 5 contributors
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6ae694c - Browse repository at this point
Copy the full SHA 6ae694cView commit details -
fix: removing redundant calls to __convert_disposal_mode__ and exposi…
…ng Frame properties (matmen#27)
Configuration menu - View commit details
-
Copy full SHA for 140a93e - Browse repository at this point
Copy the full SHA 140a93eView commit details
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ba9873b - Browse repository at this point
Copy the full SHA ba9873bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02132e3 - Browse repository at this point
Copy the full SHA 02132e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4836a0 - Browse repository at this point
Copy the full SHA e4836a0View commit details
Commits on Nov 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 5cc4758 - Browse repository at this point
Copy the full SHA 5cc4758View commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7570133 - Browse repository at this point
Copy the full SHA 7570133View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b7791 - Browse repository at this point
Copy the full SHA 51b7791View commit details
Commits on Jan 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a498108 - Browse repository at this point
Copy the full SHA a498108View commit details
Commits on Mar 24, 2024
-
feat: export flip method (matmen#35)
Co-authored-by: Mathis Mensing <github@matmen.dev>
Configuration menu - View commit details
-
Copy full SHA for 0801159 - Browse repository at this point
Copy the full SHA 0801159View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a15f58 - Browse repository at this point
Copy the full SHA 9a15f58View commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 577ca48 - Browse repository at this point
Copy the full SHA 577ca48View commit details
Commits on Jun 1, 2025
-
feat: Add strict types and TSDocs to
ImageScript.d.ts(matmen#43)This PR adds detailed type declarations and TSDoc comments for all exported members, as well as several new `type` and `interface` exports for ease of use. E.g.: ```ts export class Image { // ... /** * Encodes the image into a JPEG. * * @param quality `1`-`100`, where `1` is lowest quality (highest compression) * and `100` is highest quality (lowest compression). Default: `90` */ async encodeJPEG(quality?: JPEGQuality): Promise<Uint8Array>; // ... } /** * - `0` = **lowest** quality (smallest file size) * - `100` = **highest** quality (largest file size) */ export type JPEGQuality = | 1 | 2 | 3 // ... | 98 | 99 | 100; ```Configuration menu - View commit details
-
Copy full SHA for f670597 - Browse repository at this point
Copy the full SHA f670597View commit details -
Configuration menu - View commit details
-
Copy full SHA for 066f4cb - Browse repository at this point
Copy the full SHA 066f4cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d2a96f - Browse repository at this point
Copy the full SHA 5d2a96fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master