mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-02-12 08:43:08 +00:00
* Use Image instead of BitMap for selection Not complete and Pixelorama is currently broken * Add a SelectionMap class * Make the changes in Selection.gd * Remove selection_bitmap * Replace duplicate() with copy_from() * Fix selection Intersection and transforming are not working * Fix wrong pixel color values * Fix selection transforming * Call selection_bitmap_changed() on scale * Fix clipboard * Remove bitmap_to_image() * Rename selection_image to selection_map * No errors in Magic Wand * Rename selection_bitmap_changed() to selection_map_changed() * Format * Fix selection resizing * Remove a line from image effects * Fast selection inverting using shader * Update SelectionMap.gd * Format * Convert SelectionMap back to LA8 after inverting * Minor refactor in RectSelect.gd * Fix intersections * Use shader for ColorSelect and add color similarity option * Update RotateImage.gd |
||
---|---|---|
.. | ||
SelectionTools | ||
BaseTool.gd | ||
BaseTool.tscn | ||
Bucket.gd | ||
Bucket.tscn | ||
ColorPicker.gd | ||
ColorPicker.tscn | ||
Draw.gd | ||
Draw.tscn | ||
EllipseTool.gd | ||
EllipseTool.tscn | ||
Eraser.gd | ||
Eraser.tscn | ||
LineTool.gd | ||
LineTool.tscn | ||
Move.gd | ||
Move.tscn | ||
Pan.gd | ||
Pan.tscn | ||
Pencil.gd | ||
Pencil.tscn | ||
RectangleTool.gd | ||
RectangleTool.tscn | ||
Shading.gd | ||
Shading.tscn | ||
ShapeDrawer.gd | ||
ShapeDrawer.tscn | ||
ToolButton.tscn | ||
Zoom.gd | ||
Zoom.tscn |