Pricing
Prices are based on size and complexity. Contact me for a quote.
| Type |
USD |
EUR |
| Small / Icon |
N/A |
N/A |
| Medium / Portrait |
N/A |
N/A |
| Large / Full Scene |
N/A |
N/A |
+ Complex backgrounds cost extra
+ Commercial use costs extra
+ Rush orders available (+50%)
Request a Commission
5000) {
$error = 'Description is too long (max 5000 characters).';
} else {
// Compose email
$to = 'commissions@256phi.eu';
$subject = "Commission Request from $name";
$body = "New commission request:\n\n";
$body .= "Name: $name\n";
$body .= "Email: $email\n";
$body .= "Budget: $budget\n\n";
$body .= "Description:\n$description\n";
$headers = "From: noreply@256phi.eu\r\n";
$headers .= "Reply-To: $email\r\n";
$headers .= "Content-Type: text/plain; charset=UTF-8\r\n";
if (mail($to, $subject, $body, $headers)) {
$success = true;
} else {
$error = 'Failed to send message. Please try emailing directly.';
}
}
}
}
?>
Your commission request has been sent. I'll get back to you soon!
= $error ?>
Or email me directly at commissions@256phi.eu