Lumigraphics
LEGEND
Lumigraphics
LEGEND
Activity
Oct 14, 2024
11:14 AM
1 Upvote
Prewsumably this problem will go away since Adobe is changing how Denoise works.
... View more
Oct 14, 2024
09:54 AM
Does Image Processor work within Photoshop? And how about some basic details, like operating system? SPECIFIC versions of Bridge and Photoshop?
... View more
Oct 14, 2024
09:52 AM
I just wrote the script for you. Its right there. Google how to install a script in Photoshop. And no, when someone wants a specific feature in Photoshop, it may not be there and you may have to write or use someone else's script. Most professional software is like that.
... View more
Oct 14, 2024
09:29 AM
Photoshop measures in pixels, so printing to exact size may be difficult. But you say publication, are you placing these images into a page layout app like InDesign? You can set Photoshop rulers to cm and create guides 5cm apart, and then just use Free Transform to scale the images. Depending on the original resolution, this may work well or look awful. You'll need to test it and see.
... View more
Oct 14, 2024
09:25 AM
Great! We love it when people can learn from posting here. You can change the English text to German of course.
... View more
Oct 14, 2024
09:24 AM
Scripts installed in Photoshop 25.12 Presets/Scripts folder are not copied to the new install of Photoshop 26.0.
... View more
Oct 14, 2024
08:37 AM
You posted in the Photoshop forum so yes, Photoshop script. This data is also available in Lightroon and Bridge. This is NOT a "do free work for me" forum. I recommend that you learn how to install scripts if you want to use them, there are lots of resources online to help. I've given you the meat of a script that you can take from there.
... View more
Oct 14, 2024
08:10 AM
1 Upvote
Simple script snippet: try{
var originalRulerUnits = preferences.rulerUnits;
preferences.rulerUnits = Units.PIXELS;
var h = app.activeDocument.height;
var w = app.activeDocument.width;
var t = h * w;
Window.alert(h.toString() + ' pixel height\r' + w.toString() + ' pixel width\r' + t.toString() + ' total pixels');
preferences.rulerUnits = originalRulerUnits;
}
catch(e){
Window.alert(e + ' Line: ' + e.line);
}
... View more
Oct 14, 2024
06:48 AM
3 Upvotes
Adobe has zero support for Powershell code. There is a workaround that I use involving writing a temp file and executing it with Windows Scripting Host but its a kludge at best. You can create a temp document or add a text layer to your existing document, paste, copy the textitem, and delete your temp file/layer.
... View more
Oct 14, 2024
06:37 AM
Try posting in the Enterprise forum.
... View more
Oct 14, 2024
06:23 AM
Except it requires buying the codec from Microsoft. Many of us are on corporate machines with no access to the Microsoft Store to buy things.
... View more
Oct 11, 2024
12:08 PM
You are doing this backward. Photoshop is not a page layout application. Why not do the layout in Word or a dedicated page layout app like InDesign or even possibly Illustrator?
... View more
Oct 11, 2024
09:12 AM
One more reason to write changes to XMP. And do be aware, there are some bugs with keyword handling between Lightroom and Bridge. You can end up with duplicate keywords or having some deleted or written to one namespace but not another. Restrict keyword editing to one app only.
... View more
Oct 11, 2024
09:10 AM
Or use the Synchronize Folder command.
... View more
Oct 11, 2024
09:09 AM
1 Upvote
This has happened with the last few new OS versions. Apple and/or Adobe will have to figure it out. I am a product photographer and much prefer using EOS Utility for tethering, its free and works great.
... View more
Oct 11, 2024
06:29 AM
https://helpx.adobe.com/photoshop/cds.html
... View more
Oct 11, 2024
05:58 AM
1 Upvote
1. "Objects" are really a limited, specific thing in Photoshop, unlike an application like Illustrator. I don't understand why you are deleting layers to crop? 2. Automated background tools vary in how well they work, and are honestly more of a consumer-level feature. There are numerous ways to get a good selection if needed. 3. Many of us don't use AI at all, its a brand new implementation and will presumably improve in the future. 4. There are multiple options for fitting pasted or placed items. Pros want control over the process. 5. Photoshop is not really a drawing program, but the various path tools are pretty good. If you need more flexibility, Illustrator or a another bespoke drawing app is available. 6. No. Some of us DON'T have that kind of workflow. If you want to specify a save location at the start, command-S. Easy.
... View more
Oct 11, 2024
05:51 AM
What happens if you reset (or switch) the active workspace?
... View more
Oct 10, 2024
09:12 AM
https://developer.adobe.com/photoshop/uxp/2022/guides/
... View more
Oct 10, 2024
09:09 AM
Its kind of a goofy UI that seems prone to difficulty.
... View more
Oct 09, 2024
10:01 AM
Choose the Path Selection tool, and put it right over the text. When the cursor changes to a text bar with double arrows, click and drag. That will rotate the entire text along the circular path. If you move to either end of the text, you'll get the single arrow to adjust only one endpoint.
... View more
Oct 09, 2024
09:24 AM
Not just a line of code, Apple removed the Firewire audio driver. And yes you have to replace any FW devices. Those older machines are unsupported anďyou will have more and more problems trying to mix new software with old.
... View more
Oct 09, 2024
08:48 AM
CEP is not supported for Apple Silicon, and its deprecated anyway. UXP is the current framework.
... View more
Oct 09, 2024
08:45 AM
1 Upvote
I just tested this with PS 25.12 and Save for Web correctly embedded the profile in a saved PNG.
... View more
Oct 09, 2024
07:10 AM
1 Upvote
Why use AM code for this? What you want can be done with regular ScriptUI.
... View more
Oct 09, 2024
06:51 AM
The last Macs with Firewire were the 2012 MacBook Pros, which are only supported up to 10.15 Catalina. How are you running macOS 12? If its via OpenCore, all bets are off.
... View more
Oct 09, 2024
06:46 AM
1. How does this work with release versions? 2. What are your bridge settings for opening Camera RAW?
... View more
Oct 09, 2024
05:55 AM
Check System Settings under Security and Privacy, make sure Photoshop has full disk access.
... View more
Oct 09, 2024
05:54 AM
1 Upvote
Save for Web is old, legacy code and not getting updates. Export is a mess and nobody knows what is going on with it. If you use Save for Web, check the metadata settings. I always use "All Except Camera Info" so needed metadata isn't stripped out. You can also export from Bridge or using Image Processor Pro. There have been bugs in PNG export so yes this can be problematic.
... View more
Oct 09, 2024
05:49 AM
1 Upvote
Try recording it as an action and then saving the batchplay result.
... View more