aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.RemoteDesktop/Encoders
Commit message (Collapse)AuthorAgeFilesLines
* Improved BitmapCliper.Roy Ben Shabat2020-03-042-6/+62
| | | | | | | Implemented auto throw when max differences reached. Implemented fallback TurboJpeg encoder. Fixed issue with UpdateMachine.xml script removing DISPENSERS before IDS_PACKS. Added GlobalHost.Configuration.MaxIncomingWebSocketMessageSize for WebSockets support for large messages on SignalR.
* Improved GifEncoder.Roy Ben Shabat2020-03-032-7/+9
| | | | | | Reactivated Png8BitEncoder. Refactored BitmapComparer to return the number of diffs. TestApp now use the best possible outcome.
* Implemented Tango.RemoteDesktop.Roy Ben Shabat2020-03-025-0/+278
Implemented png 8 bit quantization. Implemented RasterFrame bounds clipping. Refactored VectorFrame to use indexed colors.