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

From Team Fortress Wiki
Jump to: navigation, search
(Update History)
(Gallery)
Line 10: Line 10:
 
User_lexzach_hlmvexampleb.png|HLMV Screenshot with black background (second user input)
 
User_lexzach_hlmvexampleb.png|HLMV Screenshot with black background (second user input)
 
User_lexzach_hlmvdata.png|Data from [https://github.com/Lexzach/hlmv-transparent HLMV Transparent]
 
User_lexzach_hlmvdata.png|Data from [https://github.com/Lexzach/hlmv-transparent HLMV Transparent]
User_lexzach_hlmvdatatrans.png|Transparent Data from [https://github.com/Lexzach/hlmv-transparent HLMV Transparent]
+
User_lexzach_hlmvdatatrans.png|Transparent Data from HLMV Transparent
User_lexzach_hlmvfinished.png|Pre-Crop finished image from [https://github.com/Lexzach/hlmv-transparent HLMV Transparent] (what the program outputs)
+
User_lexzach_hlmvfinished.png|Pre-Crop finished image from HLMV Transparent (what the program outputs)
User_lexzach_hlmvfinishedcropped.png|Finished image from [https://github.com/Lexzach/hlmv-transparent HLMV Transparent] (after the program crops the former image)
+
User_lexzach_hlmvfinishedcropped.png|Finished image from HLMV Transparent (after the program crops the former image)
 +
User_lexzach_hlmvfinishedcroppedsmooth.png|Previous image with smoothing applied at a strength of 1.3
 
</gallery>
 
</gallery>
  

Revision as of 00:47, 29 January 2021

HLMV Transparent

DOWNLOAD THE PROGRAM HERE

HLMV Transparent is an easy to use python-based program 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.

Gallery

Update History

v2.1

  • Added smoothing to edges
  • Added edgeSmoothing into config.txt to allow user to adjust smoothing strength
  • New requirement SciKit

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 left 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

Program made and maintained by Lexzach.