Colour Correction and enhancmentt made simple


The Workflow Book


Landscape photography and philosophy

The book on Exposure

Guide to great Photography Book

Great photography and how to do it

rssFeedBlog

Tuesday, 6 November 2007 

Alternative template for iView Media Pro and the PayPal Shopping cart

I was asked by Chris Herring if I could help him get the iView and payPal template working on his site. Having finished the job I thought that I would make it available to everyone who wants a different look for their iView Paypal galleries.

To use it just follow the instructions here but use this file instead of the paypal.zip file mentioned.

I hope you find it of use and if you do use these galleries on-line please let me know and I will be happy to link to them.


Related Posts
Creating an ECommerce Site with iView and Paypal
Using The Controlled Vocabulary with iView Media Pro

Labels: , ,

Wednesday, 2 May 2007 

Digital Photography Workflow Part 4 (Archiving)

The final part of my workflow is to archive the files so that they are protected from disaster and so that I can find pictures when I need to. So once a month I archive off the previous months working directory to my archiving system.

First I go through the months images using the Breezebrowser Pro slideshow facility and delete out any images I don't want to keep. Sometimes I also find images that missed my attention first time around and they get processed in the usual way.

Next I load the images in to a temporary iView Media Pro catalogue and do some fine level keywording classification. During the load process images already receive a lot of keywording so this process covers things like the names of people in the shot and descriptive words like emotions and colours.

Once the keywording is complete the keywords are written back to the files using the synchronise command in iView.

The months files are copied and created as a new directory on my heard of buffalo. Finally these files are imported into an iView database covering the entire archive.

My Workflow

Labels: , , , , , , ,

Tuesday, 1 May 2007 

Digital Photography Workflow Part 3 (Output)

The next stage in my image processing workflow is to output to my chosen media. the actual process depends on my intended target.

Web Site
I often display my work on websites like Ephotozine to get feedback on my work. To prepare for a web page I do the following in Photoshop.

  • Add a border.
  • Select Image>Mode and convert to 8bits per channel.
  • Use Image>Image Size to reduce the size of the so that maximum height is 800 pixels and the maximum width is 1000 pixels. I ensure that bicubic sharper is selected.
  • Then I convert to SRGB using Edit>Convert to profile.
  • Finally I add an unsharp mask of around 40%, 1 pixel threshold 1.
  • use Save For Web to reduce the final image size to around 200K.

All of this has been recorded as an action in Photoshop so it is actually a matter of clicking and waiting for a few seconds.

My Web Galleries
I will cover part 4 of my workflow (archiving) soon but for the moment trust me when I say it relies on iView Media Pro quite heavily. My web galleries are generated directly from iView.

A catalogue set for the gallery is created and all items selected for the gallery are added to it. Each picture has the comments updated and a title added. The Gallery is then generated and uploaded through Dreamweaver.

Print
For Print output the image is resized to the required output size at 300dpi with bicubic-smoother selected. I then use the professional sharpening toolkit from The Lights Right Studio to sharpen the image with specific settings for ink-jet at 300DPI on matte paper.

Finally the prints are produced on an Epson 2100 printer on to Epson archival matte paper using genuine Epson inks. Prints are left to dry for 24 hours then checked and signed in pencil and mounted using acid free mountboard.

Part 4 covers the final part of the workflow - Archival.


My Workflow

Labels: , , ,

Saturday, 31 March 2007 

Creating an ECommerce site using iView Media Pro and the PayPal Shopping cart

First visit Dave Beckermans guide to using iView and PayPal as it covers an awful lot of the basics you will need, The main difference between his method and mine is that he has individual sizes and prices for each picture where as my method is designed for a gallery where all the prints are the same sizes & prices.

Take a look at the Galleries on this site, to get an idea of how the web pages generated by this method. While you are there why not buy a picture or two.....you know you want to.

How to do it

  • Download the Paypal.zip file.
  • Unzip the contents into the iView HTML template directory which is under the Plug-ins directory of iView media pro.


Set your products and paypal items

