portease.blogg.se

Krita brushes
Krita brushes












krita brushes
  1. #Krita brushes update#
  2. #Krita brushes full#
  3. #Krita brushes code#
  4. #Krita brushes windows#

Give better information about the location of the AppData directory on windows ( MR 1304).This is something that’s mostly useful for developers, as it’ll reduce compilation. Add an option to build Krita with precompiled headers ( MR 1471).A nice side effect is that colored and lightness brush tips ended up with a good speed boost, as well as having a speed boost on ARM devices (that’s tablets and mobile phones). VC’s development has stalled, so switching to XSIMD now allows us to worry less about the future. We use these libraries for so-called ‘vector instructions’, which is a special way of using the computer that works especially well for repetitive math like blending and mixing colors together. Port krita from VC to XSIMD ( MR 1404).None of us own RISC-V hardware, so this one’s mostly for enthusiasts. Allow compiling with RISC-V ( MR 1416).Add support for llvm-mingw toolchain on windows ( MR 1372).So we created some YCbCr profiles and added them as default profiles. This made testing certain features quite hard, in particular file testing. We never shipped YCbCr profiles because there were no open versions of them.

krita brushes

Angle has been the most reliable way to allow us to use OpenGL on Windows. The one we were using was a bit old and this new one has many fixes.

  • Build a more recent version of Angle for windows ( MR 1373, MR 1353).
  • We also use the new GPU pipeline for VFX Platform CY2021 now ( Commit 3d24ed13).
  • Fix OpenGl ES for OCIO pipeline ( MR 1262), this means OCIO now works on Android.
  • Some of the biggest changes this time around have been purely technical. Discuss with your printer which spot colors you want to use. We urge people to be a little careful with the latter as it seems that the Pantone values in particular get updated quite frequently. The former is used among Adobe applications, the latter is the format used by Photoshop to describe it’s spot-color list.
  • Support for ASE and ACB color palettes ( Commit 6c7ed052).
  • We haven’t yet enabled saving and loading of the HDR color spaces to JPEG-XL, but what we do have is saving and loading animations, making JPEG-XL the first fileformat that doesn’t require FFMPEG to allow exporting animations.

    #Krita brushes update#

    Joining the implementation of Avif last release, JPEG-XL is the newest update of the JPEG image file format, and one of the new set of file formats that is designed to bring wide color gamuts and HDR to the web. Most PSDs use these fill layers in combination with vector masks, which are not yet implemented. This extends the ASL parser inside Krita, which means that layer styles have better color and pattern import as well. This allows loading and saving layer color labels to PSD, as well as loading and saving the gradient, pattern and color fill layers. PSD fill layers and color labels ( MR 1309).We’ve improved the UI that allows you to choose which of these options you want to use. Sometimes when this is done with images programs add several different options. When you copy data between programs, that data is put into the system clipboard. Improve retrieval of image data from clipboard ( MR 1296, MR 1431).Because of a mistake with our build system, Krita couldn’t see OpenExr 2.3 and above, this is fixed now. OpenExr support for 2.3 and 3+ ( MR 1049).On top of this, the export dialog for TIFF was reworked, and we now load and save metadata to tiff ( MR 1015). We now support loading data from such files. Despite Adobe being the steward of the Tiff spec, Photoshop has a unique non-spec compliant way of saving layers into a tiff file: Putting a whole PSD document into the metadata. Support for Photoshop layered Tiffs ( MR 944).

    #Krita brushes full#

    We had basic WebP support already, but this adds full support using WebP Codec with every possible toggle imaginable. You can now paint on selection masks with blending modes ( MR 1437).Furthermore a button got added for showing the context menu when rightclick is unavailable, and finally, file layers now report if their file cannot be found ( MR 1443, MR 1213, MR 1419). Beyond that there’s a small number of UI tweaks made to the layer docker: You can now control how strongly layers indent when in a group.This enables copy, cut and paste and clear on when having a selection on multiple layers at once.

    #Krita brushes code#

  • The biggest change to layer handling in Krita 5.1 is Santhosh Anguluri’s Google Summer of Code project 2021: Operations for multiple layers ( MR 888).













  • Krita brushes