aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing/Common/ImageHeader.cs
AgeCommit message (Collapse)Author
2019-01-19Replace custom image parser with SkiaAndrew Rabert
2019-01-13Merge branch 'dev' into reformatErwin de Haan
2019-01-13Merge pull request #562 from hawken93/misc_fixJoshua M. Boniface
Fix error with uppercase photo extension and fix typo in a log line
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13Visual Studio Reformat: Emby.DrawingErwin de Haan
2019-01-13Make image header extension matching case insensitivehawken
2019-01-10Mayor code cleanupErwin de Haan
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2019-01-08Fix the DecodeJfif function to get image sizesBond_009
Added support for progressive DCT-based JPEGs. By adding a check for the SOF2 marker (C2)
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-05-26update GetItems methodLuke Pulverenti
2016-11-11update portable projectsLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-03-27Remove unused code...Sven Van den brande
2015-10-04continue file system reworkLuke Pulverenti
2015-09-15more client sync stubsLuke Pulverenti
2015-09-14use taglibsharp to read image sizesLuke Pulverenti
2015-09-13update file system methodsLuke
2015-04-08added drawing projectLuke Pulverenti