Skip to content

Releases: RitoShark/RitoTex-Photoshop

v2.0.2

29 May 18:35

Choose a tag to compare

Big Rework, Big Update

28 May 22:26

Choose a tag to compare

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 pluginRitoTex.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

25 Feb 18:50

Choose a tag to compare

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