Is it possible to change a filter based on the base image? Or change the algorithms of a filter?

For example, the filter of patchwork. I want to change so that the lines are not as important, but the color of the mosaic is always there. Is it possible to change the filter file or image to do?

patchwork.jpg

Thank you!

Another option would be to use my script which samples an image and apply colors to a model with deco fill script. It's a little slow to use, as it has made a lot of samples, but you can do interesting things with it. Works on CS6 and higher:

Script Fill UI - Photoshop CS6

You need create a clear color model to do this. Here is a sample using a cross stitch pattern:

Tags: Photoshop

Similar Questions

  • Is it possible to run an applet based on the pot in 7u51?

    We have an applet that is managed using HTML like this:

    "< APPLET CODEBASE =" / bin/java "CODE ="org.nzdl.gsdl.Phind.Phind.class"ARCHIVE =" Phind.jar "WIDTH = 500 HEIGHT = 400 >

    From 7u51, he is no longer running.  I got signed jar file and add the necessary root certificate, but the runtime complains now that the permissions attribute is missing from the manifesto, and I can't work, how to add this attribute.

    My file 'manifest. MF' has a single line

    Permissions: sandbox

    (There is an end of line; I also tried to add an additional empty line, but that does not change.)

    I build the jar like this

    jar cfm Phind - manifest.jar 'manifest. MF' org

    jarsigner - keystore greenstoneKey - storepass xxx - Phind - signed.jar Phind - manifest.jar greenstoneKey signedjar

    (The org directory contains the class files).

    When I unzip the jar resulting of the MANIFEST file. MF looks like this:

    Manifest-Version: 1.0

    Permissions: sandbox

    Created by: 1.7.0_51 (Oracle Corporation)

    Name: org/nzdl/gsdl/Phind/Phind$SafeReader.class

    SHA-256-Digest: tmCYPVEK/l3vSTLIfPR/QNzo8yUrvknHQxCFAr1KMZY =

    [...]

    Google search found me nothing else than a bunch of other people having similar problems.  Has everyone really knew the problem and build a jar file that Java7u51 will work as an applet?

    After further experimentation, it seems not that the problem is in the jar file. that works fine, as long as it the URL contains a full DNS name.  It seems that the Java runtime is unable to read the manifesto correctly if the URL to the jar file using an unqualified name, or an IP address.

    Addendum: the problem disappeared completely.  My best guess is Java runtime has been cached from an earlier version of the jar file information that had no manifest information.  If you are troubleshooting a similar problem, I suggest user profile on your test between wiping testing account.

  • Would it not be possible to make a selection based on the percentage instead of pixels? For example: 90% left, 5% of the upper part.

    Im having a little trouble getting a Photoshop Action to work the way I need to.

    Product photos are taken in different batches, and the only thing that is guaranteed, it must be transparent in the upper right. This means I need an action that makes a selection with the 'magic wand' tool and is independent to define an absolute selection through pixels (see images below).

    selection.PNG

    Photo: how it behaves

    selection2.png

    Photo: How I need to behave

    Anyone know how I can solve this problem without resizing the canvas to an exact size?

    Thank you in advance,

    Edvard

    Hi edvardkrupke

    Please try and change the rules per cent in Photoshop preferences.

    Check the screenshot below.once you change restart Photoshop to check

    Let us know if that helps.

    Kind regards

    ~ Mohit

  • [ADF, JDev12.1.3] LOV entry: is it possible to change the criteria to view / query to use before the opening of the popup?

    Hallo,

    I would like to know if it is possible to change the criteria for the view or the query used by an LOV entry before the opening of the pop-up window (on the click the icon in the search).

    Thank you

    Federico

    You can change the implicit vc used by the LOV, overwriting the popuplistener and a different VC as

    {} public void onLauchLov (LaunchPopupEvent launchPopupEvent)

    String submittedValue = (String) launchPopupEvent.getSubmittedValue ();

    run the queries only if value is submitted

    If (submittedValue! = null & submittedValue.length () > 0) {}

    RichInputListOfValues lovComp = launchPopupEvent.getComponent ((RichInputListOfValues));

    BindingContext bindingCtx = BindingContext.getCurrent ();

    BindingContainer links = bindingCtx.getCurrentBindingsEntry ();

    JUCtrlListBinding lov = bindings.get ("JobId") (JUCtrlListBinding);

    VCM ViewCriteriaManager = lov.getListIterBinding () .getViewObject () .getViewCriteriaManager ();

    ensure that the criteria of display is disabled

    vcm.removeViewCriteria (ViewCriteriaManager.IMPLICIT_VIEW_CRITERIA_NAME);

    Create a new view of the criteria of

    ViewCriteria vc = new ViewCriteria (lov.getListIterBinding () .getViewObject ());

    Use the name of the default view criteria

    '__DefaultViewCriteria__ '.

    vc.setName (ViewCriteriaManager.IMPLICIT_VIEW_CRITERIA_NAME);

    create a display for all queryable attributes criteria

    VCR ViewCriteriaRow = new ViewCriteriaRow (vc);

    for this example, I put the query filter for 60 DepartmentId.

    You can determine when running in reading to a managed bean

    or the link layer

    vcr.setAttribute ("JobId", submittedValue + "%");

    Note also that the line of view criteria consists of all attributes

    who belong to the view list LOV object, which means that you can

    filter on multiple attributes

    vc.addRow (vcr);

    lov.getListIterBinding () .getViewObject () .applyViewCriteria (vc);

    }

    }

    Here's the LOV on the employee on the work of attribte based on http://www.oracle.com/technetwork/developer-tools/adf/learnmore/29-adf-model-driven-llist-of-values-169171.pdf

    Timo

  • Is it possible to change the menu of windows update to the much more functional version?

    Is it possible to change the menu of windows update to the much more functional version? The change took place on 07/10/09 and made by selecting which updates to install more troublesome. * Note * I do without roll back Windows Update 7.4.7600.226 Agent that has been installed on 10/07/09.
    This change of format is also just change the switch on for windows 7?

    Hello

    Welcome to Microsoft Windows Vista community forums!

    I am sorry to say that there is no choice left out. You must perform a system restore or uninstall the manual update that is installed.

    Improvements made to the version of the Windows Update Agent 7.4.7600.226

    • Time sweep improved for Windows updates
    • Improved user interface for Windows Vista and Windows Server 2008 - based computers that are running Windows Update
    • More visible and detailed description of updates
    • Improvements in the way in which users are informed about service packs

    For more information, please see the link below:
     
    http://support.Microsoft.com/default.aspx/KB/946928

    Kind regards

    Savan - Microsoft technical support.

  • Element of change based on the value in LOV

    I'm trying to disable the item (text box), based on the value of the LOV. And it doesn't seem to work.

    Is it possible to see what is happening in the level of the events? The LOV is perhaps not "changing" ing?

    Dynamically change the item values

    Patrick Wolf-Oracle responded to the question - get the firebug.

    Looking at the console I discovered that the returned of LOV value includes spaces. Resolved issues.

  • Change the fill color based on the range of values

    Creating a form to inspect the parts. Work on the setting up of a text field to change the fill color based on the number or the data entered. For example: If is between 0-20 fill color is red, between 20-24 fill color is green, more filling 24 is still red, and if no data is entered in the fill color is white. The script below works for me but keeps the red field when data is deleted (empty) field. Not sure if im approaching this correctly so I should be looking at differently? I have different ranges for many fields and im trying to keep the script right to the front as possible. Thanks in advance for any help.

    If (event.value > '24')

    event.target.fillColor = color.red;

    Else if (event.value < '20')

    event.target.fillColor = color.red;

    else event.target.fillColor = color.green;

    You do not have... Change this line:

    Else if (event.value > '24')

    To do this:

    Else if (event.value > 24)

    And even with "20".

  • Hi I would like to buy a suit creative cs4... an American and I would like to know if it is possible to change the language to German?

    I work for a German Office and my collegaues I would use the creative suite cs4 for their projects. The original German version is quiet expensive - that's why I would like to buy an American... Unfortunately my collegaues aren't in English, so... is it possible to change the language in version cs4 design standard?

    Adobe sells more CS4.  They sell only new versions of their products.  In addition, you can not buy an American copy if your company is based in Germany.

  • Is it possible to change the definition of LOV uses dynamic action?

    Hello

    I have a multiple selection LOV page article, P27_MULTI_CLASS_CODE, defined as below.  The loading of the page, this list contains only values based on what was passed to P27_OLO_CODE or P27_OLO_CODE_SW.

    SELECT DISTINCT c.class_code d, c.class_code r

    O ORGANIZATION,

    POSITION p,

    CLASS c

    WHERE o.org_wk = p.org_wk

    AND p.class_wk = c.class_wk

    AND o.org_active_flag = 'Y '.

    AND p.pos_active_flag = 'Y '.

    AND c.class_active_flag = 'Y '.

    AND (o.olo_code =: P27_OLO_CODE)

    GOLD o.olo_code =: P27_OLO_CODE_SW)

    ORDER BY c.class_code ASC

    Before submitting the page, I want the definition of LOV's P27_MULTI_CLASS_CODE to change the following (similar application without reference to the P27_OLO_CODE or P27_OLO_CODE_SW) based on the question if the user selects a checkbox, P27_ALLOW_SW.   In doing so, P27_MULTI_CLASS_CODE would contain a wide range of values, rather than the limited values.

    SELECT DISTINCT c.class_code d, c.class_code r

    O ORGANIZATION,

    POSITION p,

    CLASS c

    WHERE o.org_wk = p.org_wk

    AND p.class_wk = c.class_wk

    AND o.org_active_flag = 'Y '.

    AND p.pos_active_flag = 'Y '.

    AND c.class_active_flag = 'Y '.

    ORDER BY c.class_code ASC

    I wanted to avoid writing Javascript.  Is this possible using dynamic measurements... or at least somehow update P27_MULTI_CLASS_CODE so that it ignores the P27_OLO_CODE and the P27_OLO_CODE_SW?

    Tried to create dynamic action to clear the value of P27_OLO_CODE or P27_OLO_CODE_SW, in the hope this would trigger P27_MULTI_CLASS_CODE to display all the values, but it has failed.  Any ideas?

    APEX 4.2

    You can do this by editing the query lov a little:

    SELECT DISTINCT c.class_code d, c.class_code r
      FROM ORGANIZATION o,
           POSITION p,
           CLASS c
    WHERE o.org_wk = p.org_wk
       AND p.class_wk = c.class_wk
       AND o.org_active_flag = 'Y'
       AND p.pos_active_flag = 'Y'
       AND c.class_active_flag = 'Y'
       AND ((:P27_ALLOW_SW = 'Y' AND (o.olo_code = :P27_OLO_CODE OR o.olo_code = :P27_OLO_CODE_SW))
            OR :P27_ALLOW_SW = 'N')
    ORDER BY c.class_code ASC
    

    (of course, use the correct value for P27_ALLOW_SW)

    The "cascade LOV Parent article (s)" value P27_ALLOW_SW and also add "Page elements to submit" element (Note: this item appears only when you have entered a value in the element of parent lov cascading items)

    Now, after changing P27_ALLOW_SW the lov will update to P27_MULTI_CLASS_CODE.

  • Is this possible? Subforms appeal based on the drop-down list associated with the database

    I'm hoping to make a dynamic shape and I wonder if it's possible.

    I have a database with about 300 entries - pieces of agricultural goods and a few little bits of info on each of these properties. I want to create a form where users can choose the piece there rather than the property in a drop-down list. Based on the property they select, another menu drop down to fill with the cultures associated with this property. Then based on the selection made in this drop-down list, a specific form will be brought upward.

    For example, a person selects property #102 in the drop-down list. In the database, property #102 is associated with wheat, barley and corn, so the next drop would be complete with these three cultures. The user selects the wheat in the drop-down list and the form of wheat would be called. 

    I hope I explained that well enough.

    Is this possible? And if it's possible, how complicated to do? Assuming that I already have the database and subforms, it would be a long process from weeks to the script, or it would be simple enough?

    Yes, this could be done, here is an example that should help: Drop dependent dropdown (specimen attached)

    On the basis of selection (change event of the second menu drop-down), you can show or hide a subform.

    -Wasil

  • change the user interface presentation based on the size of the Panel

    I'm looking for a way to adjust the layout of my user interface based on the size of the group. For example, two buttons that are top of the other until the height of the window is small enough that they need to be next to each other instead.

    Another example would be a series of buttons that appear as a line if the Panel is wider than high, or in a column if it is higher than it is wide.

    -What someone does something like that, or know if it is possible? As I see it, all I need is a way to read the current size of the Committee and I can put a function in onResize/onResizing that allows to adjust the layout of the user interface.

    Figured it out!

    This change my row of buttons in a column of line based on the report of the window. Finally understood windowBounds.height and windowBounds.width.

    myPanel.onResizing = myPanel.onResize = function () {
      if (myPanel.windowBounds.height > myPanel.windowBounds.width){
           myPanel.grp.cmds.orientation = "column";
      } else {
           myPanel.grp.cmds.orientation = "row";
      }
      this.layout.resize();
    }
    
  • How it is possible reflect changes in workbench in cluster environment

    Hi all

    I'm running short MachineA and MachineB with separate MDEX engine.
    Cluster dgraph is implemented on MachineA with MachineB, so data will be updated on machineB when I run the update of baseline on MachineA.
    I installed the Manager experience on MachineA and created a few pages using Workbench.
    The rules are getting fired for MachineA without updating the base, but I noticed that even do not work for MachineB even if both machines are clustered.
    When I run update MachineA rules-based work with MachineB.


    How it is possible reflect changes based on the two clusters MDEX engine without running the update of the base.

    Please let us know your suggestion.

    Thanks in advance,
    SunilN

    Hello!

    Maybe you should take a look on the model User Guide deployment-online pages 71, 72 and 73 title short Workbench deployed with Dgraph overview

    "This deployment approach requires a new Dgraph to set up in the production environment to.
    use the Workbench Dgraph preview.
    This Dgraph is updated as well as others in the production environment every time that an update
    treated, but it serves no traffic for the purposes of production. Instead, this Dgraph is used to
    get a preview of short Workbench.
    By default, short Workbench uses an ABC script to update the MDEX engine with new configuration
    whenever you press the button to save the changes. With this approach to deployment, the default functionality
    update each production Dgraph in addition to the overview of Dgraph.There there are two ways to replace
    This default behavior. »

    about speeking you can see how to declare a dgraph overview in addition to that, you use as you ex-workbench new experience Manager
    hope that helps
    concerning
    Saleh

  • Change the type of region based on the value of the element

    Hi all
    Is it possible to change a type of model of a region based on the value of the page element?
    For example, if I have a template type for the area has as the type of model and the region to hide/show for area B as hide/show as well.

    I want that type of region B model will be replaced by a type of custom template based on the value of an element in A region.
    Is this possible?

    Enjoy your entries.

    Thank you!

    Spriya wrote:
    Hi all
    Is it possible to change a type of model of a region based on the value of the page element?
    For example, if I have a template type for the area has as the type of model and the region to hide/show for area B as hide/show as well.

    I want that type of region B model will be replaced by a type of custom template based on the value of an element in A region.
    Is this possible?

    N ° you either need to have 2 instances of region B, based on different models and make one of them conditionally based on the value of the area A; or to develop a unique model with a structure that is flexible enough to be used in both cases and change its appearance and behavior, for example, Exchange classes in dynamic Action.

  • LOV display value based on the locale change

    Hi all
    I have this problem:
    my application is supposed to support two languages, English and another language.
    the user can change the regional settings by pressing a command link in their browser and switch between these two regions.
    all messages and labels are converted correctly.

    but in my case I use several objects in display list of choice as a data source for my LOV.
    for example, the views contain three columns:
    1 - id: which is the return value
    2 - English_meaning: description in English
    3 - Another_language_meaning: description in another language.

    is it possible to change the value displayed in LOV based on locale
    (i.e. If the user choose English locale English_meaning column will appear on LOV and when it goes to non_English_locale, the Another_language_meaning column is displayed)

    any help please.

    Maybe you find this post useful
    http://adfpractice-Fedor.blogspot.com/2011/02/ADF-BC-multiple-lovs-for-Vos-attribute.html

  • Is it possible to change my user name?

    Hello

    I was wondering if it was possible to change my username to communities of Apple Support since this is not my name and that he had entered incorrectly by someone else?

    Thank you

    Arnaud.

    There is no option to change your username on Apple support communities.

Maybe you are looking for

  • Call a malfunction

    I noticed while my Moto X (Gen 1) is on the vibration mode and at the same time if I'm listening to music using headphones I encounter a bug or a problem in the phone. The bug is like right now (phone in vibrate mode + music) if I get a phone call wi

  • Update Vista Microsoft error number: 0x8DDD0002

    I am unable to do the update of windows on my windows vista computer. Now to clarify things, I can access and complete Windows Update in my Start menu but when I try to access it through my internet explore I get the error error number: 0x8DDD0002 To

  • Display shows out of reach

    How this message so that I can see what is wrong

  • Error 80070645?

    How to fix a 'error 80070645?I tried a 'download' of "Service Pack 1" - and I got an error message "installation"?What Service Packis suppose to run with 'Windows Vista Ultimate'? Help.

  • Cyber shot camera

    I loaded a new sony cybershot camera... I'm stuck on the language setting