11月3日
cPicture is updated to version 2.0.6.
- New setting 'Use color profile' to run the assigned color profile for picture processing to use JPEGs for EMail or Web use.
An embedded color profile or the Adobe RGB color space conversion (the file name starts with the '_') can be executed when the picture is changed.
No more need to add a color profile which can confuse clients!

- Webpage feature (Ctrl+H) is changed to use style sheets for the main index page and the individual picture pages.
The style sheets are automatically created and can be modified to change all pages in one go. For example from the background color or the text color to all full CSS features.
Everything can easily be changed from one place.

Sample style sheet:
Each part of the picture pages can be modified from one place instead of modifying all HTML pages directly.
body
{
font-family: tahoma, verdana, arial;
background-color: #7FB2FF;
}
table
{
border-collapse: collapse;
text-align: center;
}
td
{
padding: 20px;
}
p,h2,h6
{
color: #000000;
}
img
{
border: 5px solid #FFFFFF;
}