aboutsummaryrefslogtreecommitdiff
path: root/Emby.Drawing
AgeCommit message (Collapse)Author
2020-02-12Merge branch 'master' into imagesBond-009
2020-01-22Remove FileSystem.GetStreamBond-009
2020-01-21Simplify image processing by removing image enhancersBond_009
2019-11-01Rewrite hex encoder/decoderBond_009
2019-08-16Fix build on .Net Core 2.xBond_009
2019-08-11Document all public/internal members of Emby.DrawingBond_009
Forces all new public/internal members to be documented. Enables TreatWarningsAsErrors for Emby.Drawing
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-03-14Adjusted AssemblyCopyright attribute values.Erwin de Haan
2019-03-14Adjusted the Product Name so the User Agent is correct/better.Erwin de Haan
2019-03-11Skip processing of images that don't existClaus Vium
2019-02-08Merge pull request #822 from Bond-009/imagedimensionsVasily
Complete rename ImageSize -> ImageDimensions
2019-02-06Move some arrays to genericsBond_009
2019-02-05Complete rename ImageSize -> ImageDimensionsBond-009
2019-02-02Fix all warningsBond-009
2019-01-30Merge branch 'master' into cultureBond-009
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin de Haan
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-27Fix more analyzer warningsBond_009
2019-01-26Move Skia back into it's own projectBond_009
2019-01-26Change image dimentions from double to intBond_009
Rename ImageSize -> ImageDimensions
2019-01-22Remove conditions that are always true/falseBond_009
2019-01-20FormattingAndrew Rabert
2019-01-20Update appPaths positionAndrew Rabert
2019-01-20Update logger positionAndrew Rabert
2019-01-20Merge branch 'dev' into imagesizeAndrew Rabert
2019-01-20Replaced injections of ILogger with ILoggerFactoryWilliam Taylor
This makes resolving dependencies from the container much easier as you cannot resolve with primitives parameters in a way that is any more readable. The aim of this commit is to change as little as possible with the end result, loggers that were newed up for the parent object were given the same name. Objects that used the base or app loggers, were given a new logger with an appropriate name. Also removed some unused dependencies.
2019-01-20TouchupBond_009
2019-01-20Remove unneeded fieldsBond_009
2019-01-20Cleanup ImageProcessorBond_009
2019-01-19Combine Emby.Drawing and Emby.Drawing.SkiaAndrew Rabert
2019-01-19Remove allowSlowMethods from image processingAndrew Rabert
2019-01-19Replace custom image parser with SkiaAndrew Rabert
2019-01-19Fixed csproj and xml identation.Erwin de Haan
2019-01-17Reformat JustAMan review pt1 changesErwin de Haan
Refs #575
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 format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txtErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2019-01-13EditorConfig reformat: Non-CS files.Erwin de Haan
2019-01-13Visual Studio Reformat: Emby.DrawingErwin de Haan
2019-01-13Make image header extension matching case insensitivehawken
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Merge pull request #506 from hawken93/lintingJoshua M. Boniface
Removing tabs and trailing whitespace
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)
2019-01-07remove trailing whitespacehawken