Applying a ConvolveOp many times....

Hi!
i have implemented some ConvolveOp in my app (Sharpen, Blur, Edge Detect).
But the problem is that if i press one of the three buttons (eg. blur button), then if i try pressing another one after it to apply another filter (eg. sharpen) this filter will return an error saying that
"src image cannot be the same as dst image".
This method creates the BufferedImages:
    public void createBufferedImage()
        mBufferedImage = new BufferedImage(image.getWidth(this),
                                           image.getHeight(this),
                                           BufferedImage.TYPE_INT_RGB);
        g2 = mBufferedImage.createGraphics();
        g2.drawImage(image, 0, 0, this);
          //--For Sharpen, Blur and Edge Detect Functions:------
          /*biSrc = new BufferedImage(image.getWidth(this),
                                          image.getHeight(this),
                                          BufferedImage.TYPE_INT_RGB);
        big = biSrc.createGraphics();
        big.drawImage(image, 0, 0, this);*/
          biSrc = mBufferedImage;
          biDest = new BufferedImage(image.getWidth(this),
                                           image.getHeight(this),
                                           BufferedImage.TYPE_INT_RGB);
    }These are my filter methods:
    public void sharpen()
          biSrc = mBufferedImage;
        // Define the kernel data which is basically the
        // Sharpening mask.
        float data[] = {-1.0f, -1.0f, -1.0f,
                        -1.0f,  9.0f, -1.0f,
                        -1.0f, -1.0f, -1.0f};
        Kernel kernel = new Kernel(3, 3, data);
        ConvolveOp convolve = new ConvolveOp(kernel,
                                             ConvolveOp.EDGE_NO_OP,
                                             null);
        convolve.filter(biSrc, biDest);
        mBufferedImage = biDest;
    public void blur()
          biSrc = mBufferedImage;
        float data[] = {0.0625f, 0.125f, 0.0625f,
                        0.125f,  0.25f,  0.125f,
                        0.0625f, 0.125f, 0.0625f};
        Kernel kernel = new Kernel(3, 3, data);
        ConvolveOp convolve = new ConvolveOp(kernel,
                                             ConvolveOp.EDGE_NO_OP,
                                             null);
        convolve.filter(biSrc, biDest);
        mBufferedImage = biDest;
    public void edgeDetect()
          biSrc = mBufferedImage;
        // Prewitt's  horizontal convolution mask
        float data[] = {1.0f, 0.0f, -1.0f,
                        1.0f, 0.0f, -1.0f,
                        1.0f, 0.0f, -1.0f};
        Kernel kernel = new Kernel(3, 3, data);
        ConvolveOp convolve = new ConvolveOp(kernel,
                                             ConvolveOp.EDGE_NO_OP,
                                             null);
        convolve.filter(biSrc, biDest);
        mBufferedImage = biDest;
    }And this is how i call these methods from my actionPreformed():
          else if(obj == sharpenButton)
               displayPanel.createUndo();
               displayPanel.sharpen();
               displayPanel.repaint();
          else if(obj == blurButton)
               displayPanel.createUndo();
               displayPanel.blur();
               displayPanel.repaint();
          else if(obj == edgeDetectButton)
               displayPanel.createUndo();
               displayPanel.edgeDetect();
               displayPanel.repaint();
          }Is there anyway around this problem???
Ideally i would like to apply as many ConvolveOps as possibly on top of each other, is this possible?
Thanks for your help!
Claire
x

Someone please help me! :)

