How can I get my text into a wedge shape (without losing quality)?

I'm using PS CS3... So the effect I'm going for is like what you would get if you had an image, and you do Edit > Transform > Distorted it, moving the lower right corner towards the center. The problem is that Distort is not an option for text layers . I tried making my text layer into an image layer and distorting it, but this method make my letters look pixelated. The closest I've got is to do Layer > Type > Warp Text with zero Bend and a negative Horizontal Distortion... But doing that makes both the top AND bottom of my text taper inward. I only want the BOTTOM part of the text to slope. Please help!

One could convert the Text to a Smart Object and then apply the Distortion or Warp.
If the result appears pixelated one could open the SO and increase the resolution, which should alleviate the problem somewhat.
Edit: In CS3 the perspectival transformation for SOs is not directly available, but can be simulated with Warp.
A further option would be creating a Layer with a Vector Mask from the Text (Layers – Type – Convert to Shape; best done on a duplicate of the original text layer) and transform that; this would maintain sharp edges at the price of losing text-editability.

Similar Messages

  • How can I get my ipad out of recovery mode without losing all of my data

    I plugged my ipad into my laptop to charge, it went into recovery mode, I cannot lose my data.  How can I save my data and get out of recovery mode?

    Unplug it from your laptop and try a reset:
    Reset: Hold the Sleep/Wake and Home buttons and don’t let go until the screen goes dark and the Apple logo appears (no data will be lost)
    If it goes back into Recovery Mode then unfortunately your data is already lost.
    Restore from your iCloud or iTunes backup.
    iOS: Back up and restore your iOS device with iCloud or iTunes

  • How can I get my phone out of restoration mode without losing my pictures?

    I was trying to back-up my phone on my new laptop, but it somehow disconnected itself, so it went into recovery mode. I was wondering if there was any way of either getting it out of recovery mode, or restoring it, without losing all the pictures I have on it? I did not have my icloud on for my picture roll, so that's out of the question.

    There is a safe boot on a Mac but I have never heard of anything like that on an iPad.
    If you are referring to restore mode where the iPad displays a USB connector and iTunes then the data on the iPad is already gone and you might as well connect it up to your computer and restore so that it works.

  • I thought that I was updating my phone...but it went into Recovery mode with the USB cord pointing to itunes and music notes in a circle. How can I get my Iphone 4 back to working without losing my data? I tried turning the phone off and it is uplugged.

    My iphone 4 is stuck on the lock screen with the USB cord pointing to itunes and music notes. I thought I was updating the phone for itunes but it is now teetering on the Recovery Mode. I do not want to lose my data, etc. Can someone explain how I can get my phone back? Apple support is not helpful.

    Your phone is in recovery mode.  All data on it are already lost.  You must connect your phone to your computer and restore through iTunes.

  • TS4002 How can I get my messages into icloud

    How can I get my text messages into icloud from iphone

    Messages are only backed up to iCloud as part of a full iOS device backup, which can be restored in full to another, or the same iOS device.
    Messages are not available separately in iCloud, nor can they be viewed.

  • How can I get the "text" field from the actionEvent.getSource() ?

    I have some sample code:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.util.ArrayList;
    public class JFrameTester{
         public static void main( String[] args ) {
              JFrame f = new JFrame("JFrame");
              f.setSize( 500, 500 );
              ArrayList < JButton > buttonsArr = new ArrayList < JButton > ();
              buttonsArr.add( new JButton( "first" ) );
              buttonsArr.add( new JButton( "second" ) );
              buttonsArr.add( new JButton( "third" ) );
              MyListener myListener = new MyListener();
              ( (JButton) buttonsArr.get( 0 ) ).addActionListener( myListener );
              ( (JButton) buttonsArr.get( 1 ) ).addActionListener( myListener );
              ( (JButton) buttonsArr.get( 2 ) ).addActionListener( myListener );
              JPanel panel = new JPanel();
              panel.add( buttonsArr.get( 0 ) );
              panel.add( buttonsArr.get( 1 ) );
              panel.add( buttonsArr.get( 2 ) );
              f.getContentPane().add( BorderLayout.CENTER, panel );
              f.setDefaultCloseOperation( JFrame.EXIT_ON_CLOSE );
              f.setVisible( true );
         public static class MyListener  implements ActionListener{
              public MyListener() {}
              public void actionPerformed( ActionEvent e ) {
                   System.out.println( "hi!! " + e.getSource() );
                   // I need to know a title of the button (which was clicked)...
    }The output of the code is something like this:
    hi! javax.swing.JButton[,140,5,60x25,alignmentX=0.0,alignmentY=0.5,
    border=javax.swing.plaf.BorderUIResource$CompoundBorderUIResource@1ebcda2d,
    flags=296,maximumSize=,minimumSize=,preferredSize=,defaultIcon=,disabledIcon=,
    disabledSelectedIcon=,margin=javax.swing.plaf.InsetsUIResource[top=2,left=14,bottom=2,
    right=14],paintBorder=true,paintFocus=true,pressedIcon=,rolloverEnabled=true,
    rolloverIcon=,rolloverSelectedIcon=,selectedIcon=,text=first,defaultCapable=true]
    I need this: "first" (from this part: "text=first" of the output above).
    Does anyone know how can I get the "text" field from the e.getSource() ?

    System.out.println( "hi!! " + ( (JButton) e.getSource() ).getText() );I think the problem is solved..If your need is to know the text of the button, yes.
    In a real-world application, no.
    In a RW application, a typical need is merely to know the "logical role" of the button (i.e., the button that validates the form, regardless of whether its text is "OK" or "Save", "Go",...). Text tends to vary much more than the structure of the UI over time.
    In this case you can get the source's name (+getName()+), which will be the name that you've set to the button at UI construction time. Or you can compare the source for equality with either button ( +if evt.getSource()==okButton) {...}+ ).
    All in all, I think the best solution is: don't use the same ActionListener for more than one action (+i.e.+ don't add the same ActionListener to all your buttons, which leads to a big if-then-else series in your actionPerformed() ).
    Eventually, if you're listening to a single button's actions, whose text change over time (e.g. "pause"/"resume" in a VCR bar), I still think it's a bad idea to rely on the text of the button - instead, this text corresponds to a logical state (resp. playing/paused), it is more maintainable to base your logic on the state - which is more resilient to the evolutions of the UI (e.g. if you happen to use 2 toggle buttons instead of one single play/pause button).

  • How can I get my texts back after IOS update?

    How can I get my texts back after an IOS update?

    Hi Clembo60,
    Welcome to the Apple Support Communities!
    I understand that your text messages are missing after an update on your iPhone. If you have a backup of your device on either iTunes or iCloud, you can restore from that backup and bring your information back. Please review the attached article, which covers how to back up and restore from backups, for more information. 
    Back up and restore your iPhone, iPad, or iPod touch using iCloud or iTunes - Apple Support
    Best regards,
    Joe

  • Working alternating with iPhoto and FCE tgrying to import pictures from iPhoto into FCE suddenly all my 22300 pictures disappeared leaving empty frames. Does somebody know where the pictures could have gone and how can I get them back into iPhoto? Lothar

    Working alternating with iPhoto and FCE tgrying to import pictures from iPhoto into FCE suddenly all my 22300 pictures disappeared leaving empty frames. Does somebody know where the pictures could have gone and how can I get them back into iPhoto? Lothar

    The ! turns up when iPhoto loses the connection between the thumbnail in the iPhoto Window and the file it represents.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. .
    Regards
    TD

  • TS4036 I have a Macbook pro and I'm trying to set up my ICloud on it, and when I go to Preferences, there is NO ICloud there.  How can I get ICloud back into  "my preferences" to set it up?

    I have a MacBook Pro, its 1 year old.  I'm trying to set up my ICloud on it, and when I go to "preferences", (it says to go to "Preferences" in the instructions,) and then "click" on "ICloud", but my ICloud is not there.  How can I get "ICloud back into "my preferences". 

    Welcome to the Apple Community.
    This suggests you don't have the right operating system. OS X 10.7.2 or better is required for iCloud, which operating system do you have.

  • My current project in the events library has gone into list mode. ie a single clip on the left, one above another, so showing only about 7 clips. how can I get it back into normal horizontal mode

    My  current project in the Events Library has gone into list mode. ie a single clip on the left one above another, so showing only about 7 clips. How can I get it back into normal horizontal mode?

    That's about what it's supposed to look.
    How do You want it to look ?
    a. You can change places by using this
    b. May be You changed this top right symbol of an hard disk ?
    c. or changed the number of frames to be viewed ?
    d. OR - it can (at least for me) be so that You think of how it looks in iPhoto. (To me a very common mistake)
    Yours Bengt W

  • I reinstalled my OS and now it wants to empty my phone.  How can I get it to back up my phone without removing the data?

    I reinstalled my OS and now it wants to empty my phone.  How can I get it to back up my phone without removing the data?

    You can't. But if you backed up your computer prior to wiping it out, you should be able to restore your iTunes library, contacts, photos, etc. from that backup. Once you do, you can set the phone up again and just sync everything from your library back to it.
    If you didn't back the computer up either, you can transfer items purchased on the phone into iTunes, and if you set up at least one contact in whatever application you sync your contacts to on the computer, it will offer to merge the address books on the first sync, saving those.  Any media you'd acquired from sources other than the iTunes store will have to be re-downloaded from the source or re-ripped.
    The iPhone is NOT a backup device.

  • I lost my iPhone device, how can I get my data back on another one without using an iCloud backup just back up on i Tunes, Please Help.

    I lost my iPhone device, how can I get my data back on another one without using an iCloud backup just back up on i Tunes, Please Help.??

    You can find the backup files and then copy them to a safe place if you are worrying about this.
    iTunes places the backup files in these places:
    Mac: ~/Library/Application Support/MobileSync/Backup/
    The "~" represents your Home folder. If you don't see Library in your Home folder, hold Option and click the Go menu.
    Windows Vista, Windows 7, and Windows 8: \Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\
    To quickly access the AppData folder, click Start. In the search bar, type %appdata%, then press Return.
    Windows XP: \Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    To quickly access the Application Data folder, click Start, then choose Run. In the search bar, type %appdata%, then click OK.

  • How Can I get my bookmarks From My Sync account without my sync key after a hard drive crash?

    My Computer Hard Drive crashed before I could back up my Sync Key or add another device. How can I get My bookmarks from my sync account without resetting the sync key and wiping my data?

    Not from Mozilla. Nobody knows your Sync Key except for you. <br />
    Is that hard drive usable at all? Like as an external disk in a USB hard drive enclosure?
    If so, you can recover your Firefox data from that drive. <br />
    http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile
    Your old Profile is located here in Vista & Win7: <br />
    ''drive'':\Users\''Windows login user name''\AppData\Roaming\Mozilla\Firefox\Profiles\''profile_name'' <br />
    Make sure that you unhide "Hidden files and folder" in the Control Panel > Folder Options -> View

  • HT1296 I purchased a macbook pro online this fall and had iWork and iLife apps pre-installed when I purchased it.  How can I get these Apps onto my iPhone 4s without paying for it again?

    I purchased a macbook pro online this fall and had iWork and iLife apps pre-installed when I purchased it.  How can I get these Apps onto my iPhone 4s without paying for it again?
    On my iphone those apps still require me to purchase them.

    The MacBook versions run on a Different Operating System...
    You will need to Purchase the iOS iPhone versions

  • After purchasing a song on the iTunes store, the song did not download entirely. How can I get a refund or download it again without rep[urchasing it?

    After purchasing a song in the iTunes store, the song was downloaded, but when I went to play it, it was not completely recorded. How can I get a refund or download it again without being charged again on my account?

    Hi Dan,
    If the song does not appear in your Purchased folder, then you can go back to the Store, select the song again, go select "Buy", and press Enter. iTunes knows you already purchased it, so it won't charge you again. It will, in fact, tell you that you have already purchased this item, and will ask you if you want to download it again for free....
    Just in case it is not to be found in the Purchased folder!
    Hope this helps!
    Cheers,
    GB

Maybe you are looking for

  • Forms migration and Ajax

    Hi, I am working on a survey for a migration project, Oracle forms to j2ee. The system is for expert power users who will need a powerful user interface. Traditional webpages will be insufficient. We are considering Ajax to boost the power of the use

  • Thread safe servlets

    I have a question regarding the semantice of servlets. Consider you are calling a method public StringmodifyAddress(){......}in the service method of the servlet. Now considering that a servlet could be sericing multiple requests would this method be

  • How can I make iTunes icons smaller?

    Using my mini with a full-size monitor, when I open iTunes and try to look at my music library via "album," I get gigantic icons of albums. this takes up way too much room on the screen. Changing it is evidently done by a preference somewhere, but ne

  • Data loss in Manage data in HFM 11.1.2. Advice needed

    Dear All, Yesterday while using the Manage data function in HFM we encountered a large amount of data loss. Let me explain. Our goal was to copy Non Financial accounts Entity Currency data from one budget scenario to another budget scenario. See the

  • Why when i connect my iphone 5 to i tunes its comming up saying cannot connect to service

    its comming uo saying cannot connect to service whe i plug my iphone 5 to i tunes