Crystallize same image to different cell size automated

Hi, I am looking to findout if there is a way to automate the process of editing the same photo multipul ways. What I want to do is take one image then apply the pixelate, crystallize feature to an image but I need to to apply every cell size from 3 to 300. I want to automate this process as to do it by hand would be a very long job
Any help would be much appreciated

Such a workflow is too advanced to do in Photoshop Elements. While Elements does support some automation, this is automation of applying the same thing to multiple files, it does not allow you to make multiple changes to a single file. This couldn't even be accomplished with Actions, which Elements does have some support for (you can use them, but you cannot create them). To accomplish this, you would need to use Scripting in the full version of Photoshop.

Similar Messages

  • LR won't synch same images in different folder

    I need to keep multiple copies of the same images in different folders (to track submissions to different agencies) but LR seems very erratic at synching pictures it thinks already exist in the catalogue - some of the duplicates show up, others not, but it seems impossible to get all folders to synch properly. Is there any way around this?

    Yes, I remember, David. Glad it's still working.
    Assuming the current workflow, I reckon the answer is going to lie in establishing which files are omitted. If filenames don't match any files already in the catalogue, I'd expect all to arrive safely. But if a jpg's name matches an existing file (ignoring the extensions) then there might be a clash. One area is Edit > Preferences > Import where you may want to try ticking Treat JPEG files next to raw files as separate. But see if you can establish the pattern of what gets imported and what's not.
    A pure Lightroom solution would be not to keep all these files. So you would have the master image (a raw or a worked tif), and then create virtual copies for each of the uses that you want to track - right click a thumbnail and Create Virtual Copy. Each VC has a copy name, which I'd suggest setting (Metadata panel) to the usage, Getty, Alamy etc. When you need to send it to the agency, get the VC and export at the size and format required, send the exported file, but don't keep a real file copy - the VC could suffice. I put this more for you to think over.
    John

  • Can I print the same image at different sizes on the same page?

    Hi everyone.
    I am trying to print a 5x7" image and 4 wallet sizes of the same photograph on 1 piece of paper. Can apperature do this? I'm just trying to utilize a whole sheet of paper.
    I've been looking at contact sheets to try this but it doesn't seem like it's going to work. I was hoping for a really simple way to do this but I cannot find it.

    I've not found a way to do that. The printing portion of the software is, at this time, somewhat rudimentary.

  • Loading images with different horizontal sizes

    I would like to load images with different horizontal
    resolutions (vertical resolution to be the same) dymanically into
    an empty movie clip. I would like them to load with the right hand
    side of the image lined up with the right hand side of my site. I
    have seen many tutorials about how to accomplish the loading of the
    movies, but I cannot figure out how to make them open with the
    right hand side always lined up on the right.
    To be more specific, let's say I have three images of the
    varying pixel resolutions (1200x600, 800x600, and 400x600 for
    example). I would like the horizontal size to always extend away
    from the right hand side of the site with the right hand edge of
    the images always lined up.
    Is this possible to do by loading them into an empty movie
    clip?
    thanks

    When you load an image file into an empty movieClip, that
    clip takes on the dimensions of the loaded content. The
    registration point for the clip is set to the upper left corner.
    So, once the new image is loaded, just set that clip's .x to the
    stage width - the width of the clip.

  • Saving the same image with different croppings for printing various sizes

    I've searched for this to no avail.  I tend to always have a few pictures in rotation that I end up cropping multiple times when I am printing.  Pictures  where today I need to print a 4x6 and tomorrow it's a 5x7 of the same picture, etc.  I am trying to figure out a way to save the file with that cropping.  Ideally there would be a way that if I also modified anything else in the image that would also show up in the other versions.  I know there is Create Virtual Copy, and that could work if I could then figure out how to change the file name so it would show that it was cropped for 5x7 or whatever.  Are there any other creative ways I am missing? 

    When you create a Virtual Copy it is given an individual Copy Name (as well as the original file name)....default would be Copy 1, Copy 2, etc. However, that Copy Name is editable in the Metadata Panel, simply click in the name field and you can give it a more descriptive name, e.g "VC Crop 5 x7". See here:
    Before:
    After:

  • ListView scroll with different cell sizes

    Hello,
    my application changes the size of (some) cells in a listview.
    Now in my case the scrolling of the listview becomes a problem. Because a larger cell is passed much faster than smaller cells - so the scrolling speed is not constant anymore.
    But I need the scrolling to stay contant. Is that possible?
    I hope this explanation was understandable ...
    thanks!!!

    Thanks for your answer!
    Unfortunately I don't really understand your solution...
    But let me show you my problem a little more precisely:
    When you try the following code a listview will appear. Double clicking an item will expand the item's size. Now try to drag the scroll bar and you will see what i mean (the expanded item is passed very fast). Unlike that when clicking the arrows of the scrollbar, the behaviour is as I want it.
    So does your solution fix that?
    thanks!!!!
    import javafx.animation.KeyFrame;
    import javafx.animation.Timeline;
    import javafx.scene.layout.Stack;
    import javafx.scene.control.Label;
    import javafx.scene.control.ListCell;
    import javafx.scene.control.ListView;
    class ExpandablePane extends Stack {
        var expanded = false;
        var expanding = false;
        var prefHeight:Number;
        var h:Number on replace {
            if (expanding) requestLayout();
        public function toggle() {
            if (not expanding) {
                if (expanded) {
                    contract();
                } else {
                    expand();
        function expand():Void {
            expanding = true;
            h = prefHeight = height; // store off the old height
            Timeline {
                keyFrames: KeyFrame {
                    time: 250ms
                    values: [
                        h => 200,
                        expanding => false,
                        expanded => true
            }.play();
        function contract():Void {
            expanding = true;
            Timeline {
                keyFrames: KeyFrame {
                    time: 250ms
                    values: [
                        h => prefHeight,
                        expanding => false,
                        expanded => false
            }.play();
        override function getPrefHeight(width) {
            if (expanded or expanding) {
                return h;
            } else {
                return super.getPrefHeight(width);
    ListView {
        items: for(i in [1..20]){
            ListCell {
                var ep:ExpandablePane;
                node: ep = ExpandablePane {
                    content: Label {
                        text: "{i}"
                onMouseClicked: function(e) {
                    if (e.clickCount == 2) {
                        ep.toggle();
    }

  • Same driver version, different file sizes? What the dif?

    <div class="DownloadBriefBox"><div class="DownloadNameBox">Creative Sound Blaster Audigy series beta driver 2.8.00 [/i]
    <span class="DownloadSizeBox">Filesize : <span class="DownloadSizeText">42.35 MB <img height="6" src="http://support.creative.com/images/icon_download.gif[/img] width="6">[url="http://support.creative.com/downloads/download.aspx?nDownloadId=063">Download [/url]<div class="DownloadDate">Release date : 25 Aug 09 <div class="DownloadShortDesc">This?download is a?beta driver providing Microsoft? Windows?7, Windows Vista? and Windows XP support for Creative Sound Blaster? Audigy? series of audio devices. For more details, read the rest of this web release note. <div class="DownloadShortDesc">
    <div class="DownloadShortDesc">or<div class="DownloadShortDesc">
    <div class="DownloadShortDesc"><div class="DownloadBriefBox"><div class="DownloadNameBox">[url="http://support.creative.com/Downloads/welcome.aspx#">Creative Sound Blaster Audigy series driver 2.8.00 [/url]
    <span class="DownloadSizeBox">Filesize : <span class="DownloadSizeText">37.62 MB <img height="6" src="http://support.creative.com/images/icon_download.gif[/img] width="6">[url="http://support.creative.com/downloads/download.aspx?nDownloadId=0960">Download [/url]<div class="DownloadDate">Release date : 3 Jul 09 <div class="DownloadShortDesc">This?download is a?driver providing Microsoft? Windows?7, Windows Vista? and Windows XP support for Creative Sound Blaster? Audigy? series of audio devices. For more details, read the rest of this web release note. <div class="DownloadShortDesc">
    <div class="DownloadShortDesc">I think someone's already answered this question, but I can't remember, soz.

    = There is a missing build number in the version info.
    2.8.00.6? - 3 Jul 09?
    - Adds a check to prevent third party SPDIF endpoints from being displayed in the Encoder tab.
    - Properly saves and restores the Enable Dolby Digital Li've checkbox state when you close and reopen the Audio Console application.
    - [color="#ff0000"]Bug: Does not tag the Audigy SPDIF Output, so no devices are available in the Encoder tab in Audio Console.
    - [color="#ff0000"]Bug: Internal error in localized versions of Audio Console when you enable the Encoder.
    2.8.00.8? - 25 Aug 09?
    - Properly tags the Audigy SPDIF Output as a Encoder capable device, fixing the bug in previous version.
    - [color="#ff0000"]Bug: Does not add the 64-bit .UDA catalog file to?the Windows catroot repository, resulting the Enhancements errors and issues with Windows Media Player.
    - [color="#ff0000"]Bug: Error in localized Audio Console still not fixed.

  • Same image displaying differently in FF and IE6

    This has me beaten
    http://wrfinn.com/map_leros.html
    (login/password fred) - the first image (I know it's out of
    alignment...
    later, later).
    What is displaying in FF is the original image before the
    circle/text was
    added.
    I have deleted it from the server and replaced it
    (desperation as it's fine
    in IE6) checked the scripts are there although I've tested it
    without the
    javascript with no better results. The DOM inspector is
    showing an error on
    the page in FF if this helps -
    [Exception... "'Permission denied to get property
    XULElement.accessKey' when
    calling method: [nsIDOMXULLabelElement::accessKey]" nsresult:
    "0x8057001e
    (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame ::
    http://wrfinn.com/map_leros.html
    :: jspw3 :: line 43" data: no]
    <li><a href="#" class="p7PMtrg">About
    Us</a>
    Could somebody possibly throw some light on this?
    Jo

    josie1one wrote:
    > This has me beaten
    >
    >
    http://wrfinn.com/map_leros.html
    > (login/password fred) - the first image (I know it's out
    of alignment...
    > later, later).
    >
    > What is displaying in FF is the original image before
    the circle/text was
    > added.
    >
    > I have deleted it from the server and replaced it
    (desperation as it's fine
    > in IE6) checked the scripts are there although I've
    tested it without the
    > javascript with no better results. The DOM inspector is
    showing an error on
    > the page in FF if this helps -
    >
    > [Exception... "'Permission denied to get property
    XULElement.accessKey' when
    > calling method: [nsIDOMXULLabelElement::accessKey]"
    nsresult: "0x8057001e
    > (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame ::
    >
    http://wrfinn.com/map_leros.html
    :: jspw3 :: line 43" data: no]
    > <li><a href="#" class="p7PMtrg">About
    Us</a>
    >
    > Could somebody possibly throw some light on this?
    >
    Hey Jo,
    did you get this resolved? - I don't see the problems that
    you are
    describing nor do I get a dom inspector error.
    The only thing I see is that the image which should reside
    under the
    side nav - you haven't set a path/source for this.
    chin chin
    Sinclair

  • The grid layout and different cell sizes

    Hi all
    is it possible to use a grid layout but specify the height of each cell in the grid
    lets say i have a grid 2x5
    label1 | TextBox
    label2 | ComboBox
    label3 | TextBox
    label 4 | checkbox1
    checkbox2
    checkbox3
    label 5 | TextBox
    the above is how i want it to work but it is appearing like this
    label1 | TextBox
    label2 | ComboBox
    label3 | TextBox
    label 4 | checkbox1
    checkbox2
    checkbox3
    label 5 | TextBox
    and i assume this is because the grid cell with the checkboxes in is setting the height for all the other cells
    so i want to say basically all cells equal say 20 pixels but label 4 and checkbox cells to equal say 50 pixels
    can this be done?

    is it possible to use a grid layout but specify the
    height of each cell in the gridNo. Use GridBagLayout.

  • Smartform: Same colour to different cells

    Hi,
    My requirement is to assign a colour for varied templates of a window in  a smartforms.
    i.e there are totally 6 templates in a window for which i need a background grey colour for 3 templates
    For company name grey colour, company address grey colour, for consignment number.
    Grey would be the common colour for all the templates whcih require colour.
    Revert for further clarification/better understanding.
    Thanks and Regards
    P.Srikanth.
    Edited by: SRIKANTH P on Dec 8, 2009 11:35 AM
    Edited by: SRIKANTH P on Dec 8, 2009 11:36 AM

    Try assigning the colour grey using the shading colour options in template tab.
    thanks and regards.

  • Same image, different sizes

    I need to export the same image in different formats, for iPhone, iPad, Web etc.
    Actually, I import into one frame and then  - Copy/Paste into/Fill Frame Proportionally - on the other frames.
    Is there a simple way to do this in one shot? I can write a script to do this, but I was wondering if there was some sort of Command I was missing…
    Thank you

    Are yout talking about Alternative Layouts with the same content?
    Use the Content Collector and Placer tools and use the same image or content several times. If you work with object styles (as you should ALWAYS do) you can specify a auto fitting property in that style.
    With Liquid Layout you can specify the behavior of any frame how it resizes if the page gets or has different sizes.

  • Cell size in JList

    Hi all,
    Why does a JList make all cells same size when I change it's layout orientation? Before changing the orientation the JList shows cells in different sizes. Is there any way I can have different cell sizes for different cells after I change the layout orientation of a JList?

    In the future, Swing related questions should be posted in the Swing forum (like you did the last time, so you obviously know the Swing forum exists).
    Is there any way I can have different cell sizes for different cells after I change the layout orientation of a JList? Are we supposed to be mind readers? How do we know what your old/new orientation is or which orientation you are having the problem with? How do we know what type of data you are displaying in the JList?
    If you need further help then you need to create a [Short, Self Contained, Compilable and Executable, Example Program (SSCCE)|http://sscce.org], that demonstrates the incorrect behaviour.
    Don't forget to use the Code Formatting Tags so the posted code retains its original formatting. That is done by selecting the code and then clicking on the "Code" button above the question input area.

  • How to handle different screen sizes?

    Hi,
    I have a couple of 2D 180X180 png images. I used them for splash screen, backgrounds etc etc. How do i ensure that my splash screen and background (using these fixed-sized images) can cover the device's displayable area? For example, if a device is 200X200, how do i stretch my 180X180 images?
    I'm currently using lcdui's Image class to display the images, and there isn't any method that i could use to scale the images for different device sizes. :-(
    Thanks for any help!! :-)

    The way this is usually handled is with different versions containing graphics fro different screen sizes.
    You can resize images using MIDP 2.0, but this method is a memory hog, and with an image as big as 180x180 there is a big risk of running out of memory during the process.
    Or you can work out a way so that the screen resolotion doesn't affect you. Like centering the image over a background of the same color as the image's background, using tiles to create the background, etc.
    shmoove

  • Transition between two different sizes of the same image

    Im currently working on a project where I have a 92x92 pixel image that needs to tween into a 711x300 pixel image.  The images are the same but cropped to these sizes via photoshop, imported into flash, then converted to graphic symbols.  I want to have the 92x92 image tween into the 711x300 image.
    I say tween, but the two tweens aren't working correctly, so I was wondering if anyone else had any ideas.   I can't seem to find a "crop" like function in flash that will let me adjust the large image for when its supposed to be small, then have it tween between the two sizes as i need them to.
    I cant seem to figure it out and I need some help.    Any suggestions?
    Thanks,
    Kyle.

    Right, thats what I have discovered through my troubleshooting.  The thing is, the aspect ratios are different for what I need and I cant seem to find how to readjust the aspect ratio to fit the design sceme that's been chosen.  I initially did just resize the larger one, but since the ratio stayed panoramic, my designs weren't quite working out. 
    I need to change the aspect ratio of the larger image withough disrupting how the image looks (squish/stretch).  When I would chose my symbol and hit cmd+B till I'd get the speckled selection around the symbol, then apply a shape tween between the two symbols.  The smaller symbol would expand to the size i needed as the tween progressed, but would tile the image within the enlarging cell.  Then the tween would end, and my larger picture would appear.  This isn't gonna work, either.
    Still, need some advise.
    kyle.

  • How do I make a 20 X 30 print with layers of 16 X 20, 12 X 18, 11 X 14, 8 X 12, 8 X 10, 5 X 7 and 4 X 6 of the same image to display the different sizes available to someone?  Using Elements 13 with Windows 8.1

    How do I make a 20 X 30 print with layers of 16 X 20, 12 X 18, 11 X 14, 8 X 12, 8 X 10, 5 X 7 and 4 X 6 of the same image to display the different sizes available to someone?  Using Elements 13 with Windows 8.1
    A senior citizen needs some help.
    Thanks

    Saving each image as different size - is it an option for you?  I would save images with their name as: 20x30.png, 16x20.png etc etc.
    Or explain whether you want these in a webpage  in which case only one image is necessary and different sizes are displayed with good CSS code.  this is question for Dreamweaver forum if this is what you want.

Maybe you are looking for