[gimp-web/gimp-web-static] Added 'Features' page and assets



commit c171932851bf2f3de69ab3b188fee81ab671ca8e
Author: Pat David <patdavid gmail com>
Date:   Mon Aug 17 11:06:06 2015 -0500

    Added 'Features' page and assets

 content/features/barrel-distortion.jpg |  Bin 0 -> 33940 bytes
 content/features/device-actions.png    |  Bin 0 -> 36724 bytes
 content/features/features.md           |   12 -----
 content/features/formats.png           |  Bin 0 -> 11293 bytes
 content/features/histogram.png         |  Bin 0 -> 10911 bytes
 content/features/index.md              |   70 ++++++++++++++++++++++++++++++++
 content/features/perspective.jpg       |  Bin 0 -> 45732 bytes
 pelicanconf.py                         |    4 +-
 8 files changed, 72 insertions(+), 14 deletions(-)
---
diff --git a/content/features/barrel-distortion.jpg b/content/features/barrel-distortion.jpg
new file mode 100644
index 0000000..4b99ee5
Binary files /dev/null and b/content/features/barrel-distortion.jpg differ
diff --git a/content/features/device-actions.png b/content/features/device-actions.png
new file mode 100644
index 0000000..c6416ed
Binary files /dev/null and b/content/features/device-actions.png differ
diff --git a/content/features/formats.png b/content/features/formats.png
new file mode 100644
index 0000000..3a0cf56
Binary files /dev/null and b/content/features/formats.png differ
diff --git a/content/features/histogram.png b/content/features/histogram.png
new file mode 100644
index 0000000..e2230a9
Binary files /dev/null and b/content/features/histogram.png differ
diff --git a/content/features/index.md b/content/features/index.md
new file mode 100644
index 0000000..5d574bd
--- /dev/null
+++ b/content/features/index.md
@@ -0,0 +1,70 @@
+Title: Feature Overview
+Date: 2015-07-29T14:40:35-05:00
+Modified: 2015-07-29T14:40:43-05:00
+Authors: Pat David
+
+
+
+GIMP is a versatile graphics manipulation package. This page should help you get a taste of what GIMP is 
capable of. You can also have a look at our [introduction page](/about/introduction.html) or browse through 
the [tutorials](/tutorials/).
+
+## Customizable Interface
+
+<figure>
+<img src="histogram.png" alt="GIMP Docks">
+</figure>
+
+
+Each task requires a different environment and GIMP allows you to customize the view and behavior the way 
you like it. Starting from the widget theme, allowing you to change colors, widget spacings and icon sizes to 
custom tool sets in the toolbox. The interface is modulized into so called docks, allowing you to stack them 
into tabs or keep them open in their own window. Pressing the _tab_ key will toggle them hidden.
+
+GIMP features a great _fullscreen mode_ allowing you to not only preview your artwork but also do editing 
work while using the most of your screen estate.
+
+## Photo Enhancement
+
+Numerous digital photo imperfections can be easily compensated for using GIMP. Fix _perspective distortion_ 
caused by lens tilt simply choosing the _corrective mode_ in the transform tools. Eliminate lens' _barrel 
distortion_ and _vignetting_ with a powerful filter but a simple interface.
+
+<figure>
+<img src="barrel-distortion.jpg" alt="Barrel Distortion">
+</figure>
+
+
+The included _channel mixer_ gives you the flexibility and power to get your B/W photography stand out the 
way you need.
+
+<figure>
+<img src="perspective.jpg" alt="Perspective Transform, Sample Colorize">
+</figure>
+
+
+## Digital Retouching
+
+GIMP is ideal for advanced photo retouching techniques. Get rid of unneeded details using the clone tool, or 
touch up minor details easily with the new healing tool. With the perspective clone tool, it's not difficult 
to clone objects with perspective in mind just as easily as with the orthogonal clone.
+
+## Hardware Support
+
+GIMP includes a very unique support for various input devices out of the box. Pressure and tilt sensitive 
tablets, but also a wide range of USB or MIDI controllers. You can bind often-used actions to device events 
such as rotating a USB wheel or moving a MIDI controller's slider. Change the size, angle or opacity of a 
brush while you paint, bind your favorite scripts to buttons. Speed up your workflow!
+
+<figure>
+<img src="device-actions.png" alt="Mapping actions to device events">
+</figure>
+
+
+## File Formats
+
+<figure>
+<img src="formats.png" alt="Supported Formats">
+</figure>
+
+
+The file format support ranges from the common likes of JPEG (JFIF), GIF, PNG, TIFF to special use formats 
such as the multi-resolution and multi-color-depth Windows icon files. The architecture allows to extend 
GIMP's format capabilities with a plug-in. You can find some rare format support in the [GIMP plugin 
registry](http://registry.gimp.org).
+
+Thanks to the transparent virtual file system, it is possible to load and save files to from remote 
locations using protocols such as FTP, HTTP or even SMB (MS Windows shares) and SFTP/SSH.
+
+To save disk space, any format can be saved with an archive extension such as ZIP, GZ or BZ2 and GIMP will 
transparently compress the file without you needing to do any extra steps.
+
+## Supported Platforms
+
+*   GNU/Linux (i386, PPC)
+*   Microsoft Windows (XP, Vista)
+*   Mac OS X
+*   Sun OpenSolaris
+*   FreeBSD
+
diff --git a/content/features/perspective.jpg b/content/features/perspective.jpg
new file mode 100644
index 0000000..3bd7022
Binary files /dev/null and b/content/features/perspective.jpg differ
diff --git a/pelicanconf.py b/pelicanconf.py
index 6f6586c..28d9471 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -44,10 +44,10 @@ RELATIVE_URLS = True
 
 # We can probably remove 'pages' if nothing ends up there
 # This will copy over these folders w/o modification
-STATIC_PATHS = ['images', 'pages', 'tutorials', 'about', 'books', 'develop', 'docs', 'donating', 'downloads']
+STATIC_PATHS = ['images', 'pages', 'tutorials', 'about', 'books', 'develop', 'docs', 'donating', 
'downloads', 'features']
 
 
-PAGE_PATHS = ['about', 'tutorials', 'books', 'develop', 'docs', 'donating', 'downloads']
+PAGE_PATHS = ['about', 'tutorials', 'books', 'develop', 'docs', 'donating', 'downloads', 'features']
 
 THEME = "./themes/newgimp"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]