Solid Color Pattern definition results in 1px x 1px

Would appreciate if this could be checked out:
Summary:
When a new pattern is defined, based on a selected area, it is saved as a 1pixel x 1 pixel pattern swatch - regardless of the actual size of the selection used to create it.
Photoshop CS6, Windows 7 64bit.
Steps to reproduce:
Create new document: Web preset, 800 x 600 px.
Draw a square selection with the rectangular marquee - 100 px x 100 px.
Fill with a flat colour.
Menu: Edit > Define Pattern. Save pattern.
Drop the selection.
Menu: Edit > Fill.
     Contents: Use Pattern. Click on pattern swatch to open the pattern swatch dialog.
     Mouse over the pattern you've just saved. Tool tip reports a 1 px x 1px pattern.
I'd suggest you cancel out of the dialog at this stage.
I can confirm that this is 1 x 1 pattern, rather than just a labelling error by filling a small selection using the random scripted pattern fill.

Chris - in that case it must be my error.
I've been using Photoshop pretty much as long as you've been writing it - and I'd not seen this 'shrinking' before, hence me believing it was a CS6 issue. Still, one pattern definition error in twenty years isn't a bad record
Steve - thanks for your assistance too. I hadn't kept the sample. I had to get the job done, so I just moved on and modified some standard noise to get me by.
One aside from this - not a coding or engineering issue, but it does relate to patterns:
Who decides what the 'default' presets are?
The reason I ask is that when I'm teaching I find that new users look in the pattern dialog, see the defaults, aren't impressed - and without encouragement, wouldn't have looked further. It looks like you've added a few for this release, but perhaps a wider range of sample patterns in the default set would be good, or maybe even choose new presets for each full or x.5 release?
I guess one of you guys would know, but 'Bubbles' and Tie Dye' seem to have been on duty a very long time...

