diff --git a/Zebra_Image.php b/Zebra_Image.php
index 9127c73..bf20ab2 100644
--- a/Zebra_Image.php
+++ b/Zebra_Image.php
@@ -1260,6 +1260,8 @@ public function resize($width = 0, $height = 0, $method = ZEBRA_IMAGE_CROP_CENTE
/**
* Rotates the image given as {@link source_path} and outputs the resulted image as {@link target_path}.
*
+ * > Note that rotating transparent GIFs will most likely **not** work!
+ *
*
* // include the Zebra_Image library
* // (you don't need this if you installed using composer)
diff --git a/docs/Zebra_Image/Zebra_Image.html b/docs/Zebra_Image/Zebra_Image.html
index bb6b486..e09438d 100644
--- a/docs/Zebra_Image/Zebra_Image.html
+++ b/docs/Zebra_Image/Zebra_Image.html
@@ -743,7 +743,7 @@
method rotate()
)
Rotates the image given as source_path and outputs the resulted image as target_path.
-Note that rotating transparent GIFs will most likely not work!