Paint Shop Pro :: X6 - Filename No Longer Visible Below The Thumbnail?
Oct 9, 2013
In PSP X5 I got the file names below each thumbnail but in PSP X6 I do not see the file name below the thumbnails. Is there a setting to get the file names or is it again a "new and extra ordinary function" which takes of the file names? I cannot work without the file names.
View 4 Replies
ADVERTISEMENT
Jun 26, 2012
I am using Paintshop Pro X2. I've created a script that goes something like this.
1. Save original size as jpg in folder 1.
2. Resize 50%
3. Save as jpg in folder 2.
4. Resize 100x77
5. Save as jpg in folder 3.
6. Close file.
Everything works great except for one thing. During the save as operations the script remembers the original file names from when I record the script. Is it possible to replace that old static file name in the script with the file name of the current image?
View 3 Replies
View Related
Dec 2, 2011
Running Win7 HP 64 bit, PSPX4 SP1- cannot view psp thumbnails in windows explorer. I've downloaded thumbnail handler from Bot Productions, but when I try to install it, Win7 tells me " this installation package is for Windows XP or newer, x64 edition. Go to the product's web site and look for a version for your operating system."
Same thing happens if I try the 32 bit version .
View 3 Replies
View Related
Jun 4, 2012
I have about 1.000 files in .jpg and would like to create a thumbnail for each also in .jpg width 800 variable length adding a t prefix to the original name for the thumb name.
Can PSP do this in a batch process?
View 5 Replies
View Related
May 27, 2011
Is there a way to have the thumbnail display on the bottom of the Organizer screen use a vertical scroll bar on the far right instead of the horizontal scroll bar below? Or, can I enlarge the size of the thumbnail display area without enlarging the size of the thumbnails? (Which means, I suppose, being able to specify what size I want the thumbnails displayed.)
View 1 Replies
View Related
Mar 25, 2013
I'm now getting this error: "Unable to open the file. Please verify that the file is valid.", when attempting to edit a jpg.
(no problem with png's though).
Any new jpgs I create outside PSP display like this in the manager (but a new png displays OK):
Existing jpg thumbnails display OK (I expect the thumbnail images are cached somewhere), but if I try to edit any jpg, I get this:
I've checked for PSP X5 updates, and I'm on the latest version:
Note: I can view the images successfully with Windows photo viewer and I can edit them using Windows Paint, it's just PSP that's having issues.
EDIT: I'd restarted my PC to ensure I was still having the issue, and I still couldn't edit any jpgs. While I've been writing this post and taking screenshots with the snipping tool, suddenly the jpg thumbnails displayed correctly and now I can edit jpgs again... BUT...
View 14 Replies
View Related
Nov 20, 2011
I recently upgraded from PSP X3 to X4 and, once X4 was installed on my system, uninstalled X3. After the uninstall I noticed that the Corel Instant Viewer was no longer on my system.
The Instant Viewer that came packaged with X3 was a nice light-weight photo viewer which I thought was much better than the Windows Preview functionality and there appears to be no replacement for it in X4 (or at least I cannot find one). I have also gone to Corel's web page looking for a separate downloadable product to use in its place, but have found nothing. I cannot find a way to uninstall X3 without also uninstalling the viewer so how to get the Instant Viewer without having to re-install X3 and keep both X3 and X4 on my system simultaneously?
View 1 Replies
View Related
Nov 22, 2013
I decided to go ahead with the upgrade at $29 and then immediately installed the SP1. Well now I have an issue that I didn't have before. When I use the scroll wheel to zoom in and out the window does not resize anymore along with the image itself (not using tabbed mode), there are settings in preference just for this type of action so the window should resize with the image while zooming if the settings are checked properly. I did a reset and reinstall without any results. Of course the reinstall includes the updated version now so I can't be sure if the SP1 is the cause or not.
The only thing different since my free trial period is I updated Windows 8 - 8.1 and installed the SP1. Any issue with or without W8.1 or after installing SP1?
View 2 Replies
View Related
Nov 1, 2010
I have tried everything that I know to do but cannot get the materials palette (and some others) to show in X3. I need to have the materials palette show so that, among other matters, I can change the color of text I add to the image. I did not have this issue with X2 and this issue is forcing me to go back to that older version.
View 8 Replies
View Related
Apr 5, 2013
I must have accidently hit something and changed things.
text- learning center says- choose color from foreground pallette. Choose color from background pallette.
type your text....etc.
My foregorund pallette is X'd out (i.e. a circle with a slash through it). I have this also when trying todraw a poly like a circle or rectangle.
Also background eraser does not erase fully anymore.
View 1 Replies
View Related
Apr 17, 2006
I lost my program [C] drive and am in the process of reloading everything including CS2 and Bridge. I can't remember or find where I cause the fle names to show under the thumbnails. I hope some body out there has a better memory than me.
View 3 Replies
View Related
Nov 10, 2011
I would like to know if PSP X4 would take advantage of having more than 4 GB of RAM on 64 bits systems.
View 2 Replies
View Related
Oct 4, 2013
I reset preferences using the shift key and the instructions on the cited web site. neither worked I also restarted the computer. If I open paint shop X5 the paper edges can be seen behind the image but if you look at the enclosed screen print you can see paper edges are not visible in paint shop pro X6.
View 4 Replies
View Related
Jun 3, 2012
I am trying to create a visible watermark to apply to pictures. How to create one to use in Paintshop Pro X4 Ultimate? I know how to apply one but I'm uncertain on how to make the actual watermark.
View 5 Replies
View Related
Dec 19, 2011
In Photoshop, there is a shortcut that does the following:
Ctrl + Alt + Shift + E — You’ll get a new layer at the top of the layer stack containing a merged representation of all visible layers (handy for sharpening adjustments, etc.).
I tried this in PSP X3 and it doesn't work. Does it even possible to do this in PSP? I know how to merge all the layers in PSP but all the merged layers then disappear. The Photoshop feature keeps all the visible layers and merges them into a combined merged visible layer.
View 5 Replies
View Related
Mar 11, 2013
If you've ever created an image having multiple assorted layers, and want to apply a modification to the final image while keeping those original layers intact, here's the script to do that:
Select allfrom PSPApp import *
def ScriptProperties():
return {
'Author': u'Ken Arway',
'Copyright': u'2013',
'Description': u'Copies all visible layers to a newly created ra'
u'ster layer.',
[code]....
Just use your favourite text editor to copy that code into a text file, and save the file as "CopyVisibleMergedToNewLayer.pspscript" in your user scripts directory. Doesn't matter if it's the "Restricted" or "Trusted" directory.
As the name implies, all the visible layers will be copied and merged, so it's easy to first "hide" the layers you don't want merged before running the script.
Yes, it's just a series of recorded actions; but the key is its use of the "Select All" and "Paste Into Selection" actions -- that ensures that the resulting merged layer maintains the same positioning as the individual layers. In other words, if your original layers have a transparent background and opaque areas that are off-center, simply using Edit...Paste As New Layer will center those opaque areas in the canvas, which is not what you want....
View 4 Replies
View Related
Jun 25, 2011
when i resize an image for example to 27 x 18 cm there is no problem however, when i try and print the image and the preview window comes up there seems to only be a tiny part of the picture visible? its basicly a tiny square in the top left corner of the preview page and its just big enough to see its a minute part of the image i want to print. If i try and print the image anyway i just get "could not start print job".I never had any issues before then suddenly a few weeks ago the problem happened in version x2 on any pictures i tried to resize and print , so i updated to x3 in the hope it would correct the error but its still there. Any setting somewhere , i tried using a trial version of a rival program and that worked fine and showed the print preview exactly how it should.
View 1 Replies
View Related
Oct 13, 2011
I've just recently purchased PSP X4 since they touted that it was much faster loading and more stable (X3 was horrible about crashing). I continue to be amazed at how they (Corel) can just keep digging a hole instead of actually improving this product. I can see why they continue to lose market share.
1) I can no longer open mulitple images at the same time for side-by-side comparison. The work area now will only accommodate 1 open file at a time.
2) I miss not having the file size included in the data box that appears when you hold the cursor over a thumbnail. It was always handy when downsizing (resizing) photos for posting.
3) It is a pain now to have to go back and forth from the "EDIT" tab to the "MANAGE" tab to view full-sized photos (without having to open one at a time). They really screwed the pooch in X2 or X3 (can't remember) when they got rid of the old Organizer format. It was soooo easy to navigate; you had a screen full of thumbnails, you saw what you wanted and clicked it open....just too easy I guess!!! I was hoping they would go back to it for this version. I know in other forums, this change really rankled a lot of users. They just seem to bounce around trying different things. I wonder who the h*ll they use to test this stuff in-house.
I do like the faster speed, but don't know if I'll go for any more versions after this or not (been here since V.7 when JASC owned it). Big mistake selling if off to Corel. I've just about had it and there is some decent up and coming competition out there nowdays.
View 3 Replies
View Related
Dec 31, 2011
I recently had to reformat a hard drive and reinstall everything.
I have a bunch of custom made symbols that I use often and for some reason, when using the Symbols Manager docker, they are no longer showing up in the Local Symbols>User Symbols folder in that docker as they used to.
The old hard drive had XP Pro on it but this new one has Windows 7 Pro on it. I am aware of the path changes made in Windows 7 and swear I have the custom symbols located in the correct directory.
I am using X4 version 14.0.0.567
I have them placed in the following directory:
C:UsersAdministratorAppDataRoamingCorelCorelDRAW Graphics Suite X4User Symbols
When I attempt to create a new Symbol, it saves the new symbol file in the directory above and when I go to that directory, I can see all of my custom Symbols. They just are not showing up in Draw X4 for some reason even though they are there.
View 1 Replies
View Related
Nov 29, 2013
Somehow I have dragged the basic screen of Editor outside the perimeter of my MacBook Pro Screen. The tool bar is no longer visible. I cannot get to any edges to resize the workspace.
View 2 Replies
View Related
Aug 21, 2011
My ribbon menue is not longer visible. How do I get it back.
View 6 Replies
View Related
Jan 9, 2013
I have Elements 10. I have installed a number of photo effects. They have all been working and visible for a long time. Now all of a sudden they are no longer visible. They are still resident in the appropriate folder on the C drive. How do I get them back?
View 3 Replies
View Related
Dec 14, 2012
With automatic windows update 12/12/12 problem with fonts type T1, which are used in a document, suddenly no longer visible even after Save Image in PDF, but present on the document.
So when you format text in t1 long distance, for the update windows then this is visible, then no longer visible, but there was still. only way to solve computer back to earlier restore point, then everything is fine again.
View 3 Replies
View Related
Jul 26, 2011
I've been running AutoCAD 2006 since it came out and have been running it on Windows 7 since it came out. I've never had any problem runnning my LT version. Today, all of a sudden I cannot type text in the multi-tex box. The cursor moves in the box but nothing is shown. I click okay but cannot select anything. It's like the cursor is moving but not laying down text. I've changed the different fonts, colors and even changed my background from Black to While and still cannot see any text.
My single line text tool continues to work just not the multi-line text box.
I also tried restarting my computer and tried opening existing files. The multi-line box problem occurs on other files to.
View 9 Replies
View Related
Apr 22, 2014
I have two images/photos to which I applied a gradient feather effect. The documment printed fine, but when the PDF is viewed online in Fire Fox, the gradient feather no longer displays and only the sharp edges of the photo are visible. Is there a specific setting when saving to PDF that I need to select for best viewing online? I'm on a Mac CS 5.5.
View 5 Replies
View Related
Nov 5, 2013
When I import a picture it settles as an object in the right column. When I later want to look at the original filename of the picture I can't find it.Where in Photopaint X4 do I look for this filename?
View 2 Replies
View Related
Aug 22, 2011
In the newest version of Paint.net how do you get the thumbnail view to be the default type of view when opening a file in Windows XP? Instead it always defaults to LIST view when you open the program. In my current old version 3.2 it saved the last view 'state' you used but this is gone in the newer versions - at least since 2008.
Windows by default saves the last view 'state' of a folder when last accessed and the old version of Paint.net also had this windows behavior. MS Word, Excel, ect.. also has this behavior and saves the last open file view state you used. Paint.net does not respect the windows folders default view state - it uses its own and defaults it to LIST every time.
I have not been able to upgrade Paint.net for years because LIST view is worthless when viewing hundreds of pictures. Is there any way to get the default windows behavior back or is there a setting that saves the file open view state?
View 4 Replies
View Related
Jan 24, 2010
Problems with seeing the jpg icon previews? The cdr icons preview just fine.
I have 3 computers and it's doing the same thing on all 3. I'm using WIN7 64bit, Vista Ultimate 32bit, and CorelDraw X4. I have all of the Windows and CorelDraw updates installed and I've even uninstalled and reinstalled multiple tines.
View 9 Replies
View Related
Dec 10, 2011
I am not able to save the changes that I make to the starting position of my scenes thumbnails when I use a Thumbnail Menu to create my DVD. I am using Video Studio X4 with Service Packs 1 and 2 installed running on Windows XP Home, SP 2 with all updates installed and DirectX 9.0. The scene changes work fine when I Preview them but they are not saved when I close the Create Disk sub-menu. When I return to the “Menu and Preview” section of the Create Disk sub-menu, the Main Menu scene change is present as is the Chapter 1 scene change but the other chapter scene changes are gone. What can I do to correct this?
View 1 Replies
View Related
Dec 24, 2011
Just came upon an error I had not seen before. Though PSP no longer supports Animation Shop, up until PSP X4, the user has been able to export frames back to PSP from Animation Shop. Now, this no longer works! There's still some communication there, because an error message - which, incidentally, makes absolutely no sense at all - is generated in PSP X4:
View 2 Replies
View Related
Feb 14, 2014
I have a picture that is a list of 7 things to rule your life by. However I want to make the bottom longer so that I can put an 8th rule at the bottom.
View 1 Replies
View Related