Open the Media.html file (its in the paypal directory you just created) in notepad or an HTML Editor. Find the section that looks like this:
<!-- iView HTML Engine Directives
(iView:InMediaWidth 500)
(iView:InMediaHeight 500)
(iView:Variable name = "Gallery Title" default = "")
(iView:Variable name = "PayPalAccount" default = "paypal@paypal.com")
(iView:Variable name = "ReturnScreen" default = "http://www.yoursite.com/Success.html")
(iView:Variable name = "CancelScreen" default = "http://www.yoursite.com/Galleries.html")
(iView:Variable name = "CurrencySymbol" default = "£")
(iView:Variable name = "CurrencyCode" default = "GBP")
(iView:Variable name = "Item1Description" default = "18 x 12 inch Mounted print")
(iView:Variable name = "Item1CodeNo" default = "")
(iView:Variable name = "Item1Price" default = "75")
(iView:Variable name = "Item2Description" default = "18 x 12 inch Framed & Mounted print")
(iView:Variable name = "Item2CodeNo" default = "")
(iView:Variable name = "Item2Price" default = "125")
(iView:Variable name = "Item3Description" default = "24 x 18 Mounted print")
(iView:Variable name = "Item3CodeNo" default = "")
(iView:Variable name = "Item3Price" default = "250")
(iView:Variable name = "Item4Description" default = "24 x 18 inch Framed & Mounted print")
(iView:Variable name = "Item4CodeNo" default = "")
(iView:Variable name = "Item4Price" default = "300")
-->


