feat: add Pixel Palette Colorizer project with description and links
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m45s
All checks were successful
Build and Deploy Gabriel Kaszewski Portfolio / build-and-deploy-local (push) Successful in 1m45s
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
12
lib/data.ts
12
lib/data.ts
@@ -496,5 +496,17 @@ export const projects: Project[] = [
|
|||||||
"technologies": ["WordPress"],
|
"technologies": ["WordPress"],
|
||||||
"thumbnails": ["/images/galeria_rumia.avif", "/images/galeria_rumia2.avif"],
|
"thumbnails": ["/images/galeria_rumia.avif", "/images/galeria_rumia2.avif"],
|
||||||
"commercial": true
|
"commercial": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": 23,
|
||||||
|
"name": "Pixel palette colorizer",
|
||||||
|
"short_description": "CLI tool that changes image colors to fit a given palette.",
|
||||||
|
"description": "This tool was created because I was lazy to change palettes of pixel art to match the style of my game. Usage is pretty straightforward, you give the tool a palette and images you want to colorize, and it will output the colorized images, you can also specify the color space to use for color matching.",
|
||||||
|
"category": "Desktop",
|
||||||
|
"github_url": "https://github.com/GKaszewski/pixel-palette-colorizer",
|
||||||
|
"visit_url": null,
|
||||||
|
"download_url": "https://github.com/GKaszewski/pixel-palette-colorizer/releases",
|
||||||
|
"technologies": ["Rust"],
|
||||||
|
"thumbnails": []
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user