Local sharpening with its own sliders

hallo,
is it possible now to make creative sharpening like nx2 and photoshop ?
we have a fantastic detail panel in lr3 and local sharpening was only gain with predefined values given by detail.
i would like to make a capture sharpening with detail panel and a local sharpening with other values of masking, detail and radius
is it now possible ?
like that, for trial images like the one showned in martin evening book (with eye and lines), we could process low frequencies and high frequencies independantly
clarity is nice but different
best regards
marc

Unfortunately no.  Lr 4 Beta has the same local sharpening implementation as Lr 3.  Often handy, but it does inherit the detail/radius/masking properties from the global settings.  (While I can see the utility of having custom ones for local, that would require more substantial changes to how we render local corrections, plus more changes to the UI.)

Similar Messages

  • How to create a window with its own window border other than the local system window border?

    How to create a window with its own window border other than the local system window border?
    For example, a border: a black line with a width 1 and then a transparent line with a width 5. Further inner, it is the content pane.
    In JavaSE, there seems to have the paintComponent() method for the JFrame to realize the effect.

    Not sure why your code is doing that. I usually use an ObjectProperty<Point2D> to hold the initial coordinates of the mouse press, and set it to null on a mouse release. That seems to avoid the dragging being confused by mouse interaction with other nodes.
    import javafx.application.Application;
    import javafx.application.Platform;
    import javafx.beans.property.ObjectProperty;
    import javafx.beans.property.SimpleObjectProperty;
    import javafx.collections.FXCollections;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.geometry.Point2D;
    import javafx.geometry.Pos;
    import javafx.scene.Node;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.ChoiceBox;
    import javafx.scene.input.MouseEvent;
    import javafx.scene.layout.AnchorPane;
    import javafx.scene.layout.StackPane;
    import javafx.scene.layout.VBox;
    import javafx.scene.paint.Color;
    import javafx.stage.Stage;
    import javafx.stage.StageStyle;
    import javafx.stage.Window;
    public class CustomBorderExample extends Application {
      @Override
      public void start(Stage primaryStage) {
      AnchorPane root = new AnchorPane();
      root.setStyle("-fx-border-color: black; -fx-border-width: 1px; ");
      enableDragging(root);
      StackPane mainContainer = new StackPane();
        AnchorPane.setTopAnchor(mainContainer, 5.0);
        AnchorPane.setLeftAnchor(mainContainer, 5.0);
        AnchorPane.setRightAnchor(mainContainer, 5.0);
        AnchorPane.setBottomAnchor(mainContainer, 5.0);
      mainContainer.setStyle("-fx-background-color: aliceblue;");
      root.getChildren().add(mainContainer);
      primaryStage.initStyle(StageStyle.TRANSPARENT);
      final ChoiceBox<String> choiceBox = new ChoiceBox<>(FXCollections.observableArrayList("Item 1", "Item 2", "Item 3"));
      final Button closeButton = new Button("Close");
      VBox vbox = new VBox(10);
      vbox.setAlignment(Pos.CENTER);
      vbox.getChildren().addAll(choiceBox, closeButton);
      mainContainer.getChildren().add(vbox);
        closeButton.setOnAction(new EventHandler<ActionEvent>() {
          @Override
          public void handle(ActionEvent event) {
            Platform.exit();
      primaryStage.setScene(new Scene(root,  300, 200, Color.TRANSPARENT));
      primaryStage.show();
      private void enableDragging(final Node n) {
       final ObjectProperty<Point2D> mouseAnchor = new SimpleObjectProperty<>(null);
       n.addEventHandler(MouseEvent.MOUSE_PRESSED, new EventHandler<MouseEvent>() {
          @Override
          public void handle(MouseEvent event) {
            mouseAnchor.set(new Point2D(event.getX(), event.getY()));
       n.addEventHandler(MouseEvent.MOUSE_RELEASED, new EventHandler<MouseEvent>() {
          @Override
          public void handle(MouseEvent event) {
            mouseAnchor.set(null);
       n.addEventHandler(MouseEvent.MOUSE_DRAGGED, new EventHandler<MouseEvent>() {
          @Override
          public void handle(MouseEvent event) {
            Point2D anchor = mouseAnchor.get();
            Scene scene = n.getScene();
            Window window = null ;
            if (scene != null) {
              window = scene.getWindow();
            if (anchor != null && window != null) {
              double deltaX = event.getX()-anchor.getX();
              double deltaY = event.getY()-anchor.getY();
              window.setX(window.getX()+deltaX);
              window.setY(window.getY()+deltaY);
      public static void main(String[] args) {
      launch(args);

  • Can two or more devices use the same Apple  account with different cell phone numbers. I want to use FaceTime on a my 5s and my wife wants her own FaceTime on a new iPad Air with its own cell number but be linked with me with iCloud to share music

    I have a 5s with an apple account and wife has a iPad air with its own cell number. Does the iPad need it's own apple account to use it's own phone number so her FaceTime calls are not sent to my phone. We want to be able to link each device to iCloud and share music, photos, ect. iPad iMessage and FaceTime have my cell number activated.

    How to use multiple iPods, iPads, or iPhones with one computer
    http://support.apple.com/kb/HT1495
    How to Share a Family iPad
    http://www.macworld.com/article/1163347/how_to_share_a_family_ipad.html
    Using iPhone, iPad, or iPod with multiple computers
    http://support.apple.com/kb/ht1202
    iOS & iCloud Tips: Sharing an Apple ID With Your Family
    http://www.macstories.net/stories/ios-5-icloud-tips-sharing-an-apple-id-with-you r-family/
    How To Best Use and Share Apple IDs across iPhones, iPads and iPods
    http://www.nerdsonsite.com/blog/2012/06/07/help-im-appleid-confused/
     Cheers, Tom

  • HT5711 Will the store accept a Japanese language version of an iBook that is also in the store in English? Each with its own ISBN?

    Will the store accept a Japanese language version of an iBook that is also in the store in English? Each with its own ISBN?

    I have never heard of anyone having a problem with that.  But note that Japanese books must be in epub3 format and thus cannot be produced by iBooks Author, in case that was your plan.

  • Multiple ifs services each with its own agents

    I would like to be able to do the following:
    Ability to run multiple ifs applications on the same box (beefy one) each with its own set of agents. Ifs 1.0 config tool (ifsconfig) always creates IfsDefault.props file. Can I rename that file to something else and use the new name as the service name in the application?
    What about the agents defs? Do I need different server managers? How do I tell which service relates to which server manager?
    I would like to know how to do this on both ifs 1.0 and ifs 1.1.
    Thanks.
    null

    Does anyone know the answer to this?

  • Installing SQL server for SCCM 2012 local vs on its own server (primary site enviorment only)

    Hello,
    When building a primary stand alone site server does Microsoft consider it best practice to install sql locally or on its own server. Is there an official statement from Microsoft suggesting this?
    Thanks ins advance
    Phil
    Phil Balderos

    There is no official statement either way from Microsoft as both configurations are fully supported.  Generally speaking, it is easier to collocate SQL on the same system as the Primary Site so long as the server meets the hardware recommendations. 
    Among the trade-offs are reduced network traffic vs avoiding a single point of failure for the site itself.  Since the CM site license also includes the license for SQL, licensing is not really an issue.

  • Why iPhone 5 not charge with its own charger but will with iPhone 4 charger

    why iPhone 5 not charge with its own charger but will with iPhone 4 charger. Thanks to the member who posted that fix.

    It sounds to me like the charger that came with the iPhone 5 is defective, or the cable is if you've been switching the cables when you switch the chargers.
    Regards.

  • HT1451 A new album purchase downloaded each song as an individual album with its own album cover. How do I consolidate all songs under just one album cover like the rest of my library?

    A new album purchase downloaded each song as an individual album, each with its own album cover. How do I consolidate all songs under just one album cover like the rest of my library? How did this happen?

    Generally all you need to do is fill in an appropriate Album Artist. For more details see my article on Grouping Tracks Into Albums, in particular the topic One album, too many covers.
    BTW, are you really still using Windows 2000?
    tt2

  • Does the Cisco WRVS4400N come with its own VPN Software?

    I would like to install the Cisco WRVS4400N in a small business.  The specs on the router says it will work with nearly any VPN client.  But does it come with its own VPN software?  Is there a free VPN software that is recommended?  The business has no VPN software currently.  Thanks...

    Hi ,
    since this question is about a product in the Cisco Small Business / Linksys range, I suggest you move it to the community, where you will have a better chance of getting expert advice.
    best regards,
    Herbert
    Cisco Moderator

  • Why has Apple not addressed the problems with its own software?

    Since I seem to have made the fatal mistake of upgrading my lovely iMac to Snow Leopard, most of my iLife 09 products have ceased working. In particular iDVD, where as before on faithful Leopard it did its job 100% it now decides to crash whenever it feels like it, leaving me with a third party application to use. Myself, along with approx 2000 other users have the same problem, so come on Apple, why the problems with your own software?? and why are we still waiting??

    Hi hipster36
    Welcome to apple discussions. Question for you: Is your mac intel based?
    If not, what's the objective in upgrading to Snow Leopard as opposed to continuing to work perfectly within Leopard? What added features were you considering to upgrade to? Are there any benefits in doing this for your own mac (even if it is intel based)?
    It's wise to approach all upgrades with caution (meaning always back up your current / working HD).
    Frankly, the way I upgrade is to clone my existing hard drive and then boot to the clone. Thereafter, I install the latest upgrade or OS (assuming it works well on the clone). I guess what I'm saying is to never upgrade without backing up and performing a test drive of the latest OS before you opt to alter your main hard drive. One can't assume that the latest and greatest Mac OS will continue to work fine on a mac which didn't first ship with this particular OS.
    This latest Mac OS /Snow Leopard is a bold step forward for apple. It's bold step forward in that it excludes all non-intel based macs.
    Message was edited by: SDMacuser

  • Link work iPhone with its own Apple ID to personal iTunes match.

    I recently received an iPhone 5c from work.  The phone has its own Apple ID.  How do I link my personal iTunes match with the work phone?
    Harold

    HI
    You cannot link your work Apple ID with your own Apple id. Match can only be used with the Apple ID that you used to subscribe to match.
    Jim

  • My ipad air will not charge when connected to any outlet with its own cable and plug.

    I had this Ipad Air since March 2014 and always kept it updated and charged, but since three days ago it does not seems to like its own charging cable and plug that came with it. I tried different outlets and other cords and plugs. I closed and restarted it, but no result. Now it is off because of no battery power. What can it be?

    Try the following:
    Option 1
    1. Settings>Airplane Mode>ON
    2. Turn the iPad OFF
    3. Leave unit off for about 20 seconds. 
    4. Turn the iPad back on and it should now show "charging"
    5. Turn Aeroplane Mode OFF
    Option 2
    Reset iPad and when the apple logo shows up, plug in the charger.

  • Does J2EE come with its own EJB Server?

    Does J2EE have its own EJB Server? Can I run my EJBs in that? Does it have security authentication?

    I mean when you download J2EE SDK 1.2.1. I know when I downloaded that, I could run JSP, and I think I can also do EJBs. Can I also have a security context? Does the J2SDKEE 1.2.1 come complete with an EJB Server?

  • Lightroom 5 - processing 1,000 photos - how to auto correct each photos with its own analysis?

    I want to edit 1,000 individual photos. The photos were taken at different times, different light, etc. I would like to find a way to auto process all 1,000 photos SO THAT EACH PHOTO RECEIVES ITS OWN UNIQUE ANALYSIS AND ADJUSTMENTS.  Can this her done? How? Bob

    Switch to the Library module, select your images in the viewer, and use Quick Develop > Tone Control > Auto Tone.
    To apply Auto White Balance, use Quick Develop > White Balance, and select “Auto” from the popup menu.

  • Now my family has 3 iPads ,all with the same Apple ID .  How do I set up each iPad with its own info?

    Now my family has 3 iPads, all with the same Apple ID.  How do I set them up with their own info.

    Hello marie196,
    Thanks for the question, and welcome to Apple Support Communities.
    You do not necessarily need to restore the device to factory settings, but rather sign out of the four services that utilize your Apple ID: iCloud, iMessage, FaceTime, and iTunes & App Stores. Once signed out, you can sign in with a new Apple ID. For more information, see the following article:
    Using your Apple ID for Apple services
    http://support.apple.com/kb/HT4895
    Additional Information: You may encounter an error regarding a 90-day limit. For information on this, see the following article:
    iTunes Store: Associating a device or computer to your Apple ID
    http://support.apple.com/kb/HT4627
    Thanks,
    Matt M.

Maybe you are looking for