To achieve that you would use:
Code: Select all
upx.exe -d *.*
Moderators: Hacker, petermad, Stefan2, white
To achieve that you would use:
Code: Select all
upx.exe -d *.*
- Added: Support for ICC Profile (Options->Preferences->Color Management)
- Fixed: Problem with the number of plugins not exceeding 16
Code: Select all
$env:path += ";p:\ath\to\the\upx\binary\UPX\bin"
&upx -d plugin\*.*
pause
Code: Select all
set "bin=p:\ath\to\the\upx\binary\UPX\bin"
path %path%;%bin%
upx -d plugin\*.*
Code: Select all
$env:path += ";$env:OneDrive\TEST\UPX\bin"
$imagine = @("$env:commander_path\Plugins\app\Imagine","$env:OneDrive\TEST\TC\Plugins\app\Imagine")
foreach ($instance in $imagine) {cd $instance; &upx -d *.dll; &upx -d plugin\*.* }
pause
Code: Select all
$env:path += ";$env:OneDrive\TEST\UPX\bin"
cd "$env:commander_path\Plugins\app\Imagine"
&upx -d *.dll
&upx -d plugin\*.*
pause
BPG plugin has an update v0.0.2 (Oct 01 2023)petermad wrote: 2023-10-07, 15:50 UTC
Thanks - Updated the un-UPX'ed files for Imagine 1.3.0 (Oct 7 2023) and all plugins accordingly: https://tcmd.madsenworld.dk/plugins/Imagine/Imagine130-un-UPXed.zip (10 MB)
Thanks - Updated https://tcmd.madsenworld.dk/plugins/Imagine/Imagine130-un-UPXed.zipBPG plugin has an update v0.0.2 (Oct 01 2023)
Thanks - it was only the 64bit plugin that wasn't updated - fixed now.
whatsnew wrote:v1.3.1, Oct 08 2023
- Fixed: Manipulating a 32-bit alpha blended image makes it 100% transparent
- Fixed: Small palette edit dialog in High-DPI environment