Skip to content

witch-software/crasher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔨 Crasher

Crasher is an open-source application designed for creating glitch art using Python. It provides tools for generating unique visual distortions in images, offering a creative platform for artists and developers interested in glitch aesthetics.

Made with Python MIT License Python versions: 3.10, 3.11, 3.12 Build status

Downloads

You can install the latest stable version of the program from our page on Itch.io, or you can use the version from the GitHub releases.

Features

  • Intuitive glitch effects: Add creative distortions to images.
  • Multiple file format support: Work with popular image formats such as PNG, JPEG, and BMP.
  • Customizable glitch intensity: Control the level of corruption applied to images.
  • Cross-platform: Works on Windows, macOS, and Linux.

Contribution

Contributions are encouraged and appreciated. If you would like to report issues, suggest new features, or contribute code, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Implement and test your changes.
  4. Open a pull request for review.

For more information, refer to our Contributing Guide.

License

Crasher is open-source software licensed under the MIT License.

MIT License

Copyright (c) 2024 Witch Software

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.