KieferArt |
COMMISSION FORM (Press "CTRL +" to enlarge page, "CTRL - " to reduce) |
Filling out this form does not obligate you to commission a painting, but it is the first step toward it. Please fill in your contact info (all fields required), upload your photos and describe specifically which elements of those photos you'd like to include in the painting. Your information will be kept in the strictest confidence. You can also use this form to upload any additional photos during our consultations. If you haven't already, please read the COMMISSION PROCESS page to get a full understanding of how this works. Once I receive the info you provide here, I will email an assessment of the proposed project and possibly include content options for the painting that could effect the price up or down, depending on your needs. |
";
echo "" . "Hi, " . $fname . "." . " I'll post my response to your new information" . " " . " on the messageboard as soon as I can." . " Enjoy your day."; echo " |
";
echo "" . "Thank you" . " " . "for submitting your custom painting ideas, " . $fname . "."; echo " |
" . "I will study your photos and requests and then post my comments along with a project price estimate on the KieferArt MESSAGEBOARD (you will be notified by email when I post it.) Our consultations from that point on will take place on the MESSAGEBOARD. No need to sign up again there. Use the following username and password." . " " . "USERNAME: " . "" . $GenUserNm;
echo " " . "PASSWORD: " . "" . $GenPassword; echo " " . "Please make a note of these" . "." . " " . "After our consultations, if you decide to commission the painting, we will formalize our mutual investment in the project on the " . "" . "COMMITMENT FORM" . "" . " which will summarize our discussions. You are NOT obligated to commission this painting until you click the " . '"I AGREE"' . "button on that form." . " "; echo "In the meantime, I look forward to seeing what you have in mind for your painting and will be in touch as soon as I can. Look for " . "" . "kiefer@kieferart.com" . "" . " in your inbox. Thanks again for your interest. " . " |
";
$filename = $picURL[$i];
list($width, $height) = getimagesize($filename);//EXTRACTS WIDTH AND HEIGHT OF IMAGE
if ($width > $height)//WIDTH IS GREATER THAN HEIGHT
{
$newWidth = 200;//THUMBNAIL SIZE OF WIDTH
$multip = $width / 200;
$roundedM = round($multip, 2);//PROPORTION OF NEW WIDTH TO OLD WIDTH
$newHeight = round($height / $roundedM);
$newHieght = round($newHeight);//NEW HEIGHT PROPORTIONED TO NEW WIDTH
}
if ($height > $width)//HEIGHT IS GREATER THAN WIDTH
{
$newHeight = 200;//THUMBNAIL SIZE OF HEIGHT
$multip = $height / 200;//PROPORTION OF NEW HEIGHT TO OLD HEIGHT
$roundedM = round($multip, 2);
$newWidth = round($width / $roundedM);
$newWidth = round($newWidth);//NEW WIDTH PROPORTIONED TO NEW HEIGHT
}//END IF
if ($height == $width)//DIMENSIONS ARE EQUAL
{
$newHeight = 200;//REDUCE TO THUMBNAIL SIZE
$newWidth = 200;//" " " "
}
echo "" . " "; $string = $picURL[$i];//PUT EACH URL VALUE IN A STRING //echo $string . " " . " is the value of one of the URLs from the array." . " "; $picCaption = substr($string, 8);//TAKES THE uploads/ AWAY FROM THE STRING, LEAVING JUST THE FILE NAME if (strlen($picCaption) > 50)//KEEPS THE FILE NAME STRING FROM BEING TOO WIDE. IF IT IS WIDER THAN THE MAX WIDTH OF THE THUMBNAIL, BREAKS { $cap1 = substr($picCaption, 0, 35);//LOADS THE FIRST 35 CHARACTERS INTO VARIABLE 1 $cap2 = substr($picCaption, 35);//LOADS THE SECOND PART OF THE FILE NAME INTO VARIABLE 2 $picCaption = $cap1 . " " . $cap2;//LOADS BOTH WITH A BREAK INTO VARIABLE } echo ""; echo $picCaption . " | ";// PRINTS CAPTION, WHETHER WITH A BREAK OR NOT
//echo "This is the contents of " . $picURL[$i] . " extracted from the uploads folder." . "
HOME |
INTRODUCTION |
FINE ART GALLERY |
PORTRAIT GALLERY |
COMMISSION INFO & PRICING |
CARDS/WRITING |
LESSONS |
WHAT'S NEW AT KIEFERART |
KIEFER
© 2011 - 2013 Oil Painting by Kiefer All Rights Reserved. Website developed by Karen Kiefer. Inquire within. |