* Add minimal tga image loader
* Update TGA class ,add support for importing tga texture files and generate mipmap from tga images
* Add copyright and resource links
* Partial Add SaveImage
* Move TGAReader/Writer outside of TGA.cs
* Add check to return early when `DataTypeCode` is set to NO_DATA
* Add support for loading ExtensionData
* Change PNG signature check more clear
* Remove unnecessary using statements
* Move Debug stuff into Debug methods and call LoadImage before LoadFooter
* Update TGAReader
* Update TGA Reader/Writer
* Remove TGATimeSpan and use TimeSpan and DateTime instead
* Update TGAHeader member varible name and type
* Update TGA- Reader/Writer Constructor to not accept boolean flag 'useLittleEndian'
* TGAReader - Optimized 'TGA_HandleRGB'
* TGAReader - Update and rename 'TGA_HandleRLE_RGB'
* TGAWriter - Remove RLE RGB from switch statement
* TGA - Add TGA.FromFile, Move TGADataTypeCode to its own file
* Move Header, Footer and ExtentionData to there own cs file
* Move Tga files into IO folder
* Changed visibility of tga related classes to internal
* TGA - Only support reading/writting of raw RGB 32 bit images
* Update IO/TGA classes
* Added PCK-Studio-Updater project
* Updated PCK-Studio-Updater to be a standanlone executable and added checkbox for using beta builds in the settings panel
* Rename constant define '_NOT_DEBUG' to 'NDEBUG' and moved it to .csproj file
* Add Console Installer Form
* Improved FTPClient constructor
* Add FTPClient.SetTimeoutLimit and made download and upload file accept a stream
* Add new Panels and move old for reference
* Update WiiU Install Panel
* Update FTPClient.ListDirectory
* Add Cemu Installer Panel
* CemuInstallPanel - Add path validation
* ConsoleInstaller - Removed PS3 support
* Rename 'Additional-Features' folder to 'Features'
* CemuInstallPanel - Add context item to add new custom pcks
* CemuInstallerPanel - Add function to remove pck from DLC folder
* CemuInstallPanel - Add directory exist check
* Rename 'ConsoleInstaller' to 'PckManager'
* Renamed Panels
* FTPClient.cs - Prefixed private class members with an underscore
* PckManager.cs - Renamed 'selectedPlatformComboBox' to 'supportedPlatformComboBox'
* CemuPanel.cs - Add better Directory name validation
* WiiUPanel.cs - Renamed some designer component names
* PS3Panel.cs - Removed unused text box
* PckManager.cs - Added message box for unimplemented panels
* CemuPanel.cs - Improved file path handling
* Removed PS3Panel.cs
* PckManager.cs - For now only Cemu is supported !
* Moved Features folder to project root and changed namespace of PckManager
* Removed StringExtensions and made method 'ContainsAny' generic and moved it to EnumerableExtensions