diff --git a/Graphics/GD.hsc b/Graphics/GD.hsc
--- a/Graphics/GD.hsc
+++ b/Graphics/GD.hsc
@@ -23,6 +23,8 @@
                     saveGifFile, saveGifByteString,
                     -- * Getting image information
                     imageSize,
+                    -- * Querying
+                    GD.getPixel,
                     -- * Manipulating images
                     resizeImage, rotateImage,
                     -- * Drawing
@@ -45,6 +47,7 @@
 
                    ) where
 
+import qualified Graphics.GD.Internal     as GD
 import           Control.Exception        (bracket)
 import           Control.Monad            (liftM, unless)
 import           Data.Bits
diff --git a/gd.cabal b/gd.cabal
--- a/gd.cabal
+++ b/gd.cabal
@@ -1,7 +1,7 @@
 Name: gd
 Category: Graphics
 License-File: LICENSE
-Version: 3000.6.1
+Version: 3000.6.2
 Cabal-version: >= 1.2
 Build-type: Simple
 Copyright: Bjorn Bringert
