Difference between revisions of "User:Lexzach/hlmv-transparent"

From Team Fortress Wiki
Jump to: navigation, search
m (tldr)
Line 12: Line 12:
  
 
[https://github.com/Lexzach/hlmv-transparent HLMV Transparent] is an easy-to-use python-based program, developed by [[User:Lexzach|Lexzach]] specifically for the Team Fortress 2 Wiki, that allows for the automated removal of the Half-Life Model Viewer background, to form a completely transparent background that complies with the guidelines for the Team Fortress 2 Wiki. The program will also optionally crop the image down to its smallest size possible while retaining all details of the image. If you have a 1920x1080 monitor, you can set up [https://github.com/Lexzach/hlmv-transparent HLMV Transparent] to automatically take the screenshots when pressing the "s" key. After more than 2 months in development, hopefully, it was worth the wait.
 
[https://github.com/Lexzach/hlmv-transparent HLMV Transparent] is an easy-to-use python-based program, developed by [[User:Lexzach|Lexzach]] specifically for the Team Fortress 2 Wiki, that allows for the automated removal of the Half-Life Model Viewer background, to form a completely transparent background that complies with the guidelines for the Team Fortress 2 Wiki. The program will also optionally crop the image down to its smallest size possible while retaining all details of the image. If you have a 1920x1080 monitor, you can set up [https://github.com/Lexzach/hlmv-transparent HLMV Transparent] to automatically take the screenshots when pressing the "s" key. After more than 2 months in development, hopefully, it was worth the wait.
 +
<br><br>'''- TLDR Features -'''<br>
 +
Automatically make transparent images quickly.<br>
 +
Optional feature to control mouse to make screenshotting fast.<br>
 +
Second program to mass-crop .png photos down to their smallest size.<br>
 +
Full customization of rendering features.
 
|}
 
|}
 
{| class="wikitable" cellpadding="2" style="margin: 1em auto 1em auto; margin-bottom: 1px; color:#000000; align:center; text-align:left; background-color:#9c0a00; font-size:100%"
 
{| class="wikitable" cellpadding="2" style="margin: 1em auto 1em auto; margin-bottom: 1px; color:#000000; align:center; text-align:left; background-color:#9c0a00; font-size:100%"

Revision as of 00:13, 24 June 2021

User lexzach hlmvbanner.png

HLMV Transparent

DOWNLOAD THE PROGRAM HERE

HLMV Transparent is an easy-to-use python-based program, developed by Lexzach specifically for the Team Fortress 2 Wiki, that allows for the automated removal of the Half-Life Model Viewer background, to form a completely transparent background that complies with the guidelines for the Team Fortress 2 Wiki. The program will also optionally crop the image down to its smallest size possible while retaining all details of the image. If you have a 1920x1080 monitor, you can set up HLMV Transparent to automatically take the screenshots when pressing the "s" key. After more than 2 months in development, hopefully, it was worth the wait.

- TLDR Features -
Automatically make transparent images quickly.
Optional feature to control mouse to make screenshotting fast.
Second program to mass-crop .png photos down to their smallest size.
Full customization of rendering features.

Gallery

Update History

v2.2

  • Added Rendering Folder to GitHub
  • Added Cropping Folder to GitHub

v2.1

  • Added smoothing to edges
  • Added edgeSmoothing into config.txt to allow the user to adjust smoothing strength
  • New requirement SciKit
  • Updated samples to reflect changes
  • Changed cropping tool to list number of images to crop instead of the file names
  • Fixed crashing issue because the program doesn't import Glob

v2.0

  • Fixed all known issues with rendering
  • Anti-aliasing is now supported using GPU
  • Removed pixelLenience as it is not needed

v1.8

  • Fixed black line rendering on right side of pixels

v1.6

  • Added Anti-Aliasing
  • Added pixelLenience into config.txt to allow the user to set Anti-Aliasing strength
  • Updated the example folders to use Anti-Aliasing demos

v1.5

  • Added seperate "Cropper" script for only cropping images
  • Added folders for organization

v1.2

  • Added general optimizations

v1.1

  • Added automatic mode for quick screenshots
  • Required 2 new dependenceies

v1.0

  • Release version

A program developed by Lexzach.