mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-18 09:09:47 +00:00
2d28136449
* Create a custom PixeloramaImage class, initial support for indexed mode * Convert opened projects and images to indexed mode * Use shaders for RGB to Indexed conversion and vice versa * Add `is_indexed` variable in PixeloramaImage * Basic undo/redo support for indexed mode when drawing * Make image effects respect indexed mode * Move code from image effects to ShaderImageEffect instead * Bucket tool works with indexed mode * Move and selection tools works with indexed mode * Brushes respect indexed mode * Add color_mode variable and some helper methods in Project Replace hard-coded cases of Image.FORMAT_RGBA8 with `Project.get_image_format()` just in case we want to add more formats in the future * Add a helper new_empty_image() method to Project * Set new images to indexed if the project is indexed * Change color modes from the Image menu * Fix open image to replace cel * Load/save indices in pxo files * Merging layers works with indexed mode * Layer effects respect indexed mode * Add an `other_image` parameter to `PixeloramaImage.add_data_to_dictionary()` * Scale image works with indexed mode * Resizing works with indexed mode * Fix non-shader rotation not working with indexed mode * Minor refactor of PixeloramaImage's set_pixelv_custom() * Make the text tool work with indexed mode * Remove print from PixeloramaImage * Rename "PixeloramaImage" to "ImageExtended" * Add docstrings in ImageExtended * Set color mode from the create new image dialog * Update Translations.pot * Show the color mode in the project properties dialog |
||
---|---|---|
.. | ||
af_ZA.po | ||
ar_SA.po | ||
be_BY.po | ||
bg_BG.po | ||
ca_ES.po | ||
cs_CZ.po | ||
cy_GB.po | ||
da_DK.po | ||
de_DE.po | ||
el_GR.po | ||
en.po | ||
en_PT.po | ||
en_US.po | ||
eo_UY.po | ||
es_ES.po | ||
et_EE.po | ||
fi_FI.po | ||
fil_PH.po | ||
fr_FR.po | ||
ga_IE.po | ||
grc.po | ||
he_IL.po | ||
hi_IN.po | ||
hr_HR.po | ||
hu_HU.po | ||
id_ID.po | ||
is_IS.po | ||
it_IT.po | ||
ja_JP.po | ||
kk_KZ.po | ||
ko_KR.po | ||
la_LA.po | ||
lt_LT.po | ||
lv_LV.po | ||
mi_NZ.po | ||
mk_MK.po | ||
ml_IN.po | ||
mr_IN.po | ||
ms_MY.po | ||
nb_NO.po | ||
nl_NL.po | ||
no_NO.po | ||
pl_PL.po | ||
pt_BR.po | ||
pt_PT.po | ||
README.md | ||
ro_RO.po | ||
ru_RU.po | ||
si_LK.po | ||
sk_SK.po | ||
sl_SI.po | ||
sq_AL.po | ||
sr_SP.po | ||
sv_SE.po | ||
sw_KE.po | ||
ta_IN.po | ||
th_TH.po | ||
tlh_AA.po | ||
tr_TR.po | ||
Translations.pot | ||
uk_UA.po | ||
vi_VN.po | ||
zh_CN.po | ||
zh_TW.po |
Contributing Translations
If you wish to contribute a translation, make sure to use Pixelorama's Crowdin page. Crowdin is a web-based translation platform, where people can contribute translations together and with ease. Please use Crowdin and do not directly open pull requests to Pixelorama's GitHub repository.