GithubHelp home page GithubHelp logo

marinehero / magick.net Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dlemstra/magick.net

0.0 2.0 0.0 35.25 MB

.NET library for ImageMagick

License: Apache License 2.0

Batchfile 0.10% C 27.65% Shell 0.04% C++ 19.79% C# 49.82% Visual Basic 1.11% Smalltalk 0.08% PowerShell 1.41%

magick.net's Introduction

Breaking changes.

Magick.NET 7.0.0.0020:
  - The .NET 4.0 build now requires the Visual C++ Redistributable for Visual Studio 2015.

Magick.NET 7.0.0.0018:
  - Cast from double to Percentage is no longer implicit.

Magick.NET 7.0.0.0017:
  - Renamed the values of the FontWeight enumeration.
  - The type of the ClipPaths property of the EightBimProfile has been changed to ClipPath.

Magick.NET 7.0.0.0015:
  - MagickImage.Gamma 'getter' is now a property and Gamma 'setter' has been renamed to GammaCorrect.

Magick.NET 7.0.0.0010:
  - Removed MagickImage.IsMonochrome and added new UseMonochrome property to MagickReadSettings.
  - Reordered arguments for the Distort method.

Magick.NET 7.0.0.0009:
  - Changed type of MagickReadSettings.Density from MagickGeometry to PointD.
  - Removed ReadWarning property and the Read methods no longer return a WarningException. The only way to 
    get warnings is with the Warning event of MagickImage.

Magick.NET 7.0.0.0008:
  - Removed MagickImage.ClipMask property, use Mask instead.
  - Changed type of MagickImage.Density and MagickImage.Resample from MagickGeometry/int to PointD/double.

Magick.NET 7.0.0.0007:
  - Renamed MagickImage.GetOption to GetDefine.

Magick.NET 7.0.0.0003:
  - Renamed MagickImageMoments to Moments.
  - Renamed MagickImageStatistics to Statistics.

Magick.NET 6.8.9.601:
  - Changed arguments for the Map method of MagickImage.
  - QuantizeSettings uses Riemersma by default.

Magick.NET 6.8.9.501:
  - Changed arguments for the SparseColor method of MagickImage.

Magick.NET 6.8.9.101:
  - Int/short Set methods of WritablePixelCollection are now unsigned.
  - The Q16 build no longer uses HDRI, switch to the new Q16-HDRI build if you need HDRI.

Magick.NET 6.8.8.901:
  - Changed datatype of MagickImage.ColorFuzz to Percentage.

Magick.NET 6.8.8.801:
  - Fixed double value of Percentage (50% is 50.0 instead of 0.5).
  - Refactored Quantize methods and properties to only one method that use a QuantizeSettings paramater.

Magick.NET 6.8.8.501:
  - To reduce memory usage the Q8 version of Magick.NET no longer uses HDRI.
  - Removed MagickNET.SetCacheThreshold (Use ResourceLimits).
  - Renamed MagickImage.QuantumOperator to MagickImage.Evaluate.

Magick.NET 6.8.8.201:
  - Removed MagickImage.ModulusDepth property and moved functionality to BitDepth method.

Magick.NET 6.8.7.901:
  - Renamed MagickGeometry.Aspect to IgnoreAspectRatio.

Magick.NET 6.8.7.501:
  - Refactored MagickImageStatistics to prepare for upcoming changes in ImageMagick 7.
  - Renamed MagickImage.SetOption to SetDefine.

Magick.NET 6.8.7.101:
  - Renamed Matrix classes: MatrixColor = ColorMatrix and MatrixConvolve = ConvolveMatrix.
  - Renamed Depth method with Channels parameter to BitDepth and changed the other method into a property.

Magick.NET 6.8.7.001:
  - ToBitmap method of MagickImage returns a png instead of a bmp.
  - Changed the value for full transparency from 255(Q8)/65535(Q16) to 0.
  - MagickColor now uses floats instead of Byte/UInt16.

Magick.NET 6.8.6.801:
  - Renamed Attribute method of MagickImage to GetAttribute and SetAttribute.
  - Renamed Copy method of MagickImage to Clone.
  - Renamed HasMatte attribute to HasAlpha.

Magick.NET 6.8.6.301:
  - Removed Debug property of MagickImage (use MagickNET.SetLogEvents).
  - MagickImage.Separate no longer modifies the image, it returns an IEnumerable<MagickImage>.
  - LayerMethod enum is no longer public.
  - Removed LayerMethod argument from MagickImageCollection.Merge.

Magick.NET 6.8.5.1001:
  - MagickNET.Initialize has been made obsolete because the ImageMagick files in the  directory are no longer necessary.
  - MagickGeometry is no longer IDisposable.
  - Renamed dll's so they include the platform name.
  - Image profiles can now only be accessed and modified with ImageProfile classes.
  - Renamed DrawableBase to Drawable.
  - Removed Args part of PathArc/PathCurvetoArgs/PathQuadraticCurvetoArgs classes.

Magick.NET 6.8.5.401:
  - Renamed ImageType enum to MagickFormat.
  - Renamed ImageType property of MagickImage to Format.
  - Reordered constructor MagickImage(int width, int height, MagickColor color).
  - Replaced Width/Height, ColorSpace with MagickReadSettings object in MagickImage Read methods.

magick.net's People

Contributors

dlemstra avatar

Watchers

James Pereira avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.