Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xgqt/rbulkresizer
Graphical bulk picture resize tool written in Racket (mirror)
https://github.com/xgqt/rbulkresizer
application bulk-resizer gui multiplatform racket
Last synced: 18 days ago
JSON representation
Graphical bulk picture resize tool written in Racket (mirror)
- Host: GitHub
- URL: https://github.com/xgqt/rbulkresizer
- Owner: xgqt
- License: gpl-3.0
- Created: 2021-05-01T23:45:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T14:48:02.000Z (over 2 years ago)
- Last Synced: 2024-10-31T02:08:20.434Z (2 months ago)
- Topics: application, bulk-resizer, gui, multiplatform, racket
- Language: Racket
- Homepage: https://gitlab.com/xgqt/rbulkresizer
- Size: 467 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# R Bulk ResizeR
Graphical bulk picture resize tool written in Racket.
# About
This app is meant to be a alternative to https://bulkresizephotos.com
A member of my family was using that service to resize their photos
so I thought I would write a libre replacement.# Bugs
Report bugs to [the upstream on GitLab](https://gitlab.com/xgqt/rbulkresizer).
- few TODOs and FIXMEs here and there
- can only create PNG images# Compilation
**WARNING!!!** This process is still experimental.
Better to just install [Racket](https://racket-lang.org/download/), especially if you are on GNU+Linux.By using scripts from this repository the binaries can be found
in [bin](./bin) directory.## Linux
Execute `make exe`.
## Windows
Run the [exe.ps1](./exe.ps1) script.
# License
SPDX-License-Identifier: GPL-3.0-only
## Unless otherwise stated contents here are under the GNU GPL v3 license
This file is part of rbulkresizer.
rbulkresizer is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3.rbulkresizer is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with rbulkresizer. If not, see .Copyright (c) 2021, Maciej Barć
Licensed under the GNU GPL v3 License