Replacing Colors with Symbols

Hello,
I have converted an image into a photomosaic aimed at creating a pixelated look
on an image 725 x 725 pixels. The Mosaic is 100 x 100 grid.
I would now like to replace each color in the mosaic with a symbol
can this be achieved, if so how?
thanks in advance

Welcome to the forum.
alby2014 wrote:
- I have converted an image into a photomosaic aimed at creating a pixelated look
- the mosaic is 100 x 100 grid
- replace each color in the mosaic with a symbol
Did you use "Object > Create Object Mosaic" to achieve this or are you speaking of something else?

Similar Messages

  • Replace color with transparency?

    Hello,
    Using the Replace Color Tool, I can't find transparancy as the new color. Am I doing something wrong? If not, would there be another way to replace a color with transparancy in Fireworks? I have Fireworks 8 (and I love it).
    Thanks,
    Frank

    Great question. I have to admit, I've never used the Replace Color Tool—I didn't even know it was there.
    Initially, I thought you might have been referring to the Find panel, which is useful for replacing colors with vector objects. It, too, lacks support for transparency. There is a trick you can do to force the transparent (or "None") swatch to appear: In the hex code input of the Color Picker, add a "0" to the end of the 6-digit hex code. The problem is, this won't actually work to replace the color with transparency; once you try to apply it, the color reverts to its previous value.
    If you're working with bitmaps, your best bet might be to use a bitmap selection tool or command, and then once the color is selected, just use the Delete key to remove it. If working with vector objects, remember that you can always select multiple objects and then use the Properties inspector to adjust the fill or stroke color of all the selected objects at once. Also, using Symbols can allow you to edit just a single object and have it affect multiple instances.

  • Replacing Colors with Sample Color

    I know I must be missing something fairly obvious, but I can not seem to find out how to do this simple thing:
    I have scanned our baseball teams calendar schedule which has the days colored-coded; red for home games and white for away games. Also, they certain special home dates colored in a light blue. I want to replace all the light blue days with the same red that is already in use on the rest of the schedule.
    I can find no way to use the red as the sample color, or transpose the RGB values shown into corresponding Hue, Saturation and Lightness values used in the Replace Color tool.
    I do this every year and in the past I kept a old copy of Paintshop for this single task, but have finally deleted it and want to figure out how to do this simple task using my Photoshop 7.0.

    Each calendar day (Blue or Red) also has the Date & time & opposing team in whit letters outlined by black. I do not want to fill the entire square with the color, I only want to replace the blue portions within the calendar square with red.

  • Batch replace color with another color

    Hi,
    I would desperately need some assistance in trying to accomplish batch editing of ai-files via JavaScript.
    What I would need to do, is go through a number (many!) of files, find items with certain swatch color (referenced by its name), and replace the item-fill with another swatch-color (also referenced by its name). Then save the document with another name.
    Other parts I have managed to do, except find/compare/modify the fill color of an item.
    I have gone through these forums and tried a number of things to a point where I am currently very confused and frustrated 
    Some details (if it helps any), I'm using Illustrator CS3 and JavaScript.
    Here's the closest where I got with trying to find a certain color and eventually changing it:
    #target illustrator
    var sourceFile, findColor, replaceColor;
    sourceFile = new File().openDlg('Please select your Illustrator file…');
    open(sourceFile);
    var docRef = app.activeDocument;
    findColor = docRef.swatches.getByName("vih");
    // replaceColor not yet used anywhere
    replaceColor = docRef.swatches.getByName("sin");
    for(var obj = docRef.pageItems.length - 1; obj >= 0; obj--) {
        if(docRef.pageItems[obj].fillColor == findColor) {
            alert("Match found"); //It never seems to get here, so my comparison clearly is not working?
        else {
            alert ("No specified color found!");
    docRef.close();
    (and yes, I'm completely new with java-scripting, so even this is constructed from bits of sample-scripts and other scripts found from these forums)
    Please, I would really appreciate any help, this can't really be such a difficult task to do... can it?
    BR,
    Johanna

    I only tried a very basic test in my case ALL path items were filled with various CMYK swatches and the swap did take place so the comparison did work. I would suspect that you have a path item that contains NO fill so any of its properties would be undefined. You can also include this in your code too. This should work for both filled and stroked path items in CMYK art.
    #target illustrator
    var docRef = app.activeDocument;
    with (docRef) {
    var findColor = swatches.getByName('vih').color;
    var replaceColor = swatches.getByName('sin').color;
    for (var i = 0; i < pathItems.length; i++) {
    if (pathItems[i].filled == true) {
    with (pathItems[i].fillColor) {
    if (cyan == findColor.cyan && magenta == findColor.magenta && yellow == findColor.yellow && black == findColor.black) {
    $.writeln('True');
    cyan = replaceColor.cyan, magenta = replaceColor.magenta, yellow = replaceColor.yellow, black = replaceColor.black;
    } else {
    $.writeln('False');
    if (pathItems[i].stroked == true) {
    with (pathItems[i].strokeColor) {
    if (cyan == findColor.cyan && magenta == findColor.magenta && yellow == findColor.yellow && black == findColor.black) {
    $.writeln('True');
    cyan = replaceColor.cyan, magenta = replaceColor.magenta, yellow = replaceColor.yellow, black = replaceColor.black;
    } else {
    $.writeln('False');
    //saveAs(filePath, saveOptions)

  • Replace groups with symbols

    I have a client file that used duplicated groups instead of symbols. Is there a script that will replace all "Groups" with a given symbol? I'm sure this has been asked before, but don't seem to find the thread.
    Thanks.

    Perfect! Thanks Monika. Find and Replace Graphics did the trick.

  • How do I replace image color with an exact html color code?

    I simply want to change the color of a small pic to an existing html color code, 3399CC.  The pic is very simple, and only has one color.  In Photoshop CS4, I go to:  Image -> Adjustments -> Replace Color.  For the new replacement color, when I type in 3399CC, it doesn't give me that color - it gives some other shade of that color.  (I can tell because I use a program that tells me the exact html code a color is when I hover my mouse over it).  It seems the only way to really get the color you want is to adjust the sliders (hue, saturation, and lightness).  But it'd be practically impossible to play around with every increment of those sliders until I get the exact color code.  
    There's got to be a way to simply enter the html color code and have the pic changed to that color.  Does anyone have any idea?

    Turns key.  WhirrRRRrrrrRRRrrrr....  Nothing.  (I answered in the other thread)
    Perhaps I've had too much coffee today, because I just got a clear vision of Bart Simpson, at the board, chalk in hand...
    SRGB IS KING!!!  SRGB IS DEAD!!!  LONG LIVE SRGB!!!
    SRGB IS KING!!!  SRGB IS DEAD!!!  LONG LIVE SRGB!!!
    SRGB IS KING!!!  SRGB IS DEAD!!!  LONG LIVE SRGB!!!
    SRGB IS KING!!!  SRGB IS DEAD!!!  LONG LIVE SRGB!!!
    SRGB IS KING!!!  SRGB IS DEAD!!!  LONG LIVE SRGB!!!
    SRGB IS KING!!!  SRGB IS DEAD!!!  LONG LIVE SRGB!!!
    -Noel

  • In Each field space should be replaced with @ symbol in DME File

    Hi,
    I configured DME file it good, but client wants in each field SPACE should be replaced with @ symbol
    i created new DME file with DMEE transaction code
    here it example
    we have a bank account number filed length is 20 Digits but  bank account no is 15 digits only remaing 5 filelds should be replaced with @ symbol
    Kindly advice me on this
    Thanks in advance
    Regards
    Kumar

    Hello,
    i could follow the link below. More or less my requiremnt is same
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=201066680&focusedCommentId=247136560&#comment-247136560
    Howeevr, the changes in my requirement are
    The location field has to be populated with account name and the address of that account. In this scenario, i have the acoount name from the same page, but the account address is stored in account. i need to retrieve the data from account and append it with the account name and display it in location.
    Please help me on this.
    REGARDS
    CHANDRAKANT KULKARNI

  • Illustrator CS2 - How do I replace a color with another color?

    Most of the image uses a gray color. I'd like everything colored with grey, to be black. How do I replace gray color w/ black?

    One way would be to select one object of the gray color, then choose, Select > Same Fill Color. This will select everything of that color. Click the black swatch to change them all at once.

  • Problem replacing black with a color

    I am having difficulty replacing black with a specific color (any color).
    I have a black and white image which is in PSD format and has RGB enabled.
    I have followed the instructions to replace a color via the following method:
    Enhance | Adjust Color | Replace Color
    I select the black color, and I select a replacement color, e.g. Red.
    The Red never replaces the black - the best it will do is turn it to some level of Grey.
    Any thoughts?
    I have loaded the sample file to the following location:
    https://www.photoshop.com/user/j29102s/testfile.psd
    thank you

    Here is a method using the brush tool.
    1. Make a new blank layer (background).
    2. Go to: Edit> Fill Layer and choose color (pick color)
        change the mode to multiply and click ok.
    3. Add another blank layer (hills) and change the blending mode
        to Lighter Color and then pick a color and paint the hills.
    4. Add another blank layer (river) and change the blending to lighter color.
        then paint the river.
    5. Repeat with a new layer for each of the things you want the same color.
    6. The advantage to using the brush tool with the layers and lighter color blending
        mode is your painting does not have to be exact. You'll see what i mean when you start painting.
    As you can gather by now there are a ton of different ways to do this in photoshop elements.
    I would try them all.
    MTSTUNER

  • How can I replace a color with a pattern fill?

    Hi everyone, thanks for any responses in advance!
    I've created quite a detailed design that works with 4 pixels per cm and 16 colors, canvas size 120x170cm. I'm wanting to replace all of a single color with a pattern, is there a way to do this?
    I can replace a color with another flat color by using adjustments etc... but I want to fill the entire of one color area with a pattern instead. The only way I can think to do this would be to use the magic wand tool to select every pixel of the same color, then create a new layer and overlay with a fill of the desired pattern, however as the design is so detailed it would take me an awful long time to select each color!
    Can anyone suggest a quicker more efficiant way to do this?
    Thanks!

    Select --> Color Range
    Mylenium

  • How do I find all of one color in a line drawing and replace it with another color?

    Greetings, I'd like to replace this goat-puke green color with "black."
    I have tried everything, but can't find the right command. I'm sure that nothing could be easier, but I'm stumped and will probably smack myself in the head when I see the answer.  lol  Please help.
    Cheers. - Frank

    Ctrl-shift-u (windows) cmd-shift-u(mac) - desaturates
    ctrl-i(windows) cmd-i(mac) - inverts
    ctrl-l(windows) cmd-l(mac) - levels
    In the levels dialog box there are three triangles in the middle window, drag the far left triangle towards the right until your text is completely black. Oh yeah this also takes your black background and makes it white BTW the effect of the invert command.

  • Selective replace foreground-color with background-color

    Hi,
    I'm new to Photoshop and coming from paint shop pro (psp).
    Now I have to recolor a black dotted arrow in a bitmap to red.
    All other contents are black, too. In psp there is a tool/brush to
    replace foreground-color with background-color. So I'd select
    black as foreground-color and red as background-color, hover
    with cursor over the area to recolor and that's it.
    How to do it with Photoshop?
    Thanks in advance
    Jörg

    softmonauts wrote:
    Now I have to recolor a black dotted arrow in a bitmap to red.
    All other contents are black, too.
    Can you clarify this?  It sounds like you have a black arrow on a black background.

  • Looking for "Replace with Symbol" script

    So I am trying to replace gps points with a symbol I have created. I have found blogs referencing a script that can replace selected items with symbols saved in the symbols panel, but I can't seem to find the actual script! If anyone knows where I can find JET_ReplaceWithSymbol.jsx or any other script that can do the same function, it would be greatly appreciated!

    Hi CarlosCanto ( & Muppet Mark ;-),
    First of all I apologize, as I only started this Illustrator scripting a few weeks ago so sorry for my ignorance to things thus far. Its actually been going pretty well, but many things seem to elude me while others seem to be beyond me at this point.
    Thanks so much for the additional info CarlosCanto, tags.length worked to get around that issue. I also was able to zero out the rotation (which took some research and further headache) before gathering the width/height (* however see below). It now seems to scale accurately, but given the ratios of the original and new items it seems to locate top left and fit from there proportionally (* see below) perhaps due to the scale ratio part of the code?. So thanks so much for the heads up on both the tags.length and zeroing out rotation before hand, both helped. So I am inching along to further confusion and headaches. ;-) Is there a resource where can I find more detailed information about these "tag" assignments/values, I find little nuggets on the forum and some info in the Scripting Reference but was hoping to see maybe more detailed information if it exists.
    * Does the rotation tag get assigned to anything that has been rotated via the IDE as well also already rotated via obj.rotate(num) through code? To me it seems that items rotated with rotate() previously via javascript don't contain this tag, nor do Effect - Transform items, I cant target it to zero the rotation or rotate them to the previous rotation value? I cant seem to replace and retain rotation for something that has been rotated through code with rotate() already or via the Effect menu. But maybe I am wrong an just don't know how to target those, I am fumbling so much with this code trying to get it to work at all and trying to get all scenarios to work, I fix one break another, almost to the point of throwing in the towel and giving in to confusion. :-( I have tried so many things that I am even confused writing this as to what works, what doesn't, why, why not, at this point along with how to explain it. ;=) Forgive me. Ugh, I am at a loss, this whole rotation property seems rather challenging compared to the others given this request for outcome.
    My basic tests are as follows, I have been testing everything (even through possibly redundant), as I need this to work with ALL scenarios if possible. ;-)
    So far it works with these:
    - items rotated manually with the mouse
    - rotate tool
    - the transform window
    - right click transform
    - Ojbect - Transform - Rotate
    So far these do NOT work in retaining the present rotation:
    - Effect - Distort & Transform - Transform - Rotate  ( Also: scales fine but offsets its position, towards TL? )
    - Items rotated via Javascript using obj.rotate(num) ( Also: scales larger when replaced? )
    - When I run the script again, specifying a different symbol the rotation is lost
    - When I use symbol replace after applying the script the new replaced symbol does not retain the scale
    I hope I have stated those correctly, I have done so many tests with so many factors, approaches and code variations that I am thoroughly confused. So that seems to be the status update thus far, this whole rotation property seems rather challenging compared to the others, I guess since so many other factors are involved when that property is involved. I wish rotation was just rotation and could just be read and manipulated more easily. I was curious, even though it is beyound me, does using matrix transforms make this all easier and more straight forward vs tags or are both rather convoluted?
    So am I spinning my wheels thinking this approach can be achieved across all those scenarios? Any thoughts, feedback, code, or entire solutions :-) are welcome at this point. Thanks so much to CarlosCanto and everyone else, I greatly appreciate it.

  • How to replace a specific color with transparent color?

    I would need to get image of a control but I'd like to replace the background color of the control with transparent color (like the commentest image editor).
    I cannot use IMAQ library, so I would like to use 2D-picture palette.
    I can read the image data pixel per pixer, but.. once the color to be replaced is found, how to replace it with transparent?
    Thanks all

    It sounds like you want the "Create Mask.vi". If not, you might want to provide some code that shows what kind of situation you're dealing with.

  • Hi, Im using apple 5s with gold color , I want  to replace it with space grey  color .Is it possible in apple store?

    Hi, Im using apple 5s with gold color , I want to replace it with space grey color .Is it possible in apple store?

    If you are within the return period policy of the retail where you purchased the
    iPhone, return it and buy a new one. If outside the return period, sell the current
    iPhone privately and use the money received toward a new iPhone. Or buy a
    case in your preferred color for your current iPhone.
    If purchased from Apple US, return period is 14 days. I believe it is the same elsewhere,
    but check with your local Apple store. Be advised, that even if you are within the return
    period, returns are accepted only in the country of original purchase (EU is one country
    for this purpose).

Maybe you are looking for

  • How can I Remove Firefox Hello in a high-security environment?

    Hi, After a recent Firefox update in a test environment for a high-security environment (I'm not at liberty to disclose the nature of this environment, sorry. Let's just say we have to disable Firefox from contacting Mozilla's servers and further dis

  • Error code 2131 on windows vista, how do i fix it

    i can no longer burn cd's from itunes. I get error code 2131 when trying to do so. I operate on dell with windows vista. I ran a diagnostics and everything seemed to check out: Microsoft Windows Vista Home Premium Edition (Build 6000) Dell Inc. Inspi

  • Can I use iChat AV as webcam?

    Is it possible to auto accept incoming video chats? I have rented a house in the desert for the Coachella Valley Music and Arts festival (www.coachella.com) and I would like for my friends who can't make it to be able to peek in on the house. I would

  • My email signature keeps changing?

    Hello all, I have a question regarding mail on OSX10.9. I am using Mail 7.2, and when I input a signature, it looks fine and it was working fine. However, yesterday it stopped being alligned and now it keeps moving around. I have tried creating a new

  • Save project to external HD

    I am trying to copy a project onto my Firelite external HD. When I try to copy the file using Finder, I get the error "You cannot copy the item "Icon " because the name is too long or includes characters that the disk cannot display." It does copy th