Still not understanding radial w/ transparency gradient

I am trying to create the effect of a soft glow light behind a subject.
I must be going dumb, but part of the problem is simply not "getting" the zen of doing gradients in PE, partly because everyone's very helpful suggestions seem to vary so widely on how to do it and I'm getting more confused.
What I want to do is have one color (say dark red) where I can control its saturation, size, etc. and have everything else be transparent. I will be putting this graphic later on a website that has a colored background so I need the effect of the light being cast on that background.
The more I try to learn gradients, the farther way the knowledge seems to be.
Can anyone walk me through this?
Thanks. 

Tip: "delete" refers to hitting delete on the keyboard.
http://www.pixentral.com/show.php?picture=1HpboRcB57ewPTvyui1MUeb9mI4WBR0
This is as close as I can come to your request:
Select background color 0,0,155 (can be any color, but this shows up well)
File>new>blank file, 400px wide, 400px high, color mode RGB, resolution 300px/in
Access Custom shape tool. In options bar set color to white, and in shape library for this tool select the triangle shape. Click on the little triangle at the top to get the shape geometry options. Select fixed size. Enter 260 px width, 225 px height. Click on canvas to create triangle.
Now choose the oval shape in the library. Change geometry to 260 px wide, 50 px high. Click on canvas to create oval.
Access move tool, and nudge oval into position at bottom of triangle with arrow keys  In layers palette, link the 2 shape layers and merge them (Layer>merge linked)
Select foreground color red
Select gradient tool, in options bar select foreground to transparent, linear gradient
In layers palette, CTRL+left click the cone layer thumbnail to select it - should see marching ants
Drag from south to north within the selection to to apply the gradient
Select>deselect
Here is a print screen to demonstrate the layer structure:
http://www.pixentral.com/show.php?picture=10Hst6bjMVa0qFttqIBp9CI6ry5id
Note the linked layers referred to above - #5
If you finally need to delete the blue background for your purpose, you can do this readily utilizing the magic wand tool.
HTH

Similar Messages

  • Still not understanding Swing Double buffering

    I'm writing a custom JComponent like
    class Custom extends JComponent {
    protected void paintComponent(Graphics g) {
           //slow complex routine
    }As the display does not often change I thought I could improve performance with my own off-screen rendering
    class Custom extends JComponent {
    private Image screenImage= null;
    private void doOffscreen() {
                BufferedImage backimage = defaultgc.createCompatibleImage(getSize().width, getSize().height);
                final Graphics2D g2 = backimage.createGraphics();
                 slow complex routine
                screenimage = backimage;
    protected void paintComponent(Graphics g) {
           super.paintComponent(g);
           if (screenimage != null) {
                g.drawImage(screenimage, 0, 0, null);
    }What does adding
    class Custom extends JComponent {
           public Custom() {
                setDoubleBuffering(true);
    }get me ? Or can I use the SWING double buffer to render to ?
    I'm guessing what it will do is render my screen image into yet another image and then switch this in.
    I feel I'm missing something :(

    I've run your code and it seems to work well,
    however it is in constant update mode where as my application usually only changes as a part of user interactionActually, that doesn't matter, since when you want the screen to update, you just call "repaint()" from any place that has visibility in your application. The real wonderful thing about offscreen rendering is: that when you have to have an update done, it paints immediately is a very optimized code--a one line paint/paintComponent routine, since the image is pre-rendered, no waiting.
    The offscreen rendering approach lends very well to animation loops, adhoc graphic updates, and pretty much any other animation schemes I've been able to come up with.
    There is really only one concern that I have in offscreen renderings: it is possible that you would be able to catch the offscreen image being rendered so only a partial image would be present on the screen. I cannot make it do this so I can notice it happen in any animation loop or continuous update scenario that I've been able to test.
    I can force it to happen noticeably in code if I purposefully artificially extend the animation times far beyond what they may normally take and unreasonably make multiple tick cycles to the animation and update delays. This is like running a film in ultra slow motion--frame by frame, but under normal conditions (full speed animations), I cannot force any noticeable flaw in the output of an offscreen rendering scheme.
    I've pumped that program that I posted up to 10,000 objects and it still ran--no flicker what so ever, but yes, it was a little jerky since I'm doing 1600x1200 and 10,000 images on a 2.4 GHz AMD under Solaris x64, but at the 1,000 object mark as posted, it works fine.

  • [ SOLVED ] Still not understanding how to reinstall Grub ?

    Hi All
    I currently have a dual boot windows 7 & Arch system and i have to wipe the Windows partition and reinstall.  But i am still confused as to how to reinstall Grub once i have reinstalled windows 7.  The wiki post is not longer available and have not found anything that explains what i need to do ... So can anyone point me in the right direction or explain what i need to do ?
    Many Thanks
    Last edited by whitetimer (2011-01-03 15:48:49)

    # FLAWLESS GRUB REINSTALL GUIDE BY DARKBEANIES ASSUMING YOU USE EXT3 FILESYSTEM
    # Boot arch install cd and login as root, and type the following commands in order, replacing X and Y values with the number of the partition/disk(MAKE SURE YOU GET THIS RIGHT, ASK IF YOU DON'T KNOW)
    cd /
    mount -t ext3 /dev/sdaX /mnt
    mount -t proc proc /mnt/proc
    mount -t sysfs sys /mnt/sys
    mount -o bind /dev /mnt/dev
    chroot /mnt /bin/bash
    #IMPORTANT-ONLY IF YOU HAVE SEPARATE BOOT PARTITION
    mount -t ext3 /dev/sdaX /boot
    #Then try:
    grub-install /dev/sdaX
    # -WHEN- this fails type this:
    grub
    root (hdY,X)
    setup (hdY)
    #Then reboot:
    cd /
    umount -a
    exit
    cd /
    umount -a
    reboot
    #That's it!
    Why oh why was this page removed from the wiki I do not know...
    Live CDs of various flavours available HERE: (Don't you have the CD or whatever you used to install to begin with?)
    http://www.archlinux.org/download/
    Last edited by darkbeanies (2011-01-02 17:24:55)

  • SMTP Banner mismatch - still not understanding how this works?

    I have a new Exchange 2010 install.  
    My outgoing email is getting flagged as spam.  MX Record test shows SMTP banner mismatch.
    I understand that you don't change the FQDN on the receive connector using the GUI.
    I have created an additional Receive connector so I have the following:
    Receive Connectors:
    Client Comm
    Default Comm
    My question is how to I change the smtp banner and which connector do I set it on.  The syntax needed for the Set-ReceiveConnector is kicking my butt.
    It sure is frustrating that the new Windows World is so centered around Powershell command lines. Very frustrating and backwards technology.
    The documentation on the Set and Get-Receiveconnectors is very poorly written. IMHO.

    My reverse DNS is setup correctly.
    This is an issue with the receive connector banner page.  Some email hosting services, AOL, Hotmail etc.  are flagging my outbound email as junk.  So they must be doing a test to see that my receive connectors have the wrong SMTP banner.
    My send connector is ALSO setup correctly.  
    I need help with the syntax in using the Set-receiveconnector cmd.
    Follow:
    http://technet.microsoft.com/en-us/library/bb125159(v=exchg.141).aspx
    Create a Internet type custom receive connector. My assumption is that you receive internet messages directly to the hubs. When you create an Internet Receive Connector it will allow anonymous senders to connect to it so it will work for internet messages. 
    In the Specify the FQDN this connector will provide in response to HELO or EHLO field, type the name advertised in response to the SMTP HELO or EHLO verb. If you leave this field blank, the fully qualified domain name (FQDN) of the Hub
    Transport server or Edge Transport server is automatically added when the connector is created
    Twitter!:

  • I noticed this question has been asked a lot, but I still do not understand. How do I get my ALL of my iTunes music onto iCloud.  I have already subscribed to match and increased my icloud storage. Only some of my music is in the cloud, not on iphone

    I have noticed that this question has been asked a lot, but I am still not understanding. How do I move ALL of my music on iTunes into iCloud? I have subscribed to match and increased my iCloud storage. Only part of my music is in the Cloud and not on my iPhone.

    Hello, Crafter Lady. 
    Thank you for visiting Apple Support Communities.
    You may find this article helpful when troubleshooting issues with iTunes Match.
    iTunes Store: Troubleshooting iTunes Match
    http://support.apple.com/kb/ts4054
    Cheers,
    Jason H.

  • Probelms with PS CS5 - Cant add a transparent gradient layer mask to a layer - please help

    My company just upgraded us to cs5 on our macs. I was working along in photoshop & dont know if I hit something inadvertently or what but all of a sudden I cannot add a black to transp gradient to a layer mask. Ive searched around even saved out and re-loaded the gradients from my pc (which has the black to transparent gradient in the gradient editor & the process works fine).
    Funny thing is that in the mac gradient picker, the black to transparent gradient is black and solid white but the name of it is 'black to transparent' in the editor. Ive tried
    I guess my questions would be how would one make a transparent gradient, or how would one reset the gradients to default becuase every time i delete all the gradients the add a new .grd file from my pc, it still does not show the gradient.
    Its amazing how such a small thing like this saves so much time and its eating me up that I cant get this to work
    Thanks in advance, Mark

    C:\Users\User\AppData\Roaming\Adobe\Adobe Photoshop CS4\Adobe Photoshop CS4 Settings
    This is where I finally found the prefs.psp file.  At least this is the way my Vista machinie is set up.  Your "User" config may be diferrent from mine.
    But, Thanks for the right answer!.  My transparent layer is now only showing the faint gray checkboard instead of black.
    Rob_L

  • Bluetooth Driver for dell(Inspiron N5110(ST: 3v82np1 ) is still not working well.

    Hi,
    I have tried installing "Dell Wireless 1701
    802.11 b/g/n, Bluetooth v3.0+HS Driver "
    But I saw neither wireless nor Bluetooth was defined.
    As  the drivers listed below are only  the driver for wireless and bluetooth, I almost tried all of them, except the last three.
    File TitleImportanceRelease DateVersionActions
    Intel Centrino Wireless-N 1030 WiFi Driver 
    (Driver) 
    Other Formats
    Description
    Intel 6230/N1030/N1000 WiFi Driver for win7 64-bit This package provides the driver for the Intel Centrino Wireless-N 1030 WiFi Driver and imore…
    Intel Centrino Wireless-N 1030/Advanced-N 6230
    Bluetooth Adapter Driver 
    (Driver)
    Description
    This package provides the Intel Centrino Wireless-N 1030/Advanced-N 6230 Bluetooth Adapter Driver and is supported on Inspiron N5110 and Vosmore…
    Dell Wireless 1701 802.11 b/g/n, Bluetooth v3.0+HS
    Driver 
    (Driver)
    Description
    This package provides the Dell Wireless 1701 802.11 b/g/n, Bluetooth v3.0+HS Driver and is supported on Inspiron N5110 and Vostro Notebook 3more…
    Dell Wireless 1702 WiFi + Bluetooth Driver 
    (Driver)
    s
    Description
    This package provides the Dell Wireless 1702 802.11 b/g/n, Bluetooth 3.0+HS Driver and is supported on Inspiron and Vostro Notebook models tmore…
    Intel Centrino Wireless-N 1000, Centrino Advanced-N
    6230, Centrino Wireless-N 1030, v.14.2.0.10, A01 
    (Driver)
    Recommended
    Description
    This package provides the Intel Centrino Wireless-N 1000/1030, Advanced-N 6230 Driver and is supported on Inspiron N5110 and Vostro Notebook more…
    Intel Centrino Advanced-N 6230/Wireless-N 1030
    Bluetooth Adapter Driver 
    (Driver)
    Description
    This package provides the Intel Centrino Advanced-N 6230/Wireless-N 1030 Bluetooth Adapter Driver and is supported on Inspiron N5110 and Vosmore…
    Add to My Download List
    Dell Wireless WLAN 1502 Half Mini-Card Driver 
    (Driver)
    Description
    This package provides the driver for Dell Wireless WLAN 1502 Half Mini-Card and is supported on Inspiron Notebook and Vostro Notebook modelmore
    Intel WiMax Link 6150 Driver 
    (Driver)
    Description
    This package provides the Intel WiMax Link 6150 Driver and is supported on Inspirion and XPS Notebook models that are running the following
    Realtek RTL8111E-VB Gigabit and RTL8105E-VB 10/100
    Ethernet Controller Driver 
    (Driver)
    Description
    This package provides the Realtek RTL8111E-VB Gigabit and RTL8105E-VB 10/100 Ethernet Controller Driver and is supported on Inspiron N5110 amore…
    I had to install Dell Wireless 1702 WiFi +
    Bluetooth Driver
    The wireless adapter was defined by this driver, however, the Bluetooth still has an exclamation mark in front of it, and when the Dell WLAN and Bluetooth client installation finished, a pop up message said that Windows couldn't install the device
    well, although there was a folder added in documents folder named 'Bluetooth Folder'
    Yes, the Bluetooth was named with 'Generic Bluetooth adapter' before installing 'Driver above'. However, after installing the driver above, the Bluetooth adapter named with ' Dell wireless 1702 Bluetooth v3.0". But as you see it's
    still not working will.
    The sceen shot shows the device manger before installing  Dell
    Wireless 1702 WiFi + Bluetooth Driver
    These screen shots shows the device manger after installing  Dell
    Wireless 1702 WiFi + Bluetooth Driver
    I've lit windows detect the operating program for this device on the internet, it said "Windows has detected that the operating  program of this device is up to date. As this screenshot shows.
    What should I do because nothing lift to try? If you have a look at the ninth drivers in my previous message, you will see that no other drivers for Bluetooth lift.
    Also, I have tried  to install Intel
    Centrino Wireless-N 1030 WiFi Driver 
    But I have been told that "the installation is blocked', This package of installation cannot be installed on your system' I don't know what this
    means, is it because Dell Wireless 1702 WiFi +
    Bluetooth Driver is being installed
    Could you please take some of your preciout time out to read carefully my points below to finish this problem?
    first:
    Yes, if you had a look at my first post, you would have seen that I really have downloaded and installed the drivers suitable for bluetooth, which was only Dell
    Wireless 1702 WiFi + Bluetooth Driver, which made the bluetooth recognized by Windows 7(64Bit). However, the bluetooth in the device manager still has an exclamation mark as it is shown in the device manager.
    I don't have any other drviers which can do more than the what Dell
    Wireless 1702 WiFi + Bluetooth Driver did because I have tried all the drivers listed under 'Network', exept the what are for Etherent.
    Yes, when I have tried adding the bluetooth between two laptops(Mohammad and Nasreen).  the bluetooth was added for both laptops as you see in these screenshots below:
    The Bluetooth devices of Nasreen's laptop whose bluetooth is having some problems in Device mangage.
    The Bluetooth devices of Mohammad's laptop  whosse Bluetooh is defined well in device manager.
    But there is still problem in the device managre as shown in the screenshot listed before.
    Second: (Important) That when I want to send files or recieving between two bluetooth added in either laptop, I could send them. Also, when I open the Mohammad's bluetooth added in Nansreen's laptop( screenshot
    below), I can show what is inside it.
     However, when I open the the Nasreen's bluetooth addd in Mohammad's laptop, I noticed  no reponse at all because as you see that disconnected is written in fornt "Nasreen-Pc" as this screenshot: 
    Although sometimes Nasreen-Pc gets connected as screenshot below, but I am still not able to open the Bluetooth folder of Nasreen-pc from Mohammad-pc. When trying to do that, no response is there.
    In other times, Nasreen-pc gets connected for a while, but it comes back disconnected.
    Third:: I noticed that the name of Laptop whose Bluetooth was added listed in 'My computer' for the laptop whose Bluetooth is having some problems in the device manager.(First Screen shot below)  However,
    the name of the laptop whose Bluetooth is having problems wasn't listed on other laptop's "my computer"(Second Screen shot below)
    Finally: : when I clicked "right-click" on "Nasreen-PC" and then clicking on "detecting and troublshooting issues", I found that windows informed me that :
    But which driver should I reinstall because I have already installed the Dell
    Wireless 1702 WiFi + Bluetooth Driver almost twice?
    A man should convert his anger and sadness into strength to continue living in this life.

    Certain driver packages contain drivers from some of the essential services only and for additional services, separate drivers must be installed. Additionally, the service is installed only if a compatible device is installed (or paired).
    Therefore, you are seeing the error.
    If you are using the Bluetooth L2CAP Interface and Bluetooth Remote Control services and not able to install the services, you can try unpairing the device, restart the PC, pair the device and then check. If that too fails, you need to install a suitable
    driver, sometimes even other OEM drivers solve the issue. You can Bing/Google about this. You can also contact Dell Support for more information.
    Balaji Kundalam
    Thanks a lot,
    I really didn't understand what you mean with in your first part the service is installed only if a compatible device is installed (or paired).
    The Bluetooth is integrated with
    the laptop, then  where other services will come from, all service are related to Bluetooth.
    If there are some additional services not related to Bluetooth,
    then how can I either let them functioning well or disable them in order to get rid of the yellow exclamation mark
    on the name of my laptop in the Device and printers.
    Also, I really have installed a
    BCBT7(Broadcom Bluetooth) for HP which really defined the same Bluetooth issue,
    Device manager after installing the entire setup of driver BCBT7(Broadcom Bluetooth) on HP laptop
    but  when trying to install the same
     BCBT7(Broadcom Bluetooth)  on Dell,  I faced the error below, although there is an icon for Bluetooth in
    the system tray. Also, the Bluetooth is integrated as
    you have seen in the device manager. 
    You didn't answer me: Third:: I noticed that the name of Laptop whose Bluetooth was added listed in 'My computer' for the laptop whose
    Bluetooth is having some problems in the device manager.(First Screen shot below)  However, the name of the laptop whose Bluetooth is having problems wasn't listed on other laptop's "my computer"(Second Screen shot below)
    A man should convert his anger and sadness into strength to continue living in this life.

  • Lte 4g still not enable in Italy on my Ipad 4 retina display under Tim ??

    Hi all. I own an iPad and I opted 4G dellaTim here in Italy. I do not understand but 'because, although living in Rome where there is coverage 4G-LTE does not my device I found the 4G network but only the 3G network Tim. My Ipad has firmware 6.0.1 and I tried to update it via wi-fi or via Itunes and Windows 7 computer and it says it is already updated. On line I saw in English which is a version 6.1 beta for Ipad.According to U, can update the iPad and try to see if the function enables LTE-4G? Hopefully then I can go back to 6.0.1 with iTunes and my pc or not? What should I do? condotti1

    iOS 6.1 is not available for general download - only registered developers - and isn't ready for PrimeTime.It is still in beta and even if available to you would likely introduce more issues than it would reslove. And returning to previous version of iOS is not supported.
    As indicated on the page you are linking to, LTE is NOT available as of yet for the iPad in Italy. Do you see Italy on the list? While it is possible LTE will be included in Italy as part of the next iOS release, no one here has anyway of knowing that since Apple has announced nothing. And it may not. You will simply have to wait.

  • My question is How to do old 4S to new 5 S to save same into phone but can not do ask someone last night and did not help me as I am deaf and not clear and Please man told me download from computer and I am not understand at all

    Yesterday We went to At and T store and they told me to download from old phone to new phone and I am really upset and I got Icloud and prove but part of still in 4S and has not go in 5S and that is biggest problem and no commuication that woman stay follow what she said but still not working so I do not know what else to do my do not understand and I would like to have someone do for us and AT and T store can not do that part so Told me Apple store and I called last night talk to some one on Apple store but told me that no go back to AT and T store so now total confuse and I am not get anywhere so and why they will not do it so therefore I do not think computer that not clear for us because we have no experince in computer program for this so both are deaf and not clear so over 50 years age and so we need face someone to do for us and told us do our self which is total upset us more so because my twins are in Orlando and can not call them because of problem contiunes in heart so I need someone who we can trust and help us. I do have IPAD mini and almost lost my calls to my twins and today I think get back but not 100 % so I am kind upset and who email us or I will have to go Apple Store and see if they know personal.

    Open this support document http://support.apple.com/kb/HT2109 print it from the computer and follow the steps there. You need to backup your data from the first device and then restore that to the new device.

  • Since I upgrade to Lion OS my optical drive stop working can't read or write at all I did what I could to fix it but still not working , any help please

    Since I upgrade to Lion OS my optical drive stop working can't read or write at all I did what I could to fix it but still not working , any help please

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • Trackpoint + middle button dragging still not working in Ultranav 16.2.19.2 driver

    Trackpoint + dragging is still not working with the Ultranav middle button as of 16.2.19.2 driver.
    It's an extremely important function for any 3D graphics program. With the Lenovo driver it's not possible to use the middle button + trackpoint to navigate in these programs!
    Lenovo, please fix this bug. It's working perfectly if I install the latest Synaptics driver. It's only happening with Lenovo's driver. Using Synaptics driver is not an option, because it has no guard against keyboard typing + touchpad accidental clicking.
    Test:
    Testing is very easy.
    1. Set your middle button behaviour to "None".
    2. Above an empty area of your desktop, click the middle button + try to move the mouse pointer with your trackpoint. The pointer isn't moving! It's the same thing what happens in any 3D graphics program! You cannot navigate your camera, unless you use an external mouse!
    Fix:
    Please fix it. Just don't stop the trackpoint pointer when someone clicks the middle button in "None" settings.
    System: Using a W520 for the reference.

    Yes, the latest driver from Synaptics doesn't have this bug. So if you uninstall UltraNav driver from Lenovo and install the latest one from Synaptics, it will work with 3 buttons.
    But the behaviour of the Synaptics is annoying for an other reason: it has no feature to stop the touchpad while you are typing. Normally you'd never notice it with the Lenovo one, but with Synaptics, you'll go crazy with the accidental scrolls and clicks. But at least it works with 3 buttons.
    Lenovo, can you confirm that you understand this bug? Please fix it in one of the future versions!

  • TS3694 I bought the iphone 5 has not been one week do not understand why the home key of the time activities at stops working, not crash or fall. hope its help, probably due to software, not hardware failure, what do I do now?

    I bought the iphone 5 has not been one week do not understand why the home key of the time activities at stops working, not crash or fall. hope its help, probably due to software, not hardware failure, what do I do now?

    Restore iPhone with current iTunes on computer. See if better. If still problem, make Genius reservation or set up Service and take or send to Apple for resolution. Of if easier for you, take receipt and iPhone, box and everything and return to where you bought it.

  • PS 2014 Foreground to transparent (gradient problems)

    Adobe Photoshop 2014
    Files:
    PSD                                Clock, Gradient line
    DOCX, MHTML, PDF                   PS Foreground to transparent gradient
    SWF                                2014-06-26_1509
    PNG                                Clock (original), Clock (gradient), Clock (masked), PS 1, PS 2, PS 3
    Foreground to transparent gradient
    Foreground to Transparent will not work by simply clicking 'OK' and dragging mouse across a selected layer. This gradient tool is hyper sensitive, and unstable.
    We tried to record the PS method for our gradient. Jing was our first choice, but Jing’s flash engine conflicts with the PS flash engine, blocking the gradient tool’s drag action. Jing can only record steps prior to the final drag-and-drop gradient action. Cam is rendered useless by HDR displays’ high resolution, causing glare white-out. Here is our visible work-flow.
    >>
      1. Select Gradient Tool on left toolbar, open tool group and select 'Foreground to transparent' tool.
    Occasionally, next close and reopen PS 2014 (stubborn gradient problems).
    >
    When PS 2014 reopens, the specific gradient tool remains selected. This clears some aspects of the PS 2014 cache, which sometimes help.
    Notice that selected left tool bar button momentarily changes to Eyedropper, when Gradient Editor opens! A hint of what follows.
    2. Select a layer to apply gradient to, this selected layer is the gradient tool's "Foreground". However, gradient is applied in ‘reverse’ (see below, 5).
    3. Panels bottom bar, click mask button to 'Add a layer mask', then ‘Filter for pixel layers’ and ‘Add a vector mask' -

    This may also help!
                    Using only Add layer mask may indiscriminately result the following:
    - Stressing here the words "may indiscriminately"...
    when PS 2014 is unstable, adding actions when Layer mask alone fails, may (often) be stabilizing enough to make gradient work...
    once PS 2014 begins performing Foreground to transparent gradients, then simply begin creating new transparency gradients when PS 2014 re-opens,
    or just click Add layer mask to get going again;
    - Layer mask alone may suffice, or it may slightly penetrate underlying layers with partial transparency, and/or…
    - May convert transparent background to a foreground 'Color to transparent' gradient in opposite direction to (reversed) Foreground to transparent gradient;
    - Exact/intended layer vs. vector behaviors are unknown, though each provides unique creative applications, in isolation and when used together;
    - Use a new PSD file dedicated just to Foreground to transparent gradient. This quickly resolves inevitable multiple layer-and-tool conflicts.
    4. Layers panel top bars, click ‘Lock transparent pixels’ and then click 'Filter for pixel layers'. These actions help focus PS 2014 on the current work-flow. Though given this gradient’s obvious corruption, it cannot be said that any method is specific, or repeatable. We are now stepping beyond the sometimes sufficient Add layer mask, experimenting with gradient line attempts as we go.
    5. Finally, we will drag from point A to point B in workspace, resulting gradient with greatest transparency at A-side of selected layer. Click workspace anywhere and drag across selected layer: this creates a straight, dashed gradient line. When the mouse button is released at point B, the dashed line vanishes and the gradient is applied. Release mouse button where you want gradient to end. Note that the endpoint B inside of layer object will fade into opaque towards point B, right up to the B-side edge of the layer object. PS 2014 auto-renders an even gradient. Extending beyond object renders opacity curve with midpoint transparency closer to full opacity B-side of gradient line. This gradient tool, in its current structure, performs in reverse and should be renamed to Transparent to foreground: starting Point A is the transparent side of the gradient line!
    6. Ctrl-Z or history to undo Foreground to transparent gradient (s). Experiment until it looks best. Multiple gradients can be applied from any direction. Occasionally, once PS 2014 has established effective (reversed) Foreground to transparent gradient behavior or behaviors (?... not sure what's going on there), then closing and reopening PS 2014, one can immediately begin to create new (reversed) Foreground to transparent gradients... without any masking or other workspace preparation!
    Office 365 32-bit and PS 2014 64-bit conflict. When image pasted from PS into Word 365, Office pastes image as ‘Object’. Pasted object is distorted as square dimensions are vertically stretched 150% to offset square dimensions – e.g., 2px x 4px PS 2014 copied image layer becomes 2px x 6px Word image “Object”. Also, pasted objects cannot be formatted in any way. Re-sizing is not possible! This dimension distortion and formatting conflict does not arise in Office 64-bit; however, Microsoft will discourage (even withdraw support) as the bulk of corporate clients deploy Office as 32-bit software. PS 2014 is set to Maximize Compatibility.
    - - Riverleaf digital publishing, summer 2014

  • HT201317 When I view photos on my devices some are not oriented correctly. I used Picassa to turn all photos upright and then copied those photos into the upload file but they are still not corrected when viewed on my devices (ipads)

    When I view photos on my devices some are not oriented correctly. I used Picassa to turn all photos upright and then copied those photos into the upload file but they are still not corrected when viewed on my devices (ipads)

    Generally I would not use Facebook for sharing any photos, it compresses the photos substantially, and when you have shadows and dark colours you get visible "bands" where there should be subtle gradients, ie at sunsets and sunrises.
    It sounds like you are using two methods to upload to Facebook:
    1. Sharing from within Aperture, which basically syncs Facebook with your Aperture album, so any changes made at either end gets synced, hence the deletions from Albums, although the original file should still be in your library, just removed rom the album. It is like a playlist in iTunes.
    2. Exporting pics and uploading to Facebook from the browser.
    I am not sure how method 1 gets compressed, but I know that uploading hi-res jpegs to Facebook using method 2 results in poor quality images.
    I wouldn't even bother comparing option 1 or 2, and they will both be poor images once you view them on Facebook, as opposed to viewing uploaded images on proper image sharing / hosting sites.
    Your problem is not with Aperture, it is using Facebook for showing your work.
    If you export pics form Aperture at high res jpegs or TIFFs your images will be fine.
    If you insist to use Facebook as your way to share your work, then your workflow should be this:
    1. Right click images you want to share.
    2. Select Export version.
    3. Export as 100% size and ensure the export settings are set at 100% quality.
    4. Upload this pic into Facebook.
    This will get you the best image size and resolution on Facebook.
    See how you go.

  • My phone doesn't ring when someone is calling, but the sound works otherwise, like the alarm etc. I have tried to fix it in settings but still not working. anyone else have this problem?

    my phone doesn't ring when someone is calling, but the sound works otherwise, like the alarm etc. I have tried to fix it in settings but still not working. anyone else have this problem?

    Thanks so much but none of that helped.  It was driving me crazy because it would back up another external drive.  I just changed the name of the drive from iPhoto/iTunes Library to Media Libraries and IT WORKED!! I guess for some reason it didn't like the drive being called iPhoto or iTunes ???? I don't understand but I have tried so many solutions and exchanging things out but the name change did it????!!!
    Thank you for your help and replying to this.  Guess I made my own issue!

Maybe you are looking for

  • Fillable forms with digital signatures on SharePoint

    We have a Document Set content type on SharePoint that contains some fillable PDF forms. Users are filling it out and adding digital signatures. Some users have Acrobat Pro and some have Readers. Once in a while users get the error "The document has

  • My Nokia Lumia 1020 camera not working anymore

    I bought this my Nokia Lumia 1020 with so much excitement, and it arrived on Saturday...got to it on Sunday night and dived in to the camera...amazing! I said... Just this evening wanted to take an interesting night composition, pressed the camera bu

  • Scheduling Agreements-Intersting question

    Dear Friends I would like to know whether scheduling agreements can hand purchase order numbers at item level & if so where is it inputted. Thank You Regards N.Rao

  • Bookmarks in toolbar jump positions and wont let me move them where i want

    i just recently moved and had comcast come setup my internet. They installed alot of homepages and a link in my bookmarks toolbar. i didnt want that stuff so i deleted it. now, all of my bookmarks in the toolbar keep moving around and unorganizing th

  • Application Data Retrieval - Carrier Change

    I recently switched from Spring to Verizon from Pre to Pre 2. I activated my profile on Verizon with no problem , but now I can't get to anything back on my old Pre. It want's to activate (and it has no service anymore). I need to get some data off t