Paint Shop Pro :: Thumbs In App Data Local Folder
Nov 30, 2011
Can I delete this folder thumbs I found in C:UsersAdminAppDataLocalCorel PaintShop Pro14.0 and the one for X3..there is a lot of rubbish in there..and what about the cache.I thought they cleared when the program closed.
View 1 Replies
ADVERTISEMENT
Jun 5, 2011
When I put my DSLR memory card into my computer the files appear in order in Windows Explorer, but when I double click a photo, Corel Instant Viewer opens but the thumbnails are no longer in order according to their file numbers. Some will be in order, but earlier (lower file numbers) files will be sprinkled throughout seemingly at random. I can't figure out how the viewer decides to arrange them or how I can make it display my files in the order in whidch they were shot. What am I missing?
View 2 Replies
View Related
Apr 27, 2012
Having just upgraded to PSP X4 SP1 (14.1.0.5), I spent some time yesterday exploring the tone map layer feature on a few landscape images. The images were in different formats, like TIF, psp image and jpeg. Some were in color, other in b&w. A couple of the images were high-quality scans, the others were from digital cameras (Nikon D200 and D700).
Not wanting to overdo it, I applied the tone maps moderately. In addition, I used a few other layers like HSL, curves etc., all of them used in very moderate levels (e.g., slight desaturation and very modest S-curves). The results were very much to my satisfaction. Looking at them in large format on my monitor, I began thinking of using a few of these, and similar, images for an upcoming exhibition.
Then, I noticed the banding. I became aware of it when I reduced the displayed size of the images. I tried image after image, and found some banding of all of them. Having become aware of it I was also able to spot it on pictures in larger formats.
The banding is rather vague but becomes more evident when the image is reduced in display size, or when an image on the wall is viewed from across the room. It follows the form of the image, presenting itself as a vaguely darker, rather broad band about halfway between the image borders and the image center, in the same aspect ratio as the image itself. I am not sure what constitutes the band but somehow, at least a certain amount of pixels appear to have darkened, following a certain mathematical pattern, forming a somewhat darker rectangle within the image rectangle.
By disabling the other layers I found that the tonemap layer was responsible for the banding. Exaggerating the tonemap, exaggerating the image contrast and/or sharpening the image will make the banding more prominent for illustration purposes.
I would like to work more with the tonemap feature but need to know if there is a way around this problem, or if it will will be addressed in SP2.
View 3 Replies
View Related
Jun 1, 2012
I'm using X4 and tried Local Tone Mapping for the first time. Any time I try to use it the program freezes and I have to use Task Manager to close it and re-start. It does it on any image I've tried. does it only work on specific file types? Haven't had any other problems with the program.
View 2 Replies
View Related
Oct 22, 2011
From X3 to X4, Corel added a "Block Size" control to the Local Tone Mapping adjustment. Is it the number of pixels over which the contrast adjustment is being applied? It seems that the smaller block sizes reduce the effect's harshness (when it could be harsh, e.g., with faces).
Checked the manual and they forgot to mention it.
View 1 Replies
View Related
Sep 3, 2011
I purchased Corel Paint Shop Pro X3 and would like to know if can it monitor a folder.
For example, can I configure it to be "focused" on the folder I save all my photos, and always open this folder when I open it?
Also, is it possible to make Corel Paint Shop Pro X3 opens automatically when my camera is connected to my PC?
View 7 Replies
View Related
Jan 2, 2012
I store all my photos in the directories under the public pictures folder, (C:Users Public Pictures) rather than in my pictures folder in my documents. I do this so that all the users on the system can get to the pictures.
I'm having problems getting Paint Shop Pro to recognize the folder correctly. I have added the c:users public pictures folder to the organizer using the Browse More Folders action and it shows up. However, the Smart Collections don't see any of the files in the folders under this dir.
My overall goal here is to be able to use the timeline feature on all my photos at once, so I want to get all of the photos into the All Pictures smart collection.
View 1 Replies
View Related
Nov 26, 2013
I have a folder where all of my photo and graphic files are stored. It does not show in either the collections or the computer pages of the navigation window. I've tried the "add folder to collection page" shown on the online help site but It doesn't work. How do I add the folder?
View 14 Replies
View Related
Jun 14, 2011
How do I configure Paintshop Photo Pro X3 to open in a specific folder when I open the program? I have looked in preferences to no avail.
View 1 Replies
View Related
Oct 10, 2011
How do I get X4 to open with the same folder tree view I closed with? Like the first picture below. It always opens like the second photo, forcing me to drill down on the folder where I store most of my photos.
I already have "keep last view" checked in preferences. This was discussed in the link below for X3, but doesn't work with X4. [URL] .....
View 2 Replies
View Related
Aug 15, 2011
if you have ten or twenty sets of HDR pictures in some particular folder, that the dialog could remember what folder you've been in all day, instead of moving you back to My Pictures each and every time? I spend half my workflow effort on repeating the same folder navigation steps over and over.
And why do I have to browse from there at all, instead of being able to select pictures in the organizer, or drag-and-dropping them?
Even when I load one picture that doesn't fit with the others, and try to exclude it... the only thing that works is to re-browse. Otherwise the Align button remains unavailable. Likewise if you adjust the sliders a bit wrong and hit okay... to try other settings, it's back to the folder navigation again.
View 8 Replies
View Related
Sep 18, 2013
I process three images with PSP X5 using the HDR feature and the EXIF data is dropped.
View 4 Replies
View Related
Sep 1, 2013
I am the author of PTLens, software for correcting lens distortion.
[URL]
The software functions by reading EXIF data and, based on this information, determines the camera, lens, and focal length, and automatically corrects lens distortion.
The plug-in is compatible with Photoshop on both the Mac and PC. Unfortunately, EXIF data is not available for plug-ins under PSP. Without EXIF data the user must manually enter camera make, model, lens, and lens focal length. This is a bit onerous for users with zoom lenses.
Work at your end, assuming you have access to a pointer to EXIF data, is trivial. I estimate less than one hour of developer time. As a result, users will have access to automatic correction for distortion via the PTLens plug-in.
I am willing to work with a developer on your end to see this feature implemented in your software.
Technical information follows.
.
intptr_t simpProp;
Handle compProp;
int32 rc;
[Code]....
A call to getProperty returns zero, indicating all is okay. But a call to getSize returns zero, indicating no EXIF data. I tried a different approach. A PSP script, to obtain EXIF data, was successful. But there is no way to pass this information to a plug-in.
Setting an environment variable in the script, and reading the variable in the plug-in, won't work because I need to set an environment variable in a parent process. This is not permitted.
Writing a file from the script, and then reading it back in the plug-in, doesn't work because the script is running in a protected environment where writing files is not allowed.
View 4 Replies
View Related
Oct 22, 2011
I've noticed a quirk in X3 Organizer space. With file tree open on the LEFT, and sub-folders open (or expanded), clicking an image thumbnail and dropping on a subfolder (to move it there) causes the sub-folder tree to close up. In order to browse the subfolders again, the user must click the + symbol to expand the subfolder tree. This happens every time. The subfolder tree structure should NOT roll-up after dropping an image on a subfolder.
View 1 Replies
View Related
Aug 19, 2013
Here's the scenario:
1. PsPx5 is open
2. I insert my SD card into the computer
3. Import pix via Windows into a new folder in the My Pictures folder
4. Look in the Navigation palette, but the new folder is not listed.
5. Closing & reopening Navigation palette does not refresh it
6. I need to close down PsPx5 and reopen in order to see the new folder listed in Navigation
Is there a way for the new folder to show up in Navigation without having to close & reopen PsPx5?
View 2 Replies
View Related
Apr 16, 2013
I've downloaded new jpg picture files twice over the last 2 months. When I open PSPro X5 in MANAGE mode the new file folders names show on the folder tree but no picture files show in the Organizer photo tray when the folder is selected. Folders on tree before the 2 latest display pictures okay. I have no ability to select photos to edit from the MANAGE mode in those latest folders. Folders and photos appear normally in EXPLORER.
View 6 Replies
View Related
Apr 25, 2012
I just purchased Corel PaintShop Pro x4 today.At the beginning of installation, a box pops up and says: "The feature you are trying to use is on a netwok resource that is unavailable.
Click OK to try again, or enter an alternate path to a folder containing the installation package "vcredist.msi" in the box below."
Nothing works when I change the destination folder, and when I finally click "cancel" another box pops up saying: "Error 1714. The older version of Microsoft Visual C++ 2005 Reditributable cannot be removed. Contact your technical support group."
View 1 Replies
View Related
Dec 9, 2012
I use a Pentax K-r and the white balance icon above the EXIF data panel only shows if I have used Auto White Balance. If I have used any of the other modes available in the camera, no icon is shown and the EXIF data lists the shot as taken with manual white balance. The other two icons (metering mode and JPG/DNG) work correctly. The white balance issue means that I have to note the white balance setting of each shot while the card is in the camera and put it by hand against the shot in PaintShop Pro. This is very time-consuming and seems to be a serious omission.
I have since found that the white balance icon works with my Panasonic Lumix DMC FZ-150 camera, although the EXIF data still shows the shots as taken with manual white balance, so it seems to be a compatibility problem that needs to be resolved.
View 1 Replies
View Related
Dec 10, 2012
Is there a way to print exif and iptc data using paintshop pro X4 ?
View 1 Replies
View Related
Aug 23, 2012
In PSP X4, Edit screen, Organizer.
If you place your cursor over a thumbnail in the organizer thumbnail, a small window pops up with file name, ISO, shutter speed, etc.
Is there a way to change the data that appears in this popup window? Or, is there a way that info can be added to the file name that appears below the thumbnail?
I'm specifically looking to add the file dimensions in pixels. Currently, in edit mode, the only way is to open each image and click on INFO.
View 1 Replies
View Related
Apr 12, 2012
I created a folder on my flash drive. I'm trying to use Batch Process to copy the files to the drive. I'm not adding a script. The name of the new folder comes up in the dialogue box, but when I click on the start button I get a notice that the file already exits and do I want to overwrite it. I click on yes. All the photos are then copied, but when I go to the new folder in my flash drive it's empty.
I'm following the instructions in Diane Koers book on PSP X4.
Also, I can't seem to use Batch Process to save my JPEGs and TIFFs. Is it possible to do this.
View 2 Replies
View Related
Jun 28, 2012
I purchased and installed version PSPX4 in Jan. 2012, and started noticing, what appears to be, a duplicate copy of the same file with an Asian type file format in the Recent Doc folder. When I attempt to do a weekly scan of my system for spyware, malware, etc. and weekly clean up of my registry, temp files and other files taking up space, one of my programs finds files listed in the registry under the Recent Doc folder that it cannot clean as the format is not recognized. Even though the properties of the file link the file back to the folder the .jpg file is stored in, there really isn't a file with that format. This is just a reference, and very annoying.
Recent Doc folder showing reference to a duplicate image after copy and pasting as a new image.
View 3 Replies
View Related
Dec 18, 2010
I am a licensed user of PaintShop Pro X3 with all current updates installed. Yesterday I purchased the ultimate bonus pack online ( Winzip,Painter Essentials, User Guide,KTP and Photolooks) from Corel.The photo looks plugin installed with no problem. The Corel KPT Collection (PSPPX3_KPT_01 set up file) would not install giving me the following error message"The path to the language folder could not be resolved, setup cannot continue".I use Win 7 64 bit
View 6 Replies
View Related
Nov 24, 2011
Is there any way to recover lost data after Paint Shop Pro X4 crashes?
There should at least be an option to save all open documents every x minutes. Where is this option?
I found where PSP saves the temp files and I recovered several of them. Is it possible to use these files to recover my data?
View 5 Replies
View Related
Nov 13, 2012
I recently got LR4. I tried to put some brushes in the local adjustment folder and there is none! SO what do I do now. I've got pictures to edit and correct and I need these brushes...now.
Here is a screen shot of what is in my LR4 folder.
View 6 Replies
View Related
Aug 19, 2013
I just downloaded the 5.2 beta and when trying to locate presets and use brushes, there Local Adjustment Folder did not download the with package. So I uninstalled and re-downloaded and it happened again.
View 1 Replies
View Related
Jul 12, 2012
I created a new drawing in a project that already has a data shortcut folder created. How do I attach to it?
What is the difference between "Set Working Folder" and "Set Data Shortcuts Project Folder"
View 1 Replies
View Related
Oct 12, 2011
I know that the xmls are very important in the design data folder and we shouldn't mess with them.What about the rest of the folders. I have around 11 folders. GOST, AEC Exchange, AIT, Cable & Harness, Bend Tables, DWG-DXF etc...
I need to know if any of these folders can be deleted? We don't use AEC Exchange, Cable Harness, BIm Exchange, Design Accelerator, Tube & Pipe.
What about the Optimisation, DXF-DWG. I am not sure if I am using them unknowingly.Does this could be deleted? Is there a procedure to get rid of them.
View 1 Replies
View Related
Jan 24, 2012
I want to point the AutoBackup folder on each local machine, and not all at the same place. For that, I need the Variable that use MaxScript to take the WindowUser and replace it in the configuration.
Rightnow:
C:UsersmyUserAccountDocuments3dsMaxautoback
Later:
C:UsersWindowUserAccountDocuments3dsMaxautoback
I've tried the relative path, but it doesn't work properly
View 1 Replies
View Related
Oct 17, 2012
What I have is northing/easting survey data starting at an arbitrary point. The rest of the points are measured from that.
I do know the global coordinate of the base point, but no other points.
My question is how can I take all of the points and create gloabl coordinates out of them. I assume this is possible because I know the global coordiane of our reference point, I just have no clue how to do it in CAD.
View 6 Replies
View Related
May 21, 2013
How can I move my Lightroom 4 catalog (data, not photos) from my local drive to an external drive? My local drive is running out of space.
View 3 Replies
View Related