pixel-scaler
A pixel art upscaling tool
File Explorer
Download Latest Version (.zip)- bug_report.yaml
- config.yaml
- featire_request.yaml
- ci-common.yaml
- pr-check.yaml
- preview-cleanup.yaml
- preview-deploy.yaml
- release-build.yaml
- test-and-deploy.yaml
- weekly-dep-update.yaml
- FUNDING.yml
- post-merge
- pre-commit
- pre-push
- extensions.json
- ARCHITECTURE.md
- CONVENTIONS.md
- banner.png
- favicon.ico
- logo.png
- global.scss
- theme.scss
- variables.scss
- VFormButton.vue
- VFormCheckBox.vue
- VFormFileInput.vue
- VFormFileInputDrop.vue
- VFormInput.vue
- VFormRadio.vue
- VFormSelectBox.vue
- VAccordionContent.vue
- VClosableItem.vue
- VHintBalloon.vue
- Header.vue
- index.vue
- Item.vue
- DirectorySelector.vue
- Header.vue
- index.vue
- ItemGridView.vue
- ItemListView.vue
- ConvertSection.vue
- ColorSelector.vue
- LanguageSelector.vue
- LinkList.vue
- SettingsSection.vue
- HowToUseSection.vue
- InputErrorList.vue
- MainHeader.vue
- useColor.ts
- useDisplayStyle.ts
- useFormFileInput.ts
- useGlobalError.ts
- useI18n.ts
- useI18nTextKey.ts
- useImageCheckable.ts
- useScaleSettings.ts
- displayStyle.ts
- form.ts
- icon.ts
- imageFile.ts
- link.ts
- index.ts
- Nearestneighbor.ts
- xBR.ts
- blue.json
- blue_dark.json
- dark.json
- gray.json
- green.json
- green_dark.json
- index.ts
- red.json
- red_dark.json
- cn.json
- en.json
- es.json
- index.ts
- ja.json
- tr.json
- form.ts
- app.ts
- browser.ts
- storage.ts
- InputImageData.ts
- _ErrorBase.ts
- FileError.ts
- InputError.ts
- ScaleError.ts
- UnknownError.ts
- InputImageData.ts
- convertService.ts
- entryBatchService.ts
- entryService.ts
- colorService.ts
- i18nService.ts
- color.ts
- gif.ts
- github.ts
- i18n.ts
- xBRjs.d.ts
- fileUtils.ts
- gif.ts
- imageItemUtils.ts
- imageUtils.ts
- ogp.ts
- i18n.ts
- meta.ts
- convertStore.ts
- errorStore.ts
- inputImageStore.ts
- outputPathStore.ts
- scaledImageStore.ts
- convert.ts
- error.ts
- form.ts
- global.d.ts
- link.ts
- vue.d.ts
- App.vue
- main.ts
- vite-env.d.ts
- default.json
- icon.ico
- logo.png
- README_en.txt
- README_ja.txt
- lib.rs
- main.rs
- .gitignore
- build.rs
- Cargo.lock
- Cargo.toml
- tauri.conf.json
- _PageObjectBase.ts
- ConvertItem.ts
- Convertlist.ts
- InputFileItem.ts
- InputFileList.ts
- InputFileListHeader.ts
- SettingsSection.ts
- params.ts
- convert.spec.ts
- convertResultAction.spec.ts
- input.spec.ts
- inputParams.spec.ts
- settings.spec.ts
- testUtils.ts
- types.ts
- 1px.gif
- 1px.jpg
- 1px.png
- 1px_alpha.gif
- 1px_alpha.jpg
- 1px_alpha.png
- 1px_animated.gif
- 2px.gif
- 2px.jpg
- 2px.png
- 2px_alpha.gif
- 2px_alpha.jpg
- 2px_alpha.png
- index.ts
- invalid.png
- InputImageData.ts
- VFormButton.spec.ts
- VFormCheckBox.spec.ts
- VFormFileInput.spec.ts
- VFormFileInputDrop.spec.ts
- VFormInput.spec.ts
- VFormRadio.spec.ts
- VFormSelectBox.spec.ts
- VAccordionContent.spec.ts
- VClosableItem.spec.ts
- VHintBalloon.spec.ts
- Header.spec.ts
- Item.spec.ts
- Header.spec.ts
- ItemGridView.spec.ts
- ItemListView.spec.ts
- ColorSelector.spec.ts
- LanguageSelector.spec.ts
- LinkList.spec.ts
- InputErrorList.spec.ts
- MainHeader.spec.ts
- useColor.spec.ts
- useDisplayStyle.spec.ts
- useFormFileInput.spec.ts
- useGlobalError.spec.ts
- useI18n.spec.ts
- useI18nTextKey.spec.ts
- useImageCheckable.spec.ts
- useScaleSettings.spec.ts
- helpers.ts
- Nearestneighbor.browser.spec.ts
- xBR.browser.spec.ts
- form.spec.ts
- InputImageData.browser.spec.ts
- convertService.spec.ts
- entryBatchService.spec.ts
- entryService.spec.ts
- colorService.spec.ts
- i18nService.spec.ts
- fileUtils.spec.ts
- gif.browser.spec.ts
- imageItemUtils.spec.ts
- imageUtils.browser.spec.ts
- ogp.spec.ts
- i18n.spec.ts
- convertStore.browser.spec.ts
- errorStore.spec.ts
- inputImageStore.browser.spec.ts
- outputPathStore.spec.ts
- scaledImageStore.browser.spec.ts
- vitest.setup.ts
- imageTestHelper.ts
- pwa.ts
- removeDataTestAttrs.ts
- license.ts
- .env
- .env.standalone
- .gitignore
- AGENTS.md
- bun.lock
- CODE_OF_CONDUCT.md
- eslint.config.ts
- index.html
- LICENSE
- mise.toml
- package.json
- playwright.config.ts
- README.md
- tsconfig.app.json
- tsconfig.json
- tsconfig.node.json
- tsconfig.vitest.json
- vite.config.ts
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/irokaru/pixel-scaler
Downloads the entire project code from GitHub to your computer.
cd pixel-scaler
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Rust (rustup) Rust is required to use cargo.
- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
cargo install tauri-cli
Builds and installs the package published on crates.io β no need to clone the repo yourself.
sudo apt install -y libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libayatana-appindicator3-dev librsvg2-dev
Installs directly from the APT package repository (Debian/Ubuntu-based).
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
4. Rust
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo install tauri-cli
Builds and installs the package published on crates.io β no need to clone the repo yourself.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
