From c0e8287570145930ea5a4f46a5609ea8fe69f324 Mon Sep 17 00:00:00 2001 From: James Jackson-South Date: Tue, 9 Aug 2016 14:32:46 +1000 Subject: [PATCH] Update Readme [skip ci] Former-commit-id: 8b46a446f62b80bcf284d1532a8f88448c260721 Former-commit-id: 3e7f318a3746c656f3d16213833f76df1ed05a98 Former-commit-id: 16d44f286acb0b57df89086c7bfbdd8ec9dee0f3 --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e72780f86..ac671d659 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,10 @@ **ImageProcessorCore** is a new cross-platform 2D graphics API designed to allow the processing of images without the use of `System.Drawing`. -
+> **ImageProcessorCore is still in early stages (alpha) but progress has been pretty quick. As such, please do not use on production environments until the library reaches release candidate status.** -

ImageProcessorCore is still in early stages (alpha) but progress has been pretty quick. As such, please do not use on production environments until the library reaches release candidate status.

+> For the older `ImageFactory` based API that uses `System.Drawing` please check out the [Framework](https://github.com/JimBobSquarePants/ImageProcessor/tree/Framework) branch. -For the older `ImageFactory` based API that uses `System.Drawing` please check out the [Framework](https://github.com/JimBobSquarePants/ImageProcessor/tree/Framework) branch. - -