You need to change the value in quotes for default for each line that begins with (iView:Variable name

The Settings:

Setting Current Value Description
Gallery Title
Title of your Gallery - best left blank
PayPalAccount paypal@paypal.com Your paypal account ID
ReturnScreen http://www.yoursite.com/Success.html URL to return to after a succesful purchase
CancelScreen http://www.yoursite.com/Galleries URL to return to after the user has pressed cancel
CurrencySymbol &pound; Currency symbol in HTML (£ = &pound;, $ = $ € = &euro;)
CurrencyCode GBP Currency code (GBP = pounds, USD = dollars, etc )
Item1Description 18 x 12 inch Mounted print Description of first item type you sell
Item1CodeNo
A code number for this item if you have one
Item1Price 75 Price for item 1
Item2Description 18 x 12 inch Framed &amp; Mounted print Description of second item type you sell
Item2CodeNo
A code number for this item if you have one
Item2Price 125 Price for item 2
Item3Description 24 x 18 Mounted print Description of third item type you sell
Item3CodeNo
A code number for this item if you have one
Item3Price 250 Price for item 3
Item4Description 24 x 18 inch Framed &amp; Mounted print Description of fourth item type you sell
Item4CodeNo
A code number for this item if you have one
Item4Price 300 Price for item 4


Having made all the changes, save the file.

Creating the Galleries

Now go to iView and select the items that you wish to appear in your gallery.
Select Make>HTML Gallery...
On the Theme tag check the settings.


Click the Theme Fields Tab and change any fields that you need to.


Click Make... and chose a directory to load the gallery into.

That's about it, if you have any questions please add them as comments at the bottom of this article and I will see if I can help.




Related Posts

An Alternative template for Paypal and iView Media Pro

Labels: , , ,

Tuesday, 27 March 2007 

Sprucing up the Joint

I've been a bit busy over the last few days changing the Galleries and Exhibitions Sections of the site. The site even includes the obligatory gradient background that all css based sites seem to have these days.

The main reason for this is that I wanted to change the way the galleries were generated. Previously I used Breezebrowser to generate the web galleries through The EOS template. There were two main reasons for deciding to change.

  • Breezebrowser is an excellent product and I use it at the front end of my workflow to sift through the images and quickly sort out the shots I don't want. The trouble is that generating web galleries is usually an end of workflow thing for me, and by the end of the workflow my images are all safely stacked away in iView Media Pro. So using iView would be a much better option.
  • The EOS template is a fantastic piece of javascript programming an for event/wedding photographers it does a great job of delivering galleries for users to buy prints from. The problem from my point of view is that all that javascript stops the site being indexed by search engines. Additionally i wanted something I could easily controll with css and minimal javascript and it was time for a change.
I decided to use the iView HTML generation technology combined with the Paypal Shopping Cart system to produce exactly what I wanted. In a future blog I will provide some instructions on how to do this yourself for those who are interested.

In the meantime here is a picture I found whilst tidying up the galleries:



Triplet

Labels: , , ,

Wednesday, 21 February 2007 

Using Controlled Vocabulary with Iview Media Pro

A while back I became interested in using a controlled vocabulary when keywording images. David Riecks at www.controlledvocabulary.com has produced a controlled vocabulary keyword catalogue, which is a great basis for a structured keywording of files.

The only problem with the system was that it didn't work with iView Media Pro, but a bit of research and some excel coding and I came up with a way to do it. If you would like to do it yourself then you need to:

1. Order the Controlled Vocabulary Keyword Catalogue.
2. Have Excel installed on your PC
3. Download this Excel file.

I am hugely grateful to David Riecks for writing the following user guide to the using the Excel File:


When you first open the ProcessCV file it appears to be deceptively
simple. There are two fields

The first labelled the "Controlled Vocabulary filename" is the path to
the location where you stored the text version of the CVKC (or
another file using the same format and saved as a tab delimited text file).

In the Target Keywords File Name: use something like the following.

C:\Documents and Settings\[username like your name or
Administrator]\Application Data\iView\Plug-ins\Vocabulary\Default\keywords.txt

When you click on the "Create Keywords file" one of three things will
happen. Either it will start processing your file, or you will get
one of two warnings.

If you get one that says "Run Time error 1004" this means that the
source file you indicated in the first field is incorrect. The other
indicates that the ability to run Macros is disabled. It will look
like the following:

-----
Macros in this workbook are disabled because the security level is
high, and the macros have not been digitally signed or verified as
safe. To run the macros, you can either have them signed or change
your security level. Click Help for more information.

OK or Help
-----

In order to enable these in Excel go to:

Tools >> Options >> Security tab, and look for the "Macro Security"
button in the lower right.

In the subsequent dialog, change the radio button from "High" to
"Medium" which states, "Medium, You can choose whether or not to run
potentially unsafe macros."

Click OK in the "Security" dialog, and then OK in the "Options" dialog.

You will need to close the file and reopen it (or perhaps even restart Excel).

When you reopen the ProcessCV.xls file, you'll probably see something like:

---
"A file named "c:\Documents and Settings\[username]\My
Documents\[foldername]\ProcessCV.xls contains macros.

Macros may contain viruses. It is always safe to disable macros, but
if the macros are legitimate, you might lose some functionality.

Disable Macros Enable Macros More Info"
--

Click on the "Enable Macros" button and insure that you have set the
location of the source and destination files in the ProcessCV file.
Then click on the "Create Keywords file" and you'll see in the lower
left corner information about "processing row XX of XX" as the macro
does it's work.

At the end you may also receive a warning like:

"A file named "c:\Documents and Settings\Adminstrator\Application
Data\iView\Plug-ins\Vocabulary\Default\keywords.txt already exists in
this location. Do you want to replace it?
Yes No Cancel"

If you wish you can copy the file, before you run the ProcessCV.xls file.

If there is no Keywords.txt file then the process will simply stop
when completed.

Start iView, then choose Edit >> Preferences >> Vocabulary Editor

Make sure that "Default" is chosen in the Vocabulary pull down, and
that the "keywords" field is selected in the "Field" pull down.

Then check, OK

If you start typing a particular word, such as "dog" into the
Keywords field in the Info Panel, then you can click on the downward
pointing arrow and see all the strings which contain that word, and
you can pick the most appropriate line. Since it's a comma-separated
string when you press the return/enter key, each term in the line is
entered as a separate keyword.

In the example above you might get "animals, pets, dog, puppy" or
"animals, wildlife, mammals, canine, dog" depending on where you
intend to place the images.

If you just click the downward pointing arrow and don't enter a word
in the keyword field the drop-down list will be very long. All of the
terms, however, are organized hierarchically so it's not that
difficult to find what you want with scrolling. Once you are familiar
with the list, entering a high level category word narrows down the
set considerably.




David has stated that future versions of the Keyword Catalogue will come with the iView format supplied. So hopefully things will be even simpler in the future.

Update 5 April 2007
Version 3 of The Controlled Vocabulary Keyword Catalogue has just been release. As promised this provides native support for iView Media Pro, installation instructions can be found here.

Labels: , , , , , ,