Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Waitsnake committed Apr 6, 2019
1 parent 273bf08 commit 44d070f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ The release 1.4.0 was compiled with Xcode 10.1 with SDK for OSX 10.14 Mojave. It

The release 1.5.0 (latest) was compiled with Xcode 10.2 with SDK for OSX 10.14 Mojave. It was tested successfully under Mavericks(10.9.5), High Sierra(10.13.6) and Mojave(10.14.4).


Since release 1.5.0 AnimatedGif supports Metal(API) for rendering.

When started AnimatedGif tries to initialise Metal as first choice for rendering. Only if this initialisation fails (on MacOSX versions older than El Capitan (10.11) or not supported Macs(usually Macs older as Mid 2012; except Mac Pro models from Mid 2010 with supported graphics card)) it tries to initialise OpenGL for rendering(as it was default between release 1.0 till 1.4.0). If initialisation of OpenGL also fails you can not use AnimatedGif at all, since there is no CoreAnimation rendering. OpenGL for rendering(as it was default between release 1.0 till 1.4.0). If initialization of OpenGL also fails you can not use AnimatedGif at all, since there is no CoreAnimation rendering.
When started AnimatedGif tries to initialise Metal as first choice for rendering. Only if this initialisation fails (on MacOSX versions older than El Capitan (10.11) or not supported Macs(usually Macs older as Mid 2012; except Mac Pro models from Mid 2010 with supported graphics card)) it tries to initialise OpenGL for rendering(as it was default between release 1.0 till 1.4.0). If initialisation of OpenGL also fails you can not use AnimatedGif at all, since there is no CoreAnimation rendering.

<br>

Expand Down

0 comments on commit 44d070f

Please sign in to comment.