MrClock's Documentations
  • 🏠Welcome
  • 📄Documents
    • Arma 3 models
      • Proxy coordinates
      • Vertex normals
      • Sections
    • Arma 3 animations
      • Armature reconstruction
      • Frame properties
      • Import into Blender
      • BMTR to plain RTM
  • 📦Blender add-ons
    • Arma 3 Object Builder
  • 🐍Python tools
    • Color converter
  • 🔧Visual Basic .NET tools
    • Color converter
      • Color library TXT
    • Color library and converter
      • Color library XML
    • Class list extractor
    • Editor preview processor
    • Texture converter
  • 🛠️Visual Basic .NET Framework tools
    • Color library and converter
      • COLORLIB file
    • Class list extractor
    • Editor preview processor
    • Generic name ID generator
    • Texture converter
Powered by GitBook
On this page
  • Features
  • Environment
  • Requirements
  • Changelog
  1. Visual Basic .NET Framework tools

Editor preview processor

Last updated 1 year ago

This page is about the latest Visual Basic .Net Framework version of the tool. If you want to read about the Visual Basic .Net based iteration, head over to the page.

Features

  • Automate resizing the editor preview images exported from game

  • Light and dark color theme

This is the second iteration of the Editor preview processor. The program automates the resizing and saving of the images in JPG format.

More info can be found on the .

The program iterates through the PNG files in the specified input directory, resizes them, and saves them as JPG in the output directory with the same file name.

The main improvement over the first iteration is that, this version does not rely on Photoshop, the resizing is done purely through .Net Framework functions. As such, it is considerably faster, since the files do not have to be loaded one by one into the Photoshop UI.

After all the images are processed, if the option is enabled, the source files are ereased from the input folder.

Environment

  • Logic: Visual Basic .Net Framework 4.8

  • GUI: Windows Presentation Foundation

Requirements

  • .NET Framework 4.8

Changelog

v1.0.0

Initial public version

🛠️
Editor preview processor (VB.Net)
Bohemia Interactive community wiki