Releases: RitoShark/RitoTex-Photoshop
Releases · RitoShark/RitoTex-Photoshop
v2.0.2
Full Changelog: v2.0.0...v2.0.2
Big Rework, Big Update
RitoTex 2.0.0
A native Photoshop file-format plugin for League of Legends .tex and .dds
textures. This is a major release: a full codec rewrite, a brand-new custom UI,
and GPU-accelerated compression.
Highlights
- GPU-accelerated BC7 — BC7 now encodes on the GPU via DirectCompute
(hardware → WARP → CPU fallback). Huge speedup over the old CPU-only path. - Brand-new custom export dialog — fully owner-drawn, dark/light aware,
built around BC7 as the default with a clean custom dropdown. - One self-contained plugin —
RitoTex.8bi, no external DLLs to ship.
Compression
- BC7 (default), BC3 (DXT5), BC1 (DXT1), BC5 (normal/2-channel), and
uncompressed BGRA8 — selectable from a single custom dropdown. - BC1/BC3 fast path via Intel ISPC kernels; BC7 on the GPU; BC5 and dithered
BC1/BC3 via DirectXTex. - Dithering and error-metric options apply to BC1/BC3 only (BC7 needs no
dithering — high-precision endpoints don't band).
UI
- Theme-adaptive colors pulled from Photoshop's own interface palette — matches
both the dark and light host themes (with safe fallbacks). - Dialog now centers on the active monitor instead of spawning top-left.
- Last-used settings auto-load when the dialog opens.
- Rounded buttons, tightened layout, grayed-out controls when not applicable.
Other
- Modular codebase: the old ~3,500-line monolith split into focused modules.
- Built-in update check against GitHub Releases on first Open/Save As (24h
throttle), with DebugView tracing.
Install
Copy RitoTex.8bi to:
C:\Program Files\Adobe\Adobe Photoshop [version]\Required\Plug-ins\File Formats
then restart Photoshop.
First Release
RitoTex v1.0.0 — First Release
Photoshop plugin for opening, editing, and saving League of Legends .tex and .dds textures.
Supports BC1/DXT1, BC3/DXT5, and BGRA8, with mipmap generation, normal map tools, and a custom dark UI.
📦 Installation
Copy RitoTex.8bi to:
C:\Program Files\Adobe\Adobe Photoshop [version]\Required\Plug-ins\File Formats
🙏 Credits
Fork of Intel Texture Works Plugin (Apache 2.0)
Uses DirectXTex and Intel ISPC Texture Compressor