Skip to content

Releases: khanhas/MagickMeter

0.7.3

14 Jan 01:53
Compare
Choose a tag to compare
  • Fix unable to define specific monitor to take screenshot bug

0.7.2

13 Jan 18:44
Compare
Choose a tag to compare
  • Fixed crash when using Extend bug
  • Fixed skip modifier that has no parameter bug

0.7.1

09 Jan 16:48
Compare
Choose a tag to compare

Adds

Fix

  • Shape//Ellipse: 1 pixel overflowing bug

0.7.0

08 Jan 18:47
Compare
Choose a tag to compare
  • Enable OpenCL support on default: Multi-thread and GPU-accelerated rendering, reduce render time significantly.
    Although so, you need to rebuild ImageMagick with OpenCL and your graphic card must support OpenCL.

0.6.0

24 Oct 16:53
Compare
Choose a tag to compare

Massive refactor

Adds

  • Shape\Rectangle: Ability to define custom round corners:
Image  = Rectangle 10,10,300,200; 50
Image2 = Rectangle 10,220,300,200; 50,30
Image3 = Rectangle 320,10,300,200; 50,30,10
Image4 = Rectangle 320,220,300,200; 50,30,10,60

image

  • Shape\Polygon: Ability to define custom round corners:
Image = Polygon 300,300,6,200; 10,30,50,70,90,110

image

Changes:

  • Shape\Polygon:
    • OffsetDegree and CornerRadius parameter position
      Old: Polygon X, Y, Side, RadiusX, RadiusY, CornerRadius, OffsetDegree
      New: Polygon X, Y, Side, RadiusX, RadiusY, OffsetDegree, CornerRadius
    • RadiusY is now skippable by setting it to *

0.5

29 Jul 07:24
Compare
Choose a tag to compare
0.5

From now, MagickMeter stops rendering when Disabled=1 or Paused=1 (or be disabled or paused via bang)

Added OnFinishAction option, Opacity effect

New type, effect and Bug fixed

22 Dec 05:27
Compare
Choose a tag to compare
Pre-release
  • Added Polygon type
  • Added Roll effect
  • Fix unable to create Ellipse bug