Sculpture or carving look made on subject's body picture..

Here is my question:
Imagine you have a photo of someone with a solid black background around it.
My question is:
Is there any effect or photoshop plugin that would modify
this photo to make it look like a 3D sculpture ?
Or is it a painfull task with lots of tweakings ?
Thanks

http://www.google.co.uk/search?q=statue+effect+in+Photoshop

Similar Messages

  • I made an iMovie from iPhoto pictures that both look GREAT.  Watching the DVD i burned on a Playstation2 makes the pics look fuzzy. Why? how can i fix this?

    I made an iMovie from iPhoto pictures that both look GREAT.  Watching the DVD i burned on a Playstation2 makes the pics look fuzzy. Why? how can i fix this?
    MPR

    When you watch on your Mac, it is at or near HD 1920x1080 pixels (about 2 megapixels), depending on the resolution of your screen. Most photos today are 5 megapixels or greater, depending on your camera, but anything over 2 megapixels must be reduced when put in a video.
    When you create a DVD, you must further reduce it to 640x480, standard definition. This is about 0.3 megapixels. iDVD will do this for you.
    You can fix by creating an HD movie in iMovie. You can Share this using Share/Export Using QuickTime to an MP4 container using the h.264 codec. You can then put this movie on your PS3 using a USB thumb drive.
    That should give you good resolution.
    (NEVER MIND, YOU SAID PS2 not PS3, my apologies)

  • Email submit button concatenate subject and body

    Hello Expert,
    I'm trying to modify what the body of the email will look like once the user has pressed an email submit button. In Livecycle designer, I clicked on the button and viewed java script code
    this.resolveNode("#event.#submit").target = "mailto:"+$record.XXXXXX.MAIL_ID.value+"?subject ="+" Subject line "+"&body="+"Body of the mail";
    Whenever i click the button its conacatenate the subject line with -- " Subject line &body body of the mail ".
    My requirement is to change the body of the mail. Can anyone help me on this issue.

    Hi Abdul,
    Try this. Create a regular button and in the click event put this script.
    var mail;
    var add = mailAddress.rawValue; // the to mail address you want.
    var msg = "Sample message"; // This is the body of the mail Customize it as per need by fetching value from different fields
    var sub = "Sample Subject"; // This is the subject of the mail.
    event.target.mailDoc({
              bUI: true,
              cTo: add,
              cCc: '',
              cBcc: '',
              cSubject: sub,
              cMsg: msg
    Thanks,
    Bibhu.

  • Emails appear in bold text (subject and body)

    A few days after installing OS X Yosemite on my iMac, all of my Comcast emails appear in bold text (subject and body text). This makes it difficult to distinguish unread email from read email.  I view email directly through the Comcast website (NOT with Outlook or Mail). This issue happens in Firefox and Safari. My email looks normal on other devices. I am working with Comcast to try to resolve the issue, but since it started a few days after upgrading to Yosemite, I thought I'd check here too.

    Try to set the Boolean pref <b>gfx.font_rendering.directwrite.use_gdi_table_loading</b> to <i>false</i> on the <b>about:config</b> page.
    *http://kb.mozillazine.org/about:config
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"

  • Mailto Subject and Body

    I've been working on an app that involves sending an email. I usually have no problem sending an email with just the recipient information, but this time, I am trying to add a preconfigured subject and body. I have looked at a few example online and used them, but I still can't seem to get the function to work. Here is the example I have been using:
    NSString *url = [NSString stringWithString: @"mailto:[email protected]?cc=[email protected]&subject=Greetings%20from%20Cupertino!&body=Wish%20you%20were%20here!"];
    [[UIApplication sharedApplication] openURL: [NSURL URLWithString: url]];
    The only time a preconfigured subject and body do work properly is when they are just one word.
    Any help would be appreciated.

    Use MFMailComposeViewController instead.

  • Mailbox Quota Message, Sender, Subject and Body blank?

    Running Leopard Server, I have mail quotas enabled. System sends the email to the user but the email message From Address, Subject, and Body are blank. I have them set in Server Admin but they don't show in the message. Is there a setup file that I can edit in terminal to correct?

    Haven't checked yet on Leopard, but I would think the files are:
    /private/etc/mail/quota_warning.txt
    /private/etc/mail/quota_exceeded.txt

  • FF10 Mailto links to gmail no longer populate email address, subject, or body.

    I click a mailto link and this same link (craigslist links) has always populated email address, subject, and body. Now it does not do any of that. Anyone know what the problem might be?

    thanks for checking! after numerous tests, i've realized that it must be because i have gmail set as my default email client. so... although gmail recognizes html text links, flash not so much. at least i can stop driving myself crazy with the flash file!

  • "returned form...."statement email subject line & body

    How do I remove or edit the "returned form...." statement/text in the subject line and body of the email that is automatically generated with the email button?

    Hello,
    You will have to move away from the "submit form" event and run a javascript. I have attached the script below. Please note that it has a down side it will toggle your local email client by default. I am working on a script that will offer a selection between local and internet based email clients.
    // Change these address to the "to" address you want
    var cToAddr = "[email protected]; [email protected]; [email protected]";
    // Change these address to the "bcc" address you want
    var cBCCAddr = "[email protected]; [email protected]; [email protected]";
    //Enter what you want to display in the subject line and email body
    var cSubLine = "Form X-1 returned from client"; var cBody = "Thank you for submitting your form.\n" + "Save the mail attachment for your own records";
    //** Send the form data as an XML attachment on an e-mail
    // Build the e-mail URL
    // Change these address to the "to" address you want
    var cEmailURL = "mailto:[email protected]; [email protected]; [email protected]?Bcc=" + cBCCAddr + "&subject=" + cSubLine + "&body=" + cBody;
    this.submitForm({
    cURL: cEmailURL,
    cSubmitAs:"PDF",
    cCharSet:"utf-8"

  • Why do have a long default Subject when sending picture to Web Gallery?

    Why does Apple populate a long default Subject when sending a picture to Web Gallery? This is extremely annoying as the long Subject has to be deleted for each picture (Subject becomes the Pictures' caption in the Gallery) before entering a desired Caption.
    Why not just leave the default Subject blank so we can add what we want? I have submitted this as both an enhancement and bug request to online Apple support. Just wanted to call it to others attention in case their was a workaround or so others could also submit it to support.
    Not very user friendly having to tap 20+ delete keys before entering a Caption for each picture....

    Just keep the delete key pressed down. It's faster.

  • I have an email account on qou but all the incoming emails subject and body appear as question marks, why???

    I have an email account on QOU (al-quds Open University) but all the incoming emails subject and body appear as question marks, why???

    Try to set the Boolean pref <b>gfx.font_rendering.directwrite.use_gdi_table_loading</b> to <i>false</i> on the <b>about:config</b> page.
    *http://kb.mozillazine.org/about:config
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"

  • Setting Mail Subject and Body

    Hi,
    I have configured sending a mail with PDF attachment for Invoices in NACE. the program is RLB_INVOICE The mail goes fine with the PDF attachment to external mail address.
    Now I need put subject and Body for the email.
    There are 2 issues now.
    1. In transaction NACE i am using "Mail title and texts" node when i fill the Document title, the same document title appears for the e-mail subject as well as the name of the attachment. But i need different names for the subject and attachment and the invoice number must be present in the subject.
    2. Under the "Text" tab when i maintain some texts, this doesn't appear anywhere in the mail.
    How do i maintain Subject and Body for the e-mail.
    Regards
    Rajvansh

    Hi
    Keep break point at SO_OBJECT_SEND.
    In the first screen
    VF01 / VF02  ->
    Set the Output type not to process immediately, use custom own transaction.
    Save and come out of transaction.
    And again
    VF01/ VF02 ->
    Issue Output type select the Output with medium 5.
    and click on the OK button.
    It should stop.
    To pass value from driver program to Enhancement point.
    I used FIELD SYMBOLS.
    Since i am offline, i do not have exact syntax.
    It will be something like this
    FIELD SYMBOLS : <OUTPUTTYPE> type any.
    ASSIGN '( PROGRAMNAME(FIELD NAME)) TO <OUTPUTTYPE>
    IF <OUTPUTTYPE> IS ASSIGNED.
    ENDIF.
    Or
    If it is custom driver program, you can use memory ID's also
    Regards
    MD

  • How translate Subject and body for a e-mail task to different languages ?

    We have several tasks with their corresponding subject and body text in a workflow.
    We would like to know if there is an easy way to translate all of them to several languages ?
    Thanks in advance.
    Juan.

    Hi Juan,
    The translation tools don't translate the subjects. I've found the best way to save yourself headaches is to log on in each target language and edit each task. Slightly longer but more reliable, simple and problem-free.
    Cheers,
    Mike

  • Change mail subject and body text

    Hi all,
    i activated access method M in tr. SPAD and via this method i'm sending various reports in PDF to external e-mails. But when recepitiens recive e-mail i have subject of e-mail composed of SYSTEM ID and SPOOL NUMBER (e.g. R3P-12345) and i also have defaulted mail body text :
    The Mail Attachment Contains the Print File Created by User XXXXX , with Number xxxx from SAP System R3P .
    To Print the Data, Open the Mail Attachment with a Suitable Program and Print the Document.
    How can i change mail subject and body text?
    Regards,
    PS*

    For the output type Maintian the Mail body and subject.
    You can do this at NACE==>Output Type ==> Mail title and texts
    rgds,
    TM
    See the link
    http://www.geocities.com/rmtiwari/main.html?http://www.geocities.com/rmtiwari/Resources/MySolutions/Dev/UtilityCode.html
    Message was edited by: Thomas Mann

  • PS CC crashes when editing panoramas or HDR made in LR CC from pictures taken by iPhone 5c.

    PS CC 2014 crashes when editing panoramas or HDR made in LR CC from pictures taken by iPhone 5c. It is consistent. I have tried several different settings but does not get this to work. Seems like the import from LR to PS is not working as good as it did with LR 5 and CC2014. Anyone else seen anything like this? / Ola

    Hi again,
    I have deinstalled all versions of PS and reinstalled CC 2014. Updated the Graphic driver to the latest version. The system configuration is given below, processor etc. After reinstallation I have tried several combinations of import from LR to PS. It does not matter if it is a dng or a NEF raw file PS keeps crashing when I try to edit the imported file. See attached screen dump. Stressful… I have now tried everything I can think of and nothing has improved the situation so far. / Thanks Ola
    Windows 7 64-bit SP!
    Intel Core i7-3930K CPU @ 3,20Hz
    64.0Gb RAM
    NVIDIA GeForce GTX 680

  • Change email subject and body

    Hi ,
    For one of my requirement, the email subject and body has to be changed. For order confirmation and quotation, the standard behaviour of having the smartform name as the subject name should be changed and ther ehas to be a dynamic subject name. Similarly the email content should also be changed. Is this possible? Can anyone suggest me the steps?
    Thanks.

    Hi,
    Could you please tell what method are you using to create emails?
    If it is using workflows then you can change the subject and mail body dynamically using parameters and expressions.
    If you are sending mail using an FM call, then also you can create dynamic subject and mail body.
    Please provide the details so that an appropriate solution could be provided.
    Regards,
    Saumya

Maybe you are looking for