Similar Messages

  • I am getting a grid like pattern over solid colors durring a disolve

    I recently upgraded to Studio. When a sequence dissolves, especially to white, I am seeing a grid like pattern. I have also noticed this pattern in shots where there is a solid color in one location for a period of time. Any ideas?
    G5   Mac OS X (10.4.9)  

    Check your view options in the canvas or viewer pulldown menu (little radio button looks like a pill in the top center-right or either window.) Sounds like you have your background set to checkerboard 1 or 2. That grid is telling you there is nothing to be seen here. Set it to black if you want it black. This won't take away the fact that there is transparency mind you, it just shows transparency as black. You can choose white, as well.

  • Texture Difficulties: Maps as solid color

    Greetings,
    I've recently begun developing java3d applications, and have run into a snag with my latest endeavour. I am attempting to texturemap a cylinder, and have thus far been outwitted. The texture is pulled down from the URL and laid upon the cylinder, but it appears as a solid color. I originally thought this was a RGB vs RGBA issue, but after endless musings with the constructor I'm still at a loss.
    Below is a snip of my problem area. Thanks in advance for any insight. I will again remind you that I am a beginner at Java as well as 3D development so I apologize for possibly asking a silly question.
        URL url_bodyTexture = null;
        try
          url_bodyTexture = new URL("http://mrkasai.undergroup.com/agsense/images/body.png");
        catch (MalformedURLException e) {}
        // appearance of bin body
        Appearance a_binBody = new Appearance();
          ColoringAttributes c = new ColoringAttributes();
            c.setColor(gray);
            c.setShadeModel(ColoringAttributes.SHADE_GOURAUD);
          TransparencyAttributes trans =
            new TransparencyAttributes(TransparencyAttributes.BLENDED,0.4f);
          Material m = new Material();
            m.setAmbientColor(darkgray);
            m.setDiffuseColor(lightgray);
            m.setSpecularColor(white);
            m.setShininess(90.0f);
         // my nemesis:  I have changed this line many many times with similar results
          Texture t_binBody = new TextureLoader(url_bodyTexture, "RGB", this).getTexture();
            t_binBody.setEnable(true);
          TextureAttributes ta_binBody = new TextureAttributes();
            ta_binBody.setTextureMode(TextureAttributes.MODULATE);
          a_binBody.setColoringAttributes(c);
          a_binBody.setTransparencyAttributes(trans);
          a_binBody.setMaterial(m);
          a_binBody.setTexture(t_binBody);
          a_binBody.setTextureAttributes(ta_binBody);Thanks,
    --Michael                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi,
    so maybe I should apply coordinates?--> you have to :) a texture can only successfully be put on an object, if there are coordinates, which describe the position, size, adjustment etc.. Texture coordinates can either be assigned to the object (for each vertex of the geometry), or to be generated automatically (in form of the class TexCoordGeneration and assigned
    to the Appearance).
    I would recommend you to read the manual at http://java.sun.com/developer/onlineTraining/java3d/index.html, Chapter 7 Textures. In addition I would like to suggest the use of AniFun3 to work trough the examples. In AniFun3 you can change all the parameters in dialog boxes and you will see changes on the fly - without the otherwise usual time-consuming change/compile/test procedure.
    Regards,
    Oliver

  • Column chart solid color stroke with fillfunction

    Hi,
    in a column chart I am using the fillfunction,
    to customize the color of each column.
    Now I need to modify,
    for each column also the solid color stroke,
    but I can't figure how can I do that.
    Some one can help me ?
    Thanks a lot
    Jody

    Depending on what you are trying to do, you need to either:
    create an Array with the colors
    [Bindable]
         private var warmColorsArray:Array = new Array(
            new SolidColor(0xFF0033, .5),
            new SolidColor(0xFF0066, .5),
            new SolidColor(0xFF0099, .5)
         [Bindable]
         private var coolColorsArray:Array = new Array(
            new SolidColor(0x3333CC, .5),
            new SolidColor(0x3366CC, .5),
            new SolidColor(0x3399CC, .5)
    And then just add that array to the fill parameter
    <mx:ColumnSeries
                    xField="month"
                    yField="profit"
                    displayName="Profit"
                    fills="{warmColorsArray}">
               </mx:ColumnSeries>
    Or, you need use the fillFunction to set each item individually.
    Here is the results from an example I did, in order how to do it. And I put a post on my blog explaining what I did.

  • Bar Chart - No Solid Colors!

    Post Author: xedious
    CA Forum: Charts and Graphs
    How do I format a bar chart so that ALL the bars show up as black and white patterns?  In design mode, I can see three 'risers' that I can set the pattern and color on, but when the report runs and there are more bars due to data, crystal assigns random, solid colors.
    Thanks!

    Post Author: rcoleman
    CA Forum: Charts and Graphs
    Right click your chart in design view ->chart expert->options--->you should see a chart color section in the upper left hand corner with two radio buttons;one for color and one for black and white. I'm using Crystal XI and it works for me. Not sure what version of Crystal you're in.

  • Problem with colorized grayscale TIFF printing as solid color fill

    I have a grayscale TIFF that was created in PSD CS5, placed into an AI CS5 file and then colorized with a PMS color. The resulting effect on screen is correct, but when I go to print, it prints a solid (100%) fill of the PMS where the TIFF image should be. I have double and triple checked to make sure the TIFF is grayscale, and I have also played around with various Transparency Flattening settings in AI (both in the file, and in the print window). Nothing seems to work. I even tried a work-around by creating the TIFF as a monotone PMS in PSD, and again it places properly in AI and looks good up until printing when it outputs as a solid 100% PMS. The grayscale TIFF prints correctly from AI if it's NOT colorized, but the minute I add color, it prints as a solid fill. The monotone PMS TIFF never prints correctly from AI. I'm out of good ideas (or any ideas, frankly).
    Any ideas as to what I'm doing wrong? Any and all help would be greatly appreciated!

    Make sure you are not placing the image into a rectangle, similar to InDesign image placement.  The .tiff should be placed as a single element.  Then, select just the .tiff and assign a fill to it.

  • Error Message using Gradients - Not enough solid color

    "This library cannot be used because it does not have enough solid color swatches. Gradients and patterns cannot be used." What does this error message mean when I am trying to use gradient swatches and how to do I stop it?

    Step 1: Click on the Color Guide Dropdown
    Step 2: Select Gradients
    Step 3: Get Error Message

  • I have a png that I've placed on a solid color background and it looks fine on the screen. When I print it, I see the faded ghost of it's bounding box.

    I have a png that I've placed on a solid color background and it looks fine on the screen. When I print it, I see the faded ghost of it's bounding box. Basically, it losing at least part of the transparency in the file, but only when it goes to print. This happens whether I print it from illustrator, Indesign, or a pdf. If I open and print it from Photoshop it's fine. Is there some sort of setting that needs to be changed?
    I'm posting a photo of the result.

    Can you post the png so we can take a look at it?

  • Windows 7 User/Company Domain - Can't Change Background, Only Solid Colors

    For about 10 months now, I have not been able to change my background to an image or theme successfully on my PC at work. When I try to make the change, it results in a solid color. Basically, I can only have solid color backgrounds. However, other co-workers
    can log on with their account and have no issues. This led me to believe it was an issue with my account in active directory. No... I can log into another PC in the office and change the background just fine. Basically, it is a problem that only is occurring
    on MY computer with MY user account. I have read things about people creating new users and then just switching over to that user, but I can not do that because it is a company domain that my user account is on.
    I have read several forums for help on this but nothing works and my situation is slightly different. Does anybody know what the issue is or have a solution?
    Thanks,
    Carl

    Hi,
    Please open control panel\Ease of Access Center\Make the computer easier to see, scroll down to the bottom, make sure to untick
    Remove background images
    If you haven't ticked this option, then
    Copy and paste this to the search box in start button
    %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Themes\
    In the window that opens, delete the TranscodedWallpaper file, then try to set a wallpaper normally again.
    Yolanda Zhu
    TechNet Community Support

  • How can I make the background one solid color?  It is too difficult and noticeable when I use the retouch button and try to erase all the creases in my backdrop.  So, how can I have just a solid white background?

    How can I make the background one solid color?  It is too difficult and noticeable when I use the retouch button and try to erase all the creases in my backdrop.  So, how can I have just a solid white background?

    When talking about a specific image posting the image may be useful.
    One can use a Layer Mask and add a white Layer underneath.

  • Wallpaper switch to solid color after log-out  / log-in between different user account on the same iMac

    On my iMac, i created different accounts for the member of the family. When i switch from one to an other account and go back to the first account the wallpaper change automaticly to a solid color wallpaper. I have tried all the solution described on different forum for Mac, but no one can fix the problem. This had known under 10.8, but i have hoped that will be not the case under 10.9 !

    Hi,
    This article should help you:
    Maintaining and Monitoring Account Lockout
    http://technet.microsoft.com/en-us/library/cc776964(WS.10).aspx
    Meanwhile, I would like to recommend you ask Windows Server forum for more professional help:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=winservergen
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or
    learn from your interaction with us. Thank you for your understanding.
    Karen Hu
    TechNet Community Support

  • How do I change my Desktop Picture to a solid color?

    Hello folks, I'm trying to change my desktop picture to a solid black color in Leopard. How do I do that? I went into the desktop preferences under System Preferences but under solid colors, they do not have black. And I have no idea how to add more colors to the few selections there. Can someone help me out please? Thank you.

    http://www.slashdotdash.net/articles/2006/12/19/mac-os-x-desktop-black-backgroun d-wallpaper
    That's one idea, they have a solid black .png file on there, and you can either set it as your desktop and tile it, or follow their instructions.

  • What is the purpose of the chain (lock symbol) between a solid color layer and its vector mask?

    What is the purpose of the chain (lock symbol) between a solid color layer and its vector mask in the layer panel when creating shape layers with a shape tool? I'm just curious when locking or unlocking the solid color layer and its vector mask can make a difference.

    I don't understand what you said and your shape layer looks different then mine using CS5.
    When the chain is deselected, I can't do anything with the move tool on the shape layer. This is the only difference I can find. Making the solid color uniform or not doesn't change anything.
    Your example shows that you moved the position of the solid color, how did you do that? I can create a solid color layer and change its uniform look by applying an effect like gradient but I can't move the solid color itself around. How is this possible?

  • Can't create a solid color fill layer !!

    I wonder if someone can help this PS newbie before I go insane ?
    If I create a color fill layer & want to set it to a solid yellow color I can NOT get it to change color
    no matter what I do on the color picker it remains white
    I start clicking the small circle icon ( half black / white ) & selecting solid color
    I click on the yellow bit of the vertical color bar & use the cursor to select the precise shade of yellow
    to the top right there is a small rectangle
    the color I choose - yellow - appears on the top half , the bottom half is white
    I click OK so my small box is top-half yellow, bottom half white - the layer stays stubbornly white
    shouldn't it go the color I choose ??
    Now whats driving me mad is that last week I was doing this for fun
    I had a jpeg file of a book page that I could create a highlighter pen effect by putting a yellow layer on top & sliding
    the opacity down to 20% or whatever
    I have opened one of the psd files I created & the color fill layer is yellow
    the left-side palette thumbnail is yellow
    when I edit the color the small rectangle is entirely yellow - top & bottom
    I don't know what I am doing differently or not doing that I need to do ...
    any ideas gratefully received !

    YESSSS !!!!
    sanity restored.....you, sir, are a genius.
    thankyou.

  • How can i paint a solid color from the color pallet to a new art board

    Hi
    Can any one teach me how i can just paint or pour a solid color in an blank art board.
    Steve

    Draw a box with your Rectangle Tool the size of your art board and fill that with the color you need.

Maybe you are looking for

  • Usage of expense account

    hi all, please tell me usage of expense account. thanks rahul

  • Can I change the position of applications on the Dock?

    I sort of got used to having Thunderbird and Firefox next to each other, and then somehow Firefox disappeared from the dock. When I put it back, it was at the end. Is there a way I can move it back to its former position? Have tried dragging the icon

  • Need to populate an oracle table with the contents of ms-access table

    Dear All, I need a simple way to populate an oracle table from the table which is exist in ms-access mdb. Can we make some kind of constant link in between oracle db and ms-access db? So we will be able to perform this task whenever is required. Kind

  • Inaccuracy in mgmt report

    I encountered ABAP runtime error when generating this report for 2 days. So, yesterday I run this report on background. Most of the info was missing in the report when I double check it with FS10N. Pls refer to the attached report. Those highlighted

  • Installing Office 2007 or 2010 on Windows Embedded 7

    Can Office 2007 or 2010 be installed on a Windows Embedded 7 OS? I looked at the embedded software compatibility site and do not see Office 2007 or 2010 listed on it, only the viewers.  I have not found any documentation online as to why Office isn't