2 threads found!
Thread | Author | Replies | Views | Last Reply |
---|---|---|---|---|
aip2000 | 5 | 29 | ||
aip2000 | 2 | 31 |
6 comments found!
Thread: Please help me? Might be 'Slicing'? | Forum: Photoshop
You can leave View....Extras on and turn off View....Show...Slices. This will allow you to still show selection edges(marching ants), grids, guides, annotations and the like and not show the slice numbers.
Thread: Plugin for removing noise | Forum: Photoshop
If you get the Pro+ version of Neatimage, it includes a plug-in in addition to the standalone program (for a few more dollars.) I'm using it with CS and it works beautifully. They do have an upgrade price if you are already using Neatimage. http://www.neatimage.com/featuremap.html Bill
Thread: Increase Canvas Size X Pixels Action? | Forum: Photoshop
Attached Link: http://www.adobe.com/support/downloads/detail.jsp?ftpID=1536
You can resize by 70 pixels with Photoshop Scripting. On a PC you can do it with the following VBScript. This can be done in AppleScript or JavaScript for Mac users. I don't write either of those languages. Further information at: http://www.adobe.com/support/downloads/detail.jsp?ftpID=1536 ' VB Script to Resize for drop shadow 'save this code with a .vbs extension. 'double click and it will resize all open documents with a 70 pixel border Dim appRef 'As New Photoshop.Application set appRef = CreateObject("Photoshop.Application") ' Remember current unit settings and then set units to ' the value expected by this script Dim originalRulerUnits 'As Photoshop.PsUnits originalRulerUnits = appRef.Preferences.RulerUnits appRef.Preferences.RulerUnits = 1 'psPixels Dim DocRef 'As Photoshop.Document Set DocRef = appRef.ActiveDocument ' resize all open documents For Each DocRef In appref.Documents appRef.ActiveDocument = appRef.Documents(DocRef.Name) DocRef.ResizeCanvas DocRef.Width + 70, DocRef.Height + 70, 5 Next ' DocRef ' Restore unit setting appRef.Preferences.RulerUnits = originalRulerUnits ' end of scriptThread: A simple question regarding centering. | Forum: Photoshop
Hold down the shift key when you drag one picture to another with the move tool. The "dragged" picture will be automatically centered.
Thread: Need help with photo | Forum: Photoshop
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Thread: Monthly Challenge Liquid Motion | Forum: Photography