Introduction
The DDS Evrika Plugin is an extension for Krita, enabling users to import and export DDS - image files using ImageMagick. DDS (DirectDraw Surface) is a popular format for storing textures and - images optimized for real-time rendering, often used in video games and 3D applications.
-This updated version introduces support for customizable import, export settings, mipmap levels, and - integration with Krita's scripting interface for a more flexible workflow.
+ image files using ImageMagick. DDS (DirectDraw Surface) is a popular format for storing textures and + images optimized for real-time rendering, often used in video games and 3D applications. +This updated version introduces the ability to choose filters during export (Lanczos, Box, and more), + customizable import/export settings, mipmap levels, and integration with Krita's scripting interface + for a more flexible workflow.
Installation
Importing DDS Files
- Navigate to Tools > Scripts > Import DDS.
- Select the DDS file you want to open. -
- The file will be converted to a chosen format such as PNG or TGA (based on your settings). +
- The file will be converted to a chosen format such as PNG, TIFF, GIF, or TGA (based on your settings).
- The image will open in Krita after conversion.
Importing DDS Files with Custom Format
Exporting DDS Files
-Exporting is straightforward with options for selecting compression and mipmap levels:
+Exporting is straightforward with options for selecting compression, mipmap levels, and filters:
- Navigate to Tools > Scripts > Export DDS. -
- Select the compression type (DXT1, DXT3, DXT5, BC7) and set the Mipmap Levels (Auto, 1-5). +
- Select the compression type (DXT1, DXT3, DXT5, BC7) and set the Mipmap levels (Auto, 1-5). +
- Select a filter option (Lanczos, Box, Triangle, Mitchell, or Catmull-Rom)
- Export the file using the DDS format.
Exporting DDS Files with Custom Settings
- Use Tools > Scripts > Export DDS as....
- Select custom compression settings (DXT1, DXT3, DXT5, BC7, or None). -
- Adjust Mipmap levels, and export the file with the desired DDS settings. +
- Adjust Mipmap levels and filter settings. +
- Export the file with the desired DDS settings.
Plugin Settings
The DDS Evrika Plugin allows saving custom settings, simplifying the import/export process. Access the - settings dialog by navigating to:
+ settings dialog by navigating to:- Tools > Scripts > Evrika Settings
- Adjust the plugin to use the original filenames during import/export. -
- Customize export file names and formats based on your preferences. +
- Customize export file names, filters, and formats based on your preferences.
- Configure default import/export formats for quicker conversions.