Similar Messages

  • I have 3 older ext. hard drives that I've utilized many times. Today while searching for old files, one of the three is no longer recognized by my PowerMac.  Any suggestions?

    I have 3 older ext. hard drives that I've utilized many times. Today while searching for old files, one of the three is no longer recognized by my PowerMac. The drive is not listed in Disk Utility.  Any suggestions?

    Is the computer in you equipment line:
    Dual Core Intel Xenon
    (which is not a PowerMac but a Mac Pro) the one you are asking about, or do you have an older PowerMac?
    If a Mac Pro, their forums are here:
    Mac Pro
    and, as Mac Pros have a totally different architecture from the pre-2005 Macs this forum covers, you may not have the same issues that can affect the older models. If someone didn't notice your equipment line, you could get advice that doesn't apply.
    If you really have a pre-2005 PowerMac, read on.
    If the stubborn external is USB and does not have its own power brick (i.e., it gets power only from the computer's UBS ports--"bus powered"), it may not be getting enough power. As electric motors age, they can demand more power than when new, and the power available on any USB port is limited.
    The typical workabouts to making a computer recognize an aging, bus-powered USB drive are:
    Get a powered USB hub (has its own power brick
    Get a "Y" USB cable: 1 Meter USB 2.0 A to 5 Pin Mini B Cable - Auxiliary USB "Y" Power Design for external hard drives.
    The second gets power from two USB ports on the computer and often that's enough.
    Remember that the USB ports on your keyboard seldom provide enough power even for a thumb drive, so be sure to use the USB ports on the back of the computer.

  • How many times can you burn "protected AAC" to CDs...?

    How many times can you burn Apple iTunes Store's music files (Protected AAC) to a CD? Seven?

    I can put any of the individual songs onto a playlist and burn it to a CD and do it an infinite number of times?
    You don't get unlimited burns of a single playlist including any tracks from the iTunes Music Store, no,
    Any given playlist that contains a track or tracks purchased from the iTunes Music Store can be burned a maximum of seven times. After that, you either have to alter the playlist (add or remove a track of any type, iTMS or imported) or create a new playlist with the iTMS track(s) you wish to burn. That playlist can also be burned up to seven times. Etc. etc.
    Note that this only applies when you're burning an audio CD. You can burn your iTMS tracks as data for backup an infinite number of times. Though of course those data disks won't play in a CD player.
    Hope this clears things up.
    Message was edited by: Dave Sawyer

  • How many times can I download Quick Time Pro once I purchased it?

    Last September I purched my update to Quick Time Pro. Now I bought a new Computer and re-formatted the old one, not being able to copy Quick Time Pro from the old to the new computer. Therefore I wanted to download again Quick Time Pro: In the settings window I introduced my program key and then "accepted". It said "Quick Time pro" below the registration line; however, the "apply" buttom was not operative. I checked and my Quick Time version was still "Quick Time 7", not Pro. My question is: how many times can I download Quick Time Pro once I purched it? If I can download it more often than once, how do I proceed? Thank you for your help.

    I started this thread:
    http://discussions.apple.com/thread.jspa?threadID=2454706&tstart=0
    but I'm afraid it's so involved that thus far, nobody has "touched" it.
    However, PART of my problem is similar to THIS person's.
    My problem is that I have QT on two different drives in one computer; the one I paid for [QT Pro?] and one I got for free; QT7. I fear the free QT7 might have "interfered" with my "Pro".
    So, taking your advice above, looking in the "Help" "About" menu, I find that BOTH of mine another "offer" above the word "About"; they suggest that I "Purchase QT Pro"...... so now, if BOTH of my QT's say THAT, then may I conclude that I do NOT have the Pro version? I'm meaning to say that if I already HAVE the Pro, they wouldn't suggest that I go and "Buy QT Pro".... right? Is this a safe conclusion? for ya'll that HAVE the Pro, and KNOW it, does it suggest to you that you could go and "purchase QT Pro"?
    Thanks,
    LarryR : )

  • ITunes 10.6.0.40 will not open on Windows 7, no error messages come up. Have tried un-installing it and re-installing it many times.

    iTunes 10.6.0.40 will not open on Windows 7, no error messages come up. Have tried un-installing it and re-installing it many times. Please help.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If the advice above doesn't resolve things you could try this alternate version:
    iTunes 12.1.0.71 for Windows (64-bit - for older video cards) - itunes64setup.exe (2015-01-28)
    which is a 64-bit installer for the 32-bit version of the core application, similar to previous 64-bit releases.
    Or roll back to the previous build:
    iTunes 12.0.1.26 for Windows (32-bit) - iTunesSetup.exe (2014-10-16)
    iTunes 12.0.1.26 for Windows (64-bit) - iTunes64Setup.exe (2014-10-16)
    tt2

  • How can I get the updates for Photoshop CS5 to download to my new Macbook Pro where I have already installed CS5 from my original disk? I have tried many times over 2 days. I was able to successfully download the current version of Adobe DNG converter.

    How can I get updates for Photoshop CS5 to download to my new Mac book pro where CS5 is already installed from my original disk? I have tried many times over 2 days. I get the same error messages re downloading error. I successfully downloaded the current version of Adobe DNG Converter & it installed perfectly. Help please!

    The Adobe auto updater is highly unreliable.
    You need to look for and download the update yourself and then manually apply it as per the detailed instructions on the download page:
    Adobe - Photoshop : For Macintosh
    ~~~~~~~~~~~~~~~~~~~~~~
    Please note that the Adobe Camera Raw plug-in must be updated separately, after you have updated Photoshop:
    Adobe - Adobe Camera Raw and DNG Converter : For Macintosh

  • Itunes does not open. I have tried to uninstall it and install it many times as i have seen on some communities but still keep on getting the Itunes was not install correctly. Please reinstall itunes. Error 7 (Windows 193). I have windows 7.

    iTunes will not open, I keep getting the error 7 (windows error 193).
    I have tried many recommendations, erasing folders, reinstalling it many time but nothing.
    I have a windows 7 Lenovo ideapad.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If you are running 64-bit Windows and the above steps haven't helped try installing the version of iTunes that can be downloaded from this support document. iTunes 12.1 for Windows (64-bit — for older video cards)
    tt2

  • Play a sound many times in a short time

    Hi,
    i am using JMF 2.1.1e, and i wondered if there was some trick to play a sound many times in a short time.
    The first method i used was:
         private static Thread t     = null;
         private static URL url;
         private static Player player;
         public static void playSound(String name)
              File mp3 = new File("./sounds/level5/"+name+".mp3");
              try { url = mp3.toURL(); } catch (MalformedURLException e) {e.printStackTrace();}
              // to prevent from multiple sounds playing at the same time
              if(t != null && !t.isInterrupted()) t.interrupt();
              t = new Thread()
                   public void run()
                        try
                             MediaLocator ml = new MediaLocator(url);
                             player = Manager.createPlayer(ml);
                             player.addControllerListener(
                                       new ControllerListener()
                                            public void controllerUpdate(ControllerEvent event)
                                                 if (event instanceof EndOfMediaEvent)
                                                      player.stop();
                                                      player.close();
                             player.realize();
                             player.start();
                        catch (Exception e) { System.out.println("Exception encountered!");}     
              t.start();
    I wasn't really satisfied with such a method, since it often took two or three seconds before the sound start playing (maybe because my pc is slow, and the method takes too much memory) so i came up with another idea : storing the sound , calling the "start" method each time i need them, and re-preparing them for the next call short after the call to start; it gives :
    static Player[] sounds = new Player[15];
    // first initialization of a sound
    sounds[0] = new Splay().generate("fac");
    // call to the sound, the sound plays nearly immediately
    sounds[0].start();
    // reinitialization of the sounds, in order to prepare him for the next call
    Splay.scheduleInit(0,"fac");
    // methods used:
    public static void scheduleInit(final int index, final String name) {
    new java.util.Timer ().schedule (new TimerTask () { public void run () {
         Screen.sounds[index] = new Splay().generate(name);
    }},500);
    // and
         public Player generate(String name) {
              Player p = null;
              File mp3 = new File("./sounds/level5/"+name+".mp3");
              try { url = mp3.toURL(); } catch (MalformedURLException e) {e.printStackTrace();}
              try {
                   MediaLocator ml = new MediaLocator(url);
                   p = Manager.createPlayer(ml);
                   p.realize();
              } catch (Exception e) { System.out.println("Exception !");}     
              return p;
    it works better than the first one, but it's still not perfect ;
    To resume, i need a code that easily allow to :
    - Launch tracks fast
    - Don't play many sounds in the same time (means that stops the currently played track before loading the new one)
    - A player that handle MP3 would be really better compared to a wav player
    Will be great if you have something like that
    Thank you very much ^^
    Message was edited by:
    calvino_ind

    You can follow the below steps to easily play a sound at runtime - like on mouseover.
    1. Make sure your audio is imported in library and has a linkage name specified.
    2. Open Windows Menu -> Code Snippets panel and expand HTML5 Canvas -> Event Handlers section.
    3. Select your button on Stage and apply the MouseOver Event from Code Snippets to it.
    4. In the MouseOverHandler function add the below line and test movie:
              playSound('audio_linkage_name');
    If you still face problems let me know.
    Also, you might want to go through the SoundJS documentation for more control with Audio in HTML5.

  • Opening files doesn't work no matter how many times I press the button.

    Application Basics
    Name: Firefox
    Version: 31.0
    User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
    Crash Reports for the Last 3 Days
    All Crash Reports
    Extensions
    Name: Adblock Plus
    Version: 2.6.4
    Enabled: true
    ID: {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
    Name: Battlefield Play4Free
    Version: 1.0.96.0
    Enabled: true
    ID: [email protected]
    Name: Bitdefender Wallet
    Version: 2.0
    Enabled: true
    ID: [email protected]
    Name: Copy As Plain Text
    Version: 1.0.9
    Enabled: true
    ID: {1a5dabbd-0e74-41da-b532-a364bb552cab}
    Name: DownThemAll!
    Version: 2.0.17
    Enabled: true
    ID: {DDC359D1-844A-42a7-9AA1-88A850A938A8}
    Name: Extended Statusbar
    Version: 1.5.10
    Enabled: true
    ID: {daf44bf7-a45e-4450-979c-91cf07434c3d}
    Name: FastestFox
    Version: 5.2.1
    Enabled: true
    ID: [email protected]
    Name: Freemake Video Downloader Plugin
    Version: 1.0.0
    Enabled: true
    ID: [email protected]
    Name: Freemake Youtube Download Button
    Version: 1.0.0
    Enabled: true
    ID: [email protected]
    Name: Greasemonkey
    Version: 2.1
    Enabled: true
    ID: {e4a8a97b-f2ed-450b-b12d-ee082ba24781}
    Name: InstantFox
    Version: 2.8.9
    Enabled: true
    ID: searchy@searchy
    Name: Multifox
    Version: 2.2.0
    Enabled: true
    ID: multifox@hultmann
    Name: Online Convert
    Version: 1.4
    Enabled: true
    ID: [email protected]
    Name: ProxMate - Proxy on steroids!
    Version: 2.3.3
    Enabled: true
    ID: jid1-QpHD8URtZWJC2A@jetpack
    Name: Show my Password
    Version: 2.0
    Enabled: true
    ID: {cd617372-6743-4ee4-bac4-fbf60f35719e}
    Name: Skype Click to Call
    Version: 7.3.16540.9015
    Enabled: true
    ID: {82AF8DCA-6DE9-405D-BD5E-43525BDAD38A}
    Name: Strict Pop-up Blocker
    Version: 0.2
    Enabled: true
    ID: jid1-P34HaABBBpOerQ@jetpack
    Name: Tab Badge
    Version: 1.15
    Enabled: true
    ID: [email protected]
    Name: Text to Voice
    Version: 1.10
    Enabled: true
    ID: [email protected]
    Name: Tile Tabs
    Version: 11.9
    Enabled: true
    ID: tiletabs@DW-dev
    Name: URL Fixer
    Version: 4.1
    Enabled: true
    ID: {0fa2149e-bb2c-4ac2-a8d3-479599819475}
    Name: Video Resumer
    Version: 1.1.3
    Enabled: true
    ID: videoresumer@jetpack
    Name: Yamli for Firefox
    Version: 1.1.0
    Enabled: true
    ID: [email protected]
    Name: Webexp Enhanced
    Version: 1.1
    Enabled: false
    ID: [email protected]
    Graphics
    Adapter Description: Intel(R) HD Graphics 4600
    Adapter Description (GPU #2): NVIDIA GeForce GTX 760M
    Adapter Drivers: igdumdim64 igd10iumd64 igd10iumd64 igdumdim32 igd10iumd32 igd10iumd32
    Adapter Drivers (GPU #2): nvd3dumx,nvwgf2umx,nvwgf2umx nvd3dum,nvwgf2um,nvwgf2um
    Adapter RAM: Unknown
    Adapter RAM (GPU #2): 2048
    Device ID: 0x0416
    Device ID (GPU #2): 0x11e3
    Direct2D Enabled: true
    DirectWrite Enabled: true (6.3.9600.17111)
    Driver Date: 1-22-2014
    Driver Date (GPU #2): 9-1-2013
    Driver Version: 10.18.10.3412
    Driver Version (GPU #2): 9.18.13.2702
    GPU #2 Active: false
    GPU Accelerated Windows: 1/1 Direct3D 10
    Vendor ID: 0x8086
    Vendor ID (GPU #2): 0x10de
    WebGL Renderer: Google Inc. -- ANGLE (Intel(R) HD Graphics 4600 Direct3D9Ex vs_3_0 ps_3_0)
    windowLayerManagerRemote: false
    AzureCanvasBackend: direct2d
    AzureContentBackend: direct2d
    AzureFallbackCanvasBackend: cairo
    AzureSkiaAccelerated: 0
    Important Modified Preferences
    accessibility.newtabplus.homepage: chrome://branding/locale/browserconfig.properties
    accessibility.newtabplus.page: 1
    accessibility.newtabplus.ver: 4.5.2
    accessibility.typeaheadfind.flashBar: 0
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size_cached_value: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.cache.frecency_experiment: 1
    browser.places.smartBookmarksVersion: 7
    browser.sessionstore.upgradeBackup.latestBuildID: 20140716183446
    browser.startup.homepage_override.buildID: 20140716183446
    browser.startup.homepage_override.mstone: 31.0
    browser.tabs.warnOnClose: false
    dom.mozApps.used: true
    dom.popup_allowed_events:
    extensions.lastAppVersion: 31.0
    font.internaluseonly.changed: true
    gfx.direct3d.last_used_feature_level_idx: 0
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1406922206
    places.history.expiration.transient_current_max_pages: 104858
    plugin.disable_full_page_plugin_for_types: application/pdf
    plugin.importedState: true
    plugin.state.npuplaypc: 0
    print.printer_Microsoft_XPS_Document_Writer.print_bgcolor: false
    print.printer_Microsoft_XPS_Document_Writer.print_bgimages: false
    print.printer_Microsoft_XPS_Document_Writer.print_colorspace:
    print.printer_Microsoft_XPS_Document_Writer.print_command:
    print.printer_Microsoft_XPS_Document_Writer.print_downloadfonts: false
    print.printer_Microsoft_XPS_Document_Writer.print_duplex: -854238192
    print.printer_Microsoft_XPS_Document_Writer.print_edge_bottom: 0
    print.printer_Microsoft_XPS_Document_Writer.print_edge_left: 0
    print.printer_Microsoft_XPS_Document_Writer.print_edge_right: 0
    print.printer_Microsoft_XPS_Document_Writer.print_edge_top: 0
    print.printer_Microsoft_XPS_Document_Writer.print_evenpages: true
    print.printer_Microsoft_XPS_Document_Writer.print_footercenter:
    print.printer_Microsoft_XPS_Document_Writer.print_footerleft: &PT
    print.printer_Microsoft_XPS_Document_Writer.print_footerright: &D
    print.printer_Microsoft_XPS_Document_Writer.print_headercenter:
    print.printer_Microsoft_XPS_Document_Writer.print_headerleft: &T
    print.printer_Microsoft_XPS_Document_Writer.print_headerright: &U
    print.printer_Microsoft_XPS_Document_Writer.print_in_color: true
    print.printer_Microsoft_XPS_Document_Writer.print_margin_bottom: 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_margin_left: 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_margin_right: 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_margin_top: 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_oddpages: true
    print.printer_Microsoft_XPS_Document_Writer.print_orientation: 0
    print.printer_Microsoft_XPS_Document_Writer.print_page_delay: 50
    print.printer_Microsoft_XPS_Document_Writer.print_paper_data: 1
    print.printer_Microsoft_XPS_Document_Writer.print_paper_height: 11.00
    print.printer_Microsoft_XPS_Document_Writer.print_paper_name:
    print.printer_Microsoft_XPS_Document_Writer.print_paper_size_type: 0
    print.printer_Microsoft_XPS_Document_Writer.print_paper_size_unit: 0
    print.printer_Microsoft_XPS_Document_Writer.print_paper_width: 8.50
    print.printer_Microsoft_XPS_Document_Writer.print_plex_name:
    print.printer_Microsoft_XPS_Document_Writer.print_resolution: 0
    print.printer_Microsoft_XPS_Document_Writer.print_resolution_name:
    print.printer_Microsoft_XPS_Document_Writer.print_reversed: false
    print.printer_Microsoft_XPS_Document_Writer.print_scaling: 1.00
    print.printer_Microsoft_XPS_Document_Writer.print_shrink_to_fit: true
    print.printer_Microsoft_XPS_Document_Writer.print_to_file: false
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_bottom: 0
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_left: 0
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_right: 0
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_top: 0
    privacy.sanitize.migrateFx3Prefs: true
    storage.vacuum.last.index: 1
    storage.vacuum.last.places.sqlite: 1406135669
    JavaScript
    Incremental GC: true
    Accessibility
    Activated: false
    Prevent Accessibility: 0
    Library Versions
    NSPR
    Expected minimum version: 4.10.6
    Version in use: 4.10.6
    NSS
    Expected minimum version: 3.16.2 Basic ECC
    Version in use: 3.16.2 Basic ECC
    NSSSMIME
    Expected minimum version: 3.16.2 Basic ECC
    Version in use: 3.16.2 Basic ECC
    NSSSSL
    Expected minimum version: 3.16.2 Basic ECC
    Version in use: 3.16.2 Basic ECC
    NSSUTIL
    Expected minimum version: 3.16.2
    Version in use: 3.16.2
    Experimental Features
    Hi. Whenever I want to upload a picture or a file, no matter how many times I press the "Upload" or "Browse" button, nothing happens. I can keep spam clicking on it and it wouldn't do anything. This is not specific to a site, but happens everywhere. Dragging and dropping files works on Facebook and Imgur, but not all websites support this. I'm using Firefox 31.0 on Windows 8.1. Yes, I have tried restarting Firefox and computer, this has been happening for a while now. Thanks.

    Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen) as a test.
    *http://www.bleepingcomputer.com/tutorials/how-to-start-windows-in-safe-mode/
    This probably still applies to Windows 8:
    Try to delete the MRU (Most Recently Used) ComDlg32 registry keys with the registry editor (regedit.exe).
    Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32
    Delete the subkeys (LastVisitedPidlMRU and OpenSavePidlMRU)
    Be cautious with editing the registry as there is no Undo possible: all changes are applied immediately.
    You can export registry keys before making changes.
    * http://www.winhelponline.com/articles/195/1/How-to-clear-the-file-names-MRU-in-Common-Dialog-boxes-in-Windows-Vista.html

  • Has Lightroom CC removed the ability to Batch apply changes to many files at once (after import) using presets?

    I've just upgraded to Lightroom CC and most of the changes are very welcome - especially the performance improvements.
    However I've been processing several thousand images and in Lightroom 5 when wanting to apply changes to many images at once it was as simple as selecting the group of images and then right clicking, selecting Develop Settings and then selecting one of my many Presets from a sub menu.
    This sub menu seems to have disappeared in Lightroom CC.
    This is a MASSIVE problem for me as I cannot work out how to apply the presets to multiple images anymore.   I note that there is a tutorial on how to do it during import - but I want to specifically be able to do it post import, during development of large groups of images for clients.
    Anyone know what has happened here and how we can get access to applying presets to multiple images during development under Lightroom CC?

    Yes ssprengel.
    I regularly work with all the Presets visible in the left of the Develop module.   But this cannot be used to apply the preset to multiple images.   For that (in Lightroom 5) you had to select the multiple images and then right click (on any one of the images) then go down the menu to Develop Settings, then select the Preset Folder and the Preset you wished to apply to all the images selected.   This worked well for me in my workflow.   But the access to the Presets through the Develop Settings menu has been removed in Lightroom CC.   ManiacJoe's solution above works - but it's accessed from the Library module.   That's kind of counter intuitive.   I want access to apply any preset I've saved to multiple images (in many cases t's being applied to thousands of images) from within the Develop module.   it makes little sense to apply a preset one image at a time to thousands of images when developing them
    The whole idea behind presets was that they could be quickly and consistently applied across multiple images.   Removing this functionality is a backward step by ADOBE in my opinion and I really want them to add it back to the Develop Module menu systems.

  • Ipad is sometimes "not charging" and sometimes charging ..i have to pull out and put tje charging pin many times til i see the icon that it is charging..i have an original ipad charger..and it always takes time for it to charge succesfully

    I need ur help..i have to unplug and plug the charging pin to my ipad many times until i cam see the icon on the upper right that ia alrdy charging..i often see 'not charging' message many times before it will charge succesfully..need ur help guys.thanka

    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    The quickest way (and really the only way) to charge your iPad is with the included 10W or 12W (5W on Mini) USB Power Adapter. iPad will also charge, although more slowly, when attached to a computer with a high-power USB port (many recent Mac computers) or with an iPhone Power Adapter (5W). When attached to a computer via a standard USB port (2.5W, most PCs or older Mac computers) iPad will charge very slowly (but iPad indicates not charging). Make sure your computer is on while charging iPad via USB. If iPad is connected to a computer that’s turned off or is in sleep or standby mode, the iPad battery will continue to drain.
    Apple recommends that once a month you let the iPad fully discharge & then recharge to 100%.
    How to Calibrate Your Mac, iPhone, or iPad Battery
    http://www.macblend.com/how-to-calibrate-your-mac-iphone-or-ipad-battery/
    At this link http://www.tomshardware.com/reviews/galaxy-tab-android-tablet,3014-11.html , tests show that the iPad 2 battery (25 watt-hours) will charge to 90% in 3 hours 1 minute. It will charge to 100% in 4 hours 2 minutes. The new iPad has a larger capacity battery (42 watt-hours), so using the 10W charger will obviously take longer. If you are using your iPad while charging, it will take even longer. It's best to turn your new iPad OFF and charge over night. Also look at The iPad's charging challenge explained http://www.macworld.com/article/1150356/ipadcharging.html
    Also, if you have a 3rd generation iPad, look at
    Apple: iPad Battery Nothing to Get Charged Up About
    http://allthingsd.com/20120327/apple-ipad-battery-nothing-to-get-charged-up-abou t/
    Apple Explains New iPad's Continued Charging Beyond 100% Battery Level
    http://www.macrumors.com/2012/03/27/apple-explains-new-ipads-continued-charging- beyond-100-battery-level/
    New iPad Takes Much Longer to Charge Than iPad 2
    http://www.iphonehacks.com/2012/03/new-ipad-takes-much-longer-to-charge-than-ipa d-2.html
    Apple Batteries - iPad http://www.apple.com/batteries/ipad.html
    iPhone: Hardware troubleshooting (Power/Battery section also applies to iPad)
    http://support.apple.com/kb/TS2802
    Extend iPad Battery Life (Look at pjl123 comment)
    https://discussions.apple.com/thread/3921324?tstart=30
    New iPad Slow to Recharge, Barely Charges During Use
    http://www.pcworld.com/article/252326/new_ipad_slow_to_recharge_barely_charges_d uring_use.html
    iPad: Charging the battery
    http://support.apple.com/kb/HT4060
    Best Practices for iPad Battery Charging
    http://www.ilounge.com/index.php/articles/comments/best-practices-for-ipad-batte ry-charging/
    Tips About Charging for New iPad 3
    http://goodscool-electronics.blogspot.com/2012/04/tips-about-charging-for-new-ip ad-3.html
    How to Save and Prolong the battery life of your new ipad
    https://discussions.apple.com/thread/4480944?tstart=0
    Prolong battery lifespan for iPad / iPad 2 / iPad 3: charging tips
    http://thehowto.wikidot.com/prolong-battery-lifespan-for-ipad
    iPhone, iPod, Using the iPad Charger
    http://support.apple.com/kb/HT4327
    Install and use Battery Doctor HD
    http://itunes.apple.com/tw/app/battery-doctor-hd/id459702901?mt=8
    To Extend a Device’s Battery Life, Get to Know It Better
    http://tinyurl.com/b67c7xz
    iPad Battery Replacement
    http://www.apple.com/batteries/replacements.html
    In rare instances when using the Camera Connection Kit, you may notice that iPad does not charge after using the Camera Connection Kit. Disconnecting and reconnecting the iPad from the charger will resolve this issue.
     Cheers, Tom

  • How to find out how many times an album has been burned to cd

    how to find out how many times an album has been burned to cd

    You can't.
    and the restriction (lwhich limits burning a specific playlist to audio CD) applies only to a specific playlist with DRM songs.

  • How many times should the computer cycle on-off when doing a factory reset?

    I have a Toshiba A665-S6065 which can not boot.  Yesterday I tried the Auto Recovery by holding the 0
    while booting, and following the default instructions.  It seemed to complete without errors.  But the computer
    will still not boot.  Today, when reading the instructions, it said to expect the computer to cycle on and off severa
    times.  So how many times?  will there be any propmts or messages?  How long should the entire process take?
    How long should the computer be off before it turns on again each time?  I think I might be screwing things up
    by intervening and trying to start the computer myself because it isn't clear to me what should actually be happening.
    Could someone please tell me what to expect before I start looking at possible hardwre problems?
    BTW, I can access the Setup and Boot Menu.
    Thanks,
    kjdroid 
    NEW info:
    Now when I boot while holding the 0 key, instead of going directly to the Recovery Wizard, it goes to the
    Windows Boot Manager.
    from there the options are Windows Setup [EMS enabled]
    and Windows Memory Diagnostic, as well as the F8 option for advanced options.
    If I select Windows Memory Diagnostic I get
    File: \boot\memtest.exe
    Status : 0xC000000f
    Info : The selected entry could not be loaded because the application is missing or corrupt.
    If I select Windows Setup or F8 followed by normal windows startup or startup in safe mode then
    I get the following sequence of events.
    Starting Windows with the Windows logo.
    then the blue screen
    Then to the Toshiba Recovery Wizard, where it partitions, and does the CRC and then prompts to press
    finish to restart the computer.
    Either the computer does not shut down, or it stops and starts very quickly because all the lights cycle
    on and off but it does not appear that the start/stop light actually ever turns off.
    Then I get the Starting Windows with Logo again.
    Then the Recovery Wizard comes back but only with the screen about partitioning.  It does not
    do the recovery and CRC this time.
    Nextis the Toshiba Logo reappears again with the options for F2 or F12 for the Setup and Boot Menus.
    Finally, I get a blue screen and it appears nothing else is happening.  I let it sit for 30 minutes before I retry, because I am not sure what is supposed to be happening now.
    Also, one of my attempts, I got as far as the messages:
    Setting up the Registry
    Starting Services
    Applying System Settings
    Will continue after restarting your computer
    Is preparing your computer for first use.
    But then again, it just goes into the blue screen state until I finally decide to shut things down.
    Am I being premature or should I let the blue screen sit there for a few hours while work is being
    done in the background?  I don't hear any sounds from the computer that would indicate any type of activity.
    Thanks again
    kjdroid

    Actually, it's kind of hard to tell you what to replace. If you have a spare hard drive laying around, go for it. It also could be memory issues (I have the same model as you) & it was my sister-in-law's notebook before I get it. The notebook had several memory dumps that CCleaner found & deleted when I was working on it. 
    I told her that I would re-install it for her to make sure there no viruses or such. After backing up the computer, I proceeded to what was supposed to work, pressing "0" at startup to no avail, then booted into the area where the system restore, command line repairs & such were, & there was the option for a factory reset, the last option. I chose that one, & like you stated, it rebooted numerous times, until finally it was through. Longest factory re-install I've ever done. 
    What led me to believe there were memory issues was during the first round of updates, it BSOD'd, another memory dump was found by my portable CCleaner. It still had the original Samsung PC3-8500 memory, so I took the memory that shipped with my MSI (PC3-10600) & installed that, then not only was all fine, it was noticably faster. Once I got it fully updated & scanned with MBAM & the ESET Online Scanner (I always do this when installing or re-installing a computer), I removed my memory & placed hers back in, then returned it to her. 
    I ended up with it about 10 days later, she said it was still dumping. Needing a spare notebook, I offered $100 for it, ending up paying $150, but still came out way better than on eBay. 
    Once I got it, I placed the 6GB RAM back in there that I had, & also replaced the HDD with a extra Crucial M4 that was laying around. Right before swapping drives, I ran HD Tune (free) on the original, there were yellow attributes, meaning that it had issues pending. It's a 500GB Seagate HDD that runs at 7200 RPM. Just so happened, I lost a 500GB Seagate Barracuda desktop HDD (7200.11) less than a month ago. Booted the computer, the screen stated "No Operating System found". 
    So it could be either the HDD or memory (RAM). Or worse yet, the MB itself. Has it been dropped? Notebooks are fairly durable, but they don't take to being dropped very well. Does it run hot? If so, there may be severe dust buildup that's causing it to overheat, that will make it BSOD. My guess is that's it's one of the first three that I mentioned above & if it's the MB, forget it. Prices are too high, even for used ones & in a notebook, it's basically a total teardown to replace it. If it's a new MB, it may cost between $200 to $400, depending on popularity of the model. That's too much to pay to repair a computer built in 2010. 
    I'm trying to give some suggestions here, based totally on personal experience on my & other's computers that I work on. However, online it's a cat & mouse game. I don't want to tell you to purchase another HDD unless it's almost 100% certain that's the issue. Which is why I asked if you have a spare earlier. Also, try reversing the position of your memory sticks (a 5 minute job), it's behind that lid close to the battery underneath the notebook. 
    Post back if you need further assistance. Someone else may have other ideas, so follow the thread.
    Best of Luck,
    Cat

  • My mail won't close no matter how many times I try to quit it. It just makes that noise that signifies NOPE, my mail won't close no matter how many times I try to quit it. It just makes that noise that signifies NOPE

    hey guys I think a trojan was somehow let loose on my computer... And I think it's living in my email because no matter how many times I try to quit Mail, it won't quit. How do I kill this trojan?

    Linc Davis has indicated how to Force Quit out of any application that is frozen.
    For your Mail issue, try the following:
    - Go to Software Update to apply the new update for Mail. Not sure, but there may be bug fixes in the  new version.
    - Go to Disk Utility (In Applications, Utilities) and run a Permissions Repair. Then do a restart of your computer.

  • CC always says I need to update software - no matter how many times I update it

    Hi everyone, This is just a small issue but I'm using CC on a Mac Pro on OX X 10.8.5. No matter how many times I update the software, when I restart my computer it always tells me the exact same software needs to be updated. Has anyone else had this issue?

    Hi,
    Please refer the article: http://helpx.adobe.com/creative-cloud/kb/updates-repeatedly-applied-cc.html.
    Regards,
    Romit Sinha

Maybe you are looking for

  • 10/14/2014 - Release - Flash Player 15

    The next version of Flash Player is available for immediate download.  In today's release we've updated Flash Player with important security updates and bug fixes.  We recommend users update to the latest version. Security update details can be found

  • Cannot connect to Oracle DB in VS2008 Server Explorer, but can in VS2005?

    I can connect to our Oracle server using VS2005 Server Explorer, but when I try the same operation, the exact same way in VS2008, I get the following error: ORA-12154: TNS:could not resolve the connect identifier specified My system is: Windows XP SP

  • Fire fox does not remember my open tabs on restart.

    when i close fire fox and then reopen, it doesn't remember my tabs even though i have the latest version. when i restarted our modem because of problems with another computer in our home, the problem with fire fox on my computer was fixed. i offer th

  • Do ... While and Do ... Until with multiple conditions

    I'm trying to make a new script , and I want to make sure a valid region is entered. For some reason, this does not work: $RegionArray=@("London","Hong Kong","Frankfurt")  $EnterRegion = "Please enter user's region (These are valid choices: London, H

  • MII Development - Quality - Production promotion

    Hi Does anyone has experience in promotion of MII projects from Development to Production via SAP standard transporation?. What we currently doing is transfer (export imports) of MII projects from one server to another server (i.e Development server