How to get transparancy in shapes in photoshop

How to get transparancy in shapes in photoshop

You need to explain better and provide a lot more info. What "shapes"?
Mylenium

Similar Messages

  • How do you create nonagon shapes in photoshop cc?

    How do you create nonagon shapes in photoshop cc?

    It's quite easy, actually.
    1.  Select the Polygon Tool from Photoshop's Tools panel.
    2.  Set the Sides value in the Options Bar to 9.
    3.  Click and drag to create a 9-sided polygon.
    -Noel

  • How to get transparency scroll bar to view background image of canvas.

    HI, 
    How to get transparency to path in canvas to view background image in canvas using scroll bar control.?
    This is my present output:
    My Xaml Code:
    <Grid Height="auto" Name="grid1">
    <TabControl Background="Bisque">
    <TabItem Header="Tools">
    <Grid Height="1000" Width="1000" Name="grid">
    <Border BorderThickness="0.2" BorderBrush="Black" Height="820" Width="820" ClipToBounds="True" Margin="90,99,90,81"></Border>
    <Grid>
    <Button Content="Original Size" Height="23" Name="btn_Original" Width="75" Click="btnOriginalSizePosition" Margin="4,4,921,973" />
    <TextBox Height="20" HorizontalAlignment="Left" Margin="62,49,0,0" x:Name="txtNoOfZones" VerticalAlignment="Top" Width="49"
    MaxLength="2" PreviewTextInput="txtNoOfZones_PreviewTextInput"/>
    <TextBox Height="20" HorizontalAlignment="Right" Margin="0,71,890,0" x:Name="txtSec" VerticalAlignment="Top" Width="49" PreviewTextInput="txtSec_PreviewTextInput" MaxLength="3"/>
    <Button Content="OK" Height="32" HorizontalAlignment="Left" Margin="117,59,0,0" Name="btnNoOfZones" VerticalAlignment="Top" Width="39" Click="btnNoOfZones_Click" />
    <Label Content="Zone Number selected :" Height="28" HorizontalAlignment="Right" Margin="0,0,451,0" Name="lblZone" VerticalAlignment="Top" />
    <Label Content="Sector Number in selected Zone :" Height="28" HorizontalAlignment="Right" Margin="364,22,451,0" Name="lblSector" VerticalAlignment="Top" />
    <Label Content="Filled Color applied in selected sector :" Height="28" HorizontalAlignment="Right" Margin="336,44,451,0" Name="lblColor" VerticalAlignment="Top" />
    <Label HorizontalAlignment="Left" Margin="569,0,0,0" Name="lblZoneNumber" Height="28" VerticalAlignment="Top" />
    <Label Height="28" HorizontalAlignment="Left" Margin="569,22,0,0" Name="lblSectorNumber" VerticalAlignment="Top" />
    <Label Height="30" HorizontalAlignment="Left" Margin="569,44,0,0" Name="lblFillColor" VerticalAlignment="Top" FontWeight="Bold"/>
    <Label Content="Sectors :" Height="28" HorizontalAlignment="Left" Margin="7,67,0,905" Width="69" />
    <Label Content="Zones :" HorizontalAlignment="Left" Margin="13,44,0,928"/>
    <TextBlock Height="23" HorizontalAlignment="Left" Margin="4,32,0,0" Text="Change No.of Zones, sectors below and click OK button" VerticalAlignment="Top" Width="294" FontFamily="Cambria" FontSize="12" FontStyle="Italic" FontWeight="Bold" />
    <RadioButton Content="Single Sector" Height="16" HorizontalAlignment="Left" Margin="744,24,0,0" Name="rBtnSingleSector" VerticalAlignment="Top" GroupName="Selection"/>
    <RadioButton Content="Sector Zone" Height="16" HorizontalAlignment="Left" Margin="744,44,0,0" Name="rBtnSectorZone" VerticalAlignment="Top" GroupName="Selection"/>
    <RadioButton Content="Circular Zone" Height="16" HorizontalAlignment="Left" Margin="744,64,0,0" Name="rBtnCircularZone" VerticalAlignment="Top" GroupName="Selection"/>
    <RadioButton Content="Panning" Height="24" HorizontalAlignment="Left" Margin="744,4,0,0" Name="rBtnPanning" VerticalAlignment="Top" Width="74" GroupName="Selection"/>
    <Border x:Name="clipBorder" BorderBrush="Black" BorderThickness="0" ClipToBounds="True" Height="810" Width="810" Margin="95,104,95,86" CornerRadius="10">
    <Canvas x:Name="CanvasPanel" Height="800" Width="800" Background="Transparent" ClipToBounds="True"></Canvas>
    </Border>
    <RadioButton Content="Random Color" HorizontalAlignment="Left" Margin="868,5,0,979" Name="rdBtnRandomColor" GroupName="rdbtnGroupFillColor"/>
    <RadioButton Content="Red Color" Height="16" HorizontalAlignment="Left" Margin="868,24,0,0" Name="rdBtnRedColor" VerticalAlignment="Top" GroupName="rdbtnGroupFillColor" Foreground="#FFF81010" FontWeight="Bold" />
    <RadioButton Content="Green Color" Height="16" HorizontalAlignment="Left" Margin="868,44,0,0" Name="rdBtnGreenColor" VerticalAlignment="Top" GroupName="rdbtnGroupFillColor" Foreground="#FF175F17" FontWeight="Bold" />
    <RadioButton Content="Adjacent" Height="16" HorizontalAlignment="Left" Margin="435,81,0,0" Name="rdBtnAdjacent" VerticalAlignment="Top" GroupName="Selection" />
    </Grid>
    </Grid>
    </TabItem>
    <TabItem Header="Change Background">
    <Grid Height="1000" VerticalAlignment="Top" Background="Bisque">
    <Button Height="70" Width="70" Margin="6,1,892,929" Name="btnBrowseImage" Click="btnAll">
    <Image x:Name="browseIcon" Source="D:\WPF\Projects\TabControlVRI_18_12_2014\Images\img.png" MouseLeftButtonDown="Image_MouseLeftButtonDown_1"/>
    </Button>
    <Button Height="70" Width="70" Margin="92,1,806,929" Name="btnCenterPoint" Click="btnAll">
    <Image x:Name="centerIcon" Source="D:\WPF\Projects\TabControlVRI_18_12_2014\Images\center.jpg" Width="54" Height="48" />
    </Button>
    <Button Height="70" Width="70" Margin="179,1,719,929" Click="btnAll">
    <Image x:Name="boundaryIcon" Source="D:\WPF\Projects\TabControlVRI_18_12_2014\Images\Path_Simple.png" Height="44" Width="49" />
    </Button>
    <Image Name="imgBackground" Height="800" Width="800" MouseLeftButtonDown="imgBackground_MouseLeftButtonDown">
    </Image>
    </Grid>
    </TabItem>
    </TabControl>
    </Grid>
    C# code:
    OpenFileDialog op = new OpenFileDialog();
    ImageBrush ib = new ImageBrush();
    private void Image_MouseLeftButtonDown_1(object sender, RoutedEventArgs e)
    op.Title = "Select a picture";
    op.Filter = "All supported graphics|*.jpg;*.jpeg;*.png|" +
    "JPEG (*.jpg;*.jpeg)|*.jpg;*.jpeg|" +
    "Portable Network Graphic (*.png)|*.png";
    if (op.ShowDialog() == true)
    ib.ImageSource = new BitmapImage(new Uri(op.FileName));
    imgBackground.Source = new BitmapImage(new Uri(op.FileName));
    CanvasPanel.Background = ib;
    Please help me out to get transparency for path in canvas to view background image in canvas.
    The complete code is in below link:
    https://onedrive.live.com/redir?resid=876CFAE94C306176!112&authkey=!AC1sQIYwyoRYT_o&ithint=file%2crar
    Regards,
    Viswa.

    Hi ViswAmmu,
    >>Please help me out to get transparency for path in canvas to view background image in canvas.
    If I'm not misunderstanding, I think you just need to loop through all Canvas.Children and set Opacity property for them:
    private void Image_MouseLeftButtonDown_1(object sender, RoutedEventArgs e)
    //Loop through all children items
    foreach(UIElement v in CanvasPanel.Children)
    v.Opacity = 0;
    op.Title = "Select a picture";
    op.Filter = "All supported graphics|*.jpg;*.jpeg;*.png|" +
    "JPEG (*.jpg;*.jpeg)|*.jpg;*.jpeg|" +
    "Portable Network Graphic (*.png)|*.png";
    if (op.ShowDialog() == true)
    ib.ImageSource = new BitmapImage(new Uri(op.FileName));
    imgBackground.Source = new BitmapImage(new Uri(op.FileName));
    CanvasPanel.Background = ib;
    Screenshot:
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Saving for web - how to get transparency saved?

    It works with saving it as png24, but only on a white background. How can I save it for web so that I can put a shop-banner with rounded corners on any coloured website background without adjusting it to the special colour onto which it shall be put. Or let's put it otherwise: How can I save it for no special colour, so that a customer may put it onto any kind of colour without having stupid white or black or grey coloured edges showing where the corners have been rounded and where I want it to be transparent?

    You need to replace the background with true transparency. First rename the Background layer to anything else. It is sufficient to double-click it in the Layers Palette and accept the default name "Layer 0". Select the background and delete it, replacing it with checkerboard pattern indicating transparency (in some cases it might be easier to select the object, invert the selection, and delete). Then when you save it to png or any other format, check the preserve transparency option if there is one.
    Here I started with a flag on off-white background. After renaming the Background layer and deleting the background here is the result.
    Important!  File types PSD, TIFF, PNG, GIF, EPS support transparency.  JPG, BMP do not.
    Note that you get the same result if you duplicate the Background layer, do the select/delete on the copy layer, and turn off the vivibility of the Background layer:

  • How do get a serial number for Photoshop elements 12 from my redemption code

    I recently purchased Photoshop Elements 12 from Office Max and I am trying to get the serial number from my redemption code.  I have followed the instructions from Adobe
    as well as those provided in the box and keep getting the message that "Something seems to be wrong on our end.  Please try again".  I have tried multiple times and still
    get the same answer.  What's wrong and how do i get myserial number so I can start using this product

    I was going through the same hassle with a Photoshop Elements 12 and Premiere combination box from Office Max. The receipt said that it was activated, but the numbers on the receipt and on the box were the wrong length. I finally found the 24-digit Redemption Code on a card mixed in with the other printed materials inside the box. I activated the Redemption Code through my online Adobe account and received the Serial numbers for both Photoshop and Premiere with no more problems.

  • How to get tapered brushes in cs5 photoshop

    Hi,
    I have cs5 photoshop and it seems to have a very limited amount of brush styles. Other people with cs5 have a large range of standard styles. I am just after the standard tapered end brush (tapered on both ends)
    Cheers

    Go to Window>Brush, click on the words Shape Dynamics and then select Pen Pressure for the Control under Size Jitter.
    In the Paths panel (Window>Paths), right click on the path and select Stroke Path.
    In the Stroke Path dialog check Simulate Pressure.

  • How to get ImageReady CS slices into Photoshop CS3??

    I have several website interfaces designed in Photoshop CS and sliced in ImageReady. I update these sites weekly and need to work within the established slice areas. I now have Photoshop CS3 and none of the slices come with the file when opened thanks to Adobe dropping ImageReady.
    Am I missing something here?
    Please help. Updates long overdue to these websites while I try to figure out this problem.
    Thanks.
    Kirk

    The slices are for the entire interfaces on database-driven ecommerce sites, so when a product photo changes, etc. I need to replace it and the new one needs to be the exact same size obviously. Given that the interface is built by the database, the various areas that make up the interface (page top, side navigation, etc.) are not in a single document. This makes the option of redrawing all the slices and getting the resulting HTML back into the database very unattractive.
    Isn't there some way of getting the existing slices out of ImageReady and into CS3 or Fireworks? Export as something and bring in as slices? Something?
    Thanks.

  • How to get rid of lag in photoshop?

    I just download photoshop a day ago and I am having really bad lagging. When ever I do a stoke it take so long for it appear on screen. I don't know what to do.
    Here is some info about my computer:
    Model Name:    MacBook Pro
      Model Identifier:    MacBookPro8,2
      Processor Name:    Intel Core i7
      Processor Speed:    2 GHz
      Number of Processors:    1
      Total Number of Cores:    4
      L2 Cache (per Core):    256 KB
      L3 Cache:    6 MB
      Memory:    4 GB
      Boot ROM Version:    MBP81.0047.B27
      SMC Version (system):    1.69f4
      Serial Number (system):    C02G7C3XDRJC
      Hardware UUID:    3777DE31-8EB0-5E14-B784-24E769C82D39
      Sudden Motion Sensor:
      State:    Enabled

    Use PreparedSatement class,
    e.g.
    // Where the name field is defined as char, i.e. needs quotes in SQL.
    String sql = "select * from person where name = ? ";
    PreparedStatement statement = connection.prepareSatement(sql);
    statement.setString(1, "Bob");
    statement.executeQuery();
    This will get rid of hardcoding db vendor dependant quotes in your sql,
    Hope this helped.

  • How to get transparent lines in a black box (clipping mask)?

    Hello,
    This is the first time I am using Illustrator so I'm hoping this is a simple question.  I created a black box and a series of white line segments through it.  Now I need those white lines to "cut" the black box.  In the end, I need just the black parts of the box with basically transparent lines in it (so the lines take on whatever the background happens to be - i.e. another image or color).  I tried to group the line segments together and create a clipping mask but did not have any luck.  Does someone have any tips on how this can be accomplished?
    Thanks, Marc

    Expand the strokes using Object > Path > Outline Stroke. Select the lot and click on the Divide button in the Pathfinder panel (second row, left button). Delete everything not black.

  • How to get illustrator to print like photoshop

    Currently running on CC, printing to HP z6800. Majority of the company uses ai files. however, when printing from illustrator, it will not match the colors, and becomes super saturated. however, if I import it to photoshop, it is true to color. Please help! I have matched color profiles and ideally it should all be the same when it comes out.
    Dinh Tran
    OSX 10.9.5
    2x2.4ghz Quad Core Intel
    32gb ram
    Adobe CC (2014)

    We are using a PS drive that is built in with the printer, and letting the printer determine the colors.
    Color settings are perceptual on both ai and ps since if we go relative color metric,and letting ai determine the colors,  it gets even more neon.

  • How to get canon 70 raw on photoshop cs6

    I cannot get photoshop cs6 to read the raw files on the canon 70D.
    I have tried all the recommended fixes but nothing happens
    Using windows 8.

    Update to the latest Camera Raw 8.7.1.
    https://helpx.adobe.com/x-productkb/multi/camera-raw-plug-in-installer.html

  • How to get transparent textures to work in M3G

    I am trying to make a textured Mesh be transparent in a M3G application. I says in the class documentation:
    "For meshes, setting texture blending to MODULATE, framebuffer blending to ALPHA, and alpha threshold to zero will often
    produce the desired result."
    I have done all of this, but still I don't get any transparacy. Does anyone know why? This is my code:
    compositingMode=new CompositingMode();
    compositingMode.setAlphaThreshold(0f);
    compositingMode.setBlending(CompositingMode.ALPHA);
    float alpha = 0.51f;
    iAnimatedMesh.setAlphaFactor(alpha);
    Image textureImage = null;
    try {
    textureImage = Image.createImage("/res/blobs.gif");
    } catch (IOException ex) {
    ex.printStackTrace();
    Image2D image2D = new Image2D(Image2D.RGB, textureImage);
    Texture2D texture = new Texture2D(image2D);
    texture.setFiltering(Texture2D.FILTER_LINEAR,
    Texture2D.FILTER_LINEAR);
    texture.setWrapping(Texture2D.WRAP_CLAMP, Texture2D.WRAP_CLAMP);
    texture.setBlending(Texture2D.FUNC_MODULATE);
    Appearance cubeAppearance = new Appearance();
    cubeAppearance.setCompositingMode(compositingMode);
    cubeAppearance.setPolygonMode(myPolygonMode);
    cubeAppearance.setTexture(0, texture);
    MorphingMesh mesh = new MorphingMesh(baseVertices,
    morphedVertices,
    myTriangles,
    cubeAppearance);

    I got this to work now. Here is my new code below:
    static final float alpha = 0.5f;
    from Initialize method:
    compositingMode=new CompositingMode();
    compositingMode.setBlending(CompositingMode.ALPHA);
    compositingMode.setAlphaThreshold(0.1f);
    Mesh iBackground = BackgroundInit();
    iBackground.setAlphaFactor(alpha);
    from BackgroundInit method:
    VertexArray texArray = new VertexArray(numberOfVerticesB, 2, 1);
    texelsB = sphereSmooth.getTexels();
    texArray.set(0, numberOfVerticesB, texelsB);
    VertexBuffer vertexBuffer = new VertexBuffer();
    vertexBuffer.setPositions(myPositionArray, 1.0f, null);
    vertexBuffer.setTexCoords(0, texArray, 1.0f, null);
    Object3D[] obj = Loader.load("/res/07.jpg");
    Image2D image = (Image2D) obj[0];
    Texture2D texture = new Texture2D(image);
    texture.setFiltering(Texture2D.FILTER_LINEAR, Texture2D.FILTER_LINEAR);
    texture.setWrapping(Texture2D.WRAP_CLAMP, Texture2D.WRAP_CLAMP);
    texture.setBlending(Texture2D.FUNC_REPLACE);
    Appearance cubeAppearance = new Appearance();
    cubeAppearance.setCompositingMode(compositingMode);
    cubeAppearance.setPolygonMode(myPolygonMode);
    cubeAppearance.setTexture(0, texture);
    mesh = new Mesh(vertexBuffer, myTriangles, cubeAppearance);
    return mesh;

  • How to get mouse over shape to display data in Visio 2013?

    Hi Visio pros,
    I am required to create a diagram of our servers rack setup and will be publishing to a Web page using Visio 2013.
    The goal is to mouse over the server shape and have the data be displayed. I have followed arguably every solution on the internet. I am either doing it wrong, or it might be outdated information.
    I'm hoping Paul Herber, or other Visio pros would be able to help me with this situation as I am on a tight schedule and have exhausted my resources.
    Things I have tried:
    user.visEquivTitle in ShapeSheet
    http://visualsignals.typepad.co.uk/vislog/2012/02/no-mouseover-with-visequivtitle.html
    and
    prop.(data name) in the comments within the miscellaneous section of the ShapeSheet.

    Hi Sir!
    I am open to the possibility that I may have done something wrong as I am very new to Visio.
    Here are the steps I followed:
    http://visio.mvps.org/ShapeSheet/
    Browser that I am using is Internet Explorer since I ran into problems with Google Chrome.
    However, after more reading I noticed the User.visEquivTitle provides a tooltip. If it is what I think it is, which is a small yellow box displaying a string, my employer would not want that.
    We're looking for something that will provide an aesthetic display of data after mouse over onto the shape.
    Thank you very much for your help.

  • How to get transparent in KDE 4.3

    Hi,
    I am not able to make my conky window transparent.
    Here's the .conkyrc file:
    alignment top_right
    background no
    border_width 1
    cpu_avg_samples 2
    default_color white
    default_outline_color white
    default_shade_color white
    double_buffer yes
    draw_borders no
    draw_graph_borders yes
    draw_outline no
    draw_shades no
    use_xft yes
    xftfont DejaVu Sans Mono:size=9
    xftalpha 0.8
    gap_x 5
    gap_y 60
    #minimum_size 5 5
    maximum_width 300
    net_avg_samples 2
    no_buffers yes
    out_to_console no
    out_to_stderr no
    extra_newline no
    own_window yes
    own_window_class Conky
    own_window_type desktop
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    stippled_borders 0
    update_interval 1.0
    uppercase no
    use_spacer none
    show_graph_scale no
    show_graph_range no
    TEXT
    ${scroll 16 $nodename - $sysname $kernel on $machine | }
    $hr
    ${color grey}Uptime:$color $uptime
    ${color grey}Frequency (in GHz):$color $freq_g
    ${color grey}RAM Usage:$color $mem/$memmax - $memperc%
    ${color grey}CPU Usage:$color $cpu% ${cpubar 4}
    ${color grey}Processes:$color $processes ${color grey}Running:$color $running_processes
    $hr
    ${color lightgrey}Intel Core2Duo T5900 @ $color${freq_g} GHz
    ${color lightgrey}Core0:$color ${execi 8 sensors | grep -A 1 'Core 0' | cut -c15-16 | sed '/^$/d'} °C${color grey} @$color ${cpu cpu1}%
    ${color lightgrey}Core1:$color ${execi 8 sensors | grep -A 1 'Core 1' | cut -c15-16 | sed '/^$/d'} °C${color grey} @$color ${cpu cpu2}%
    ${color grey}Load:$color $loadavg
    $hr
    ${color grey}File systems: ${color grey} sda:$color ${execi 300 sudo hddtemp /dev/sda | cut -c30-31} °C
    / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
    ${color grey}Networking:
    Up:$color ${upspeed wlan0} ${color grey} - Down:$color ${downspeed wlan0}
    ${color lightgrey}Wireless signal: $color${wireless_link_qual wlan0}%
    $hr
    ${color grey}Name PID CPU% MEM%
    ${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
    ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
    ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
    ${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
    Note: I am using Kdemod
    Last edited by mukul_s (2009-09-06 17:31:19)

    Try here:
    http://bbs.archlinux.org/viewtopic.php?id=78848
    Deej

  • How to Get Accurate Canon Colors in photoshop

    The Colours in RAW  file in CS6 and comparing it to colours in  RAW file opened in DPP (Canon Software) they will not look the same, even when I use the camera profile in Photoshop is not giving exact colour, I'm using Canon 5D mark III, any help?

    There is no such thing as “accurate Canon colors”.  
    There is a Canon rendering using camera settings and an Adobe rendering using Adobe settings, both starting with the raw sensor data. 
    Canon settings are only applicable to the Canon software not Adobe’s, and vice versa.

Maybe you are looking for

  • EDI-- Idoc .. Steps needed... Using Seeburger .

    Hi All, Iam doing a scenario for EDI file to Idoc scenario. My client asking me to use the AS2 adapter.Can you pls tell me whether the below steps are correct ?? EDI File ---> Idoc Scenario : AS2 SND adapter -- > File Rcv adapter -> File Sender adapt

  • Labview connection to SQL compact

    Dear friends, I am developing an application using LV touch panel module in order to run in a Windows CE 5.0 controller. On the same controller I have SQL server compact 3.5 and I was planning to use it in order to store the necessary data. The probl

  • CSS Div tag content???

    I am a novice working on a website... all the help is needed... I have a div layout for my website but want to create content with pictures, text, links inside the div tags... I know that there is many options to do it. What is the best way? Tables?

  • Time Machine will not back up external photo drive

    Time Machine will not back up external photo drive, slightly different format, one case sensitive the other not. How do I resolve. Bought new external drive same format as TM in the hope  that I could copy the files from photo drive but that will not

  • L1 support knowledge base

    Hi, What kind of SAP knowledge needs to be possessed by personnel providing SAP L1 support? Regards Deepthi