
Bojan Živković
Community Expert
Bojan Živković
Community Expert
Activity
Jun 01, 2018
01:04 PM
Hi Jack, were you able to find a complete solution to this? I'm mostly interested in the ability to configure a set of pre-selected fonts to be applied to each quote image dataset. I'm also interested in a solution for the #6 feature you mentioned as well. Thanks!
... View more
Jan 16, 2018
05:25 PM
Thanks. That is what I'm doing now, but it would be nice to have some built-in functionality for this. Alex
... View more
Aug 15, 2018
01:41 AM
Export Artboards to Files is exporting a composite version of artboard or in other words, all layers merged (I am testing with JPEG format and the latest release of Photoshop). There aren't many settings that can be missed. Here is a screenshot of my Artboards To Files dialog.
... View more
Jan 06, 2018
03:17 AM
1 Upvote
Hi Shadows & Highlights has never been an adjustment layer. It is only available in the adjustments menu as shown by Bojan Dave
... View more
Jul 21, 2019
07:40 PM
I’m glad my video helped you out. Thanks for letting me know. I don’t have much experience with Animate so I recommend you ask your question in the Animate forum. I’m sure someone there can help you out. Here’s the link Adobe Animate
... View more
Dec 11, 2017
06:46 AM
A lot of users are complaining about text issues in the latest release of Photoshop. Adobe is looking into it. All my best, Martin
... View more
Community Expert
in Photoshop ecosystem Discussions
Nov 30, 2017
03:11 AM
1 Upvote
Nov 30, 2017
03:11 AM
1 Upvote
Go to Preferences > Tools > turn off Show Tooltips / Use Rich Tooltips (Ps CC 2018)
... View more
Nov 24, 2017
08:52 AM
Hello Jamser, We are sorry about that, but the JPEG file format doesn't support duotones. you can only save it in (PSD,PSB,EPS,PDF,RAW) formats. If you still want it in JPEG format, Use the Save for web command by click on (Ctrl/Command + Shift + Alt + S) and Photoshop will convert it to sRGB and JPEG format as you wish. Enjoy Photoshoping.
... View more
Dec 10, 2017
09:15 PM
1 Upvote
Correct the user must use the correct action the user need to know or retrieve the document resolution and play the correct action. The actions are recorded for a specfic resolution and size document. If the user the wrong action the results are not what the user wants. To add thing like a text layers the text need to be set to a proper size for the text to fit. The number of characters on a line need to fit within the document width for example. So both resolution and size is important. I wrote a script that enable an action creator to run to save the resolution of a document so they can scale a document to a known width like 8" without resampling it, select a font size for the text to be add so it will fit within 8" add then run the script a second time to have the document restored to its original resolution. Document size is very hard to deal with in actions. Crafting Actions Package UPDATED Aug 10, 2014 Added Conditional Action steps to Action Palette Tips. Contains Action Actions Palette Tips.txt Action Creation Guidelines.txt Action Dealing with Image Size.txt Action Enhanced via Scripted Photoshop Functions.txt CraftedActions.atn Sample Action set includes an example Watermarking action Sample Actions.txt Photoshop CraftedActions set saved as a text file. More then a dozen Scripts for use in actions Example Download
... View more
Nov 30, 2017
11:36 PM
I've solved this by using the ExtendScript toolkit CS6 with this code: #target photoshop //alert("Hello Photoshop!"); //app.activeDocument.activeLayer.opacity = 50; var randomString = function(length) { var text = ""; var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; for(var i = 0; i < length; i++) { text += possible.charAt(Math.floor(Math.random() * possible.length)); } return text; } var rs = randomString(7); function main(){ if(!documents.length) return; //var Name = app.activeDocument.name.replace(/\.[^\.]+$/, ''); var saveFile = File("c:"+ "/test/img/woman/" + rs + ".jpg"); if(saveFile.exists){ if(!confirm("Overwrite existing document?")) return; saveFile.remove(); } SaveForWeb(saveFile,100); //change to 60 for 60% } main(); function SaveForWeb(saveFile,jpegQuality) { var sfwOptions = new ExportOptionsSaveForWeb(); sfwOptions.format = SaveDocumentType.JPEG; sfwOptions.includeProfile = false; sfwOptions.interlaced = 0; sfwOptions.optimized = true; sfwOptions.quality = jpegQuality; //0-100 activeDocument.exportDocument(saveFile, ExportType.SAVEFORWEB, sfwOptions); } and included this script into my actions.
... View more
Nov 18, 2017
01:47 PM
Click on the gear icon in the pop-up which you have captured and you should see: Brush Name, Brush Stroke, and Brush Tip. If I can understand you correctly, you should check only Brush Tip.
... View more
Community Expert
in Photoshop ecosystem Discussions
Oct 31, 2017
01:59 PM
1 Upvote
Oct 31, 2017
01:59 PM
1 Upvote
Trevor Morris script to distribute layers horizontally and vertically works in latest release of Photoshop CC 2018. Download for horizontal spacing Adobe Photoshop Scripts | Trevor Morris Photographics Download for vertical spacing Adobe Photoshop Scripts | Trevor Morris Photographics
... View more
Community Expert
in Photoshop ecosystem Discussions
Oct 31, 2017
02:01 PM
3 Upvotes
Oct 31, 2017
02:01 PM
3 Upvotes
You can also combine the layers into a smart object and just move that over. Select the layers, right click to convert - now you have a single layer to move and completely editable - just click on the layer thumbnail to edit.
... View more
Oct 26, 2017
07:59 AM
It always ends up 8 on the internet. Some weird technical things get better results if you work in 16-bit and convert later, but if you're a beginner that isn't likely to apply.
... View more
Oct 22, 2017
04:36 AM
Yes. Expand the action so you can see the steps settings. What units are recorded in the actions step. Pixels. measurement or [percentage. Steps are record the way Photoshop ruler units is seat when the step is recorded.
... View more
Oct 18, 2017
10:49 PM
Have you tried using Match Color to do this? I’ve had some success with it on similar projects when used along with careful selections. Match, replace, and mix colors in Photoshop
... View more
Oct 08, 2017
12:48 PM
D. Fosse (or anyone) I do know the profile -- Japan Color 2001 Coated. "Fiddling with sliders in CMYK, without thoroughly knowing what you're doing, is a disaster waiting to happen. For one thing, you can very easily exceed total ink limit, resulting in smearing and drying problems." Yes, I don't know what I'm doing thoroughly, that's for sure. But I have a monitor calibrator. Is knowing the correct profile plus a monitor calibrator enough to adjust/use the sliders by sight and know that I won't exceed the total ink limit? It's too late to go back and do RGB everything -- but I'll know now for the future.
... View more
Oct 07, 2017
03:42 AM
But I’d like to recommend that you look into non-destructive methods of re-coloring images, namely Adjustment Layers (Hue/Saturation, Selective Color, …) and Blend Modes (painting on a Layer set to the Blend Mode »Color« for example).
... View more
Sep 29, 2017
10:57 PM
Actions can not record and automate data driven graphics process. PSD file will save information about defined variable, variable type and method for replacement.
... View more
Aug 17, 2017
11:01 AM
https://forums.adobe.com/people/master+mo wrote Photoshop is simply the bee's knees I wish that were true...
... View more
Aug 15, 2017
03:10 AM
Can You show a screenshot immediately before and immediately after clicking on 3D - please include the layers panel. Also - can you go to Photoshop - Help - System Info - click on copy and paste the information into this thread. It will help us understand what may be happening. Dave
... View more
Aug 07, 2017
09:08 AM
1 Upvote
Thank you!
... View more
Jul 23, 2017
10:32 PM
Select layer with icon then go to Layer > Layer Style > Color Overlay. Set Blend Mode to Normal, Opacity to 100% and click on rectangle with color on the right side of Blend Mode drop down then pick color in Color Picker dialog.
... View more
Community Expert
in Photoshop ecosystem Discussions
Jul 23, 2017
10:39 PM
1 Upvote
Jul 23, 2017
10:39 PM
1 Upvote
If you have shape on vector layer (or pixel based layer with transparency) do the following: Ctrl/Cmd + click on layers thumbnail to create selection from transparency Click on Add layer mask at the bottom of Layers panel With layer mask selected go to Filter > Filter Gallery and play with filters like Sprayed Strokes
... View more
May 24, 2017
08:09 AM
2 Upvotes
In addition to all the above, you can tell when you've done it right when "Pick up path" appears in the History panel.
... View more
Feb 15, 2018
08:37 AM
1 Upvote
thank you !
... View more
May 08, 2017
10:22 PM
1 Upvote
lol, i've never used the button mode before. Looks dangerous. Clicking on anything accidentally runs an action. I can't think of any reason to ever use button mode - not as a guy who makes actions, nor as a guy who makes actions for other people to use. I would never want to use that mode for myself and I would never recommend it for someone who doesn't know how to use actions well. I don't understand why the colors are turned off in regular mode though. Seems like someone had to actually make extra effort to make the code work in a less useful way. What a strange thing to do.
... View more
Community Expert
in Photoshop ecosystem Discussions
Apr 24, 2017
10:34 PM
1 Upvote
Apr 24, 2017
10:34 PM
1 Upvote
There are other ways, and perhaps a more valuable skill to learn. This method uses a Layer Mask and they are fundermental to using Layers in Photoshop. The Pink layer is still above the Elephant layer in the layers panel. Ctrl click the Elephant layer which will load it as a selection. Now select the Pink layer and click on the layer mask icon (highlighted in Red). This will add a layer mask to the pink layer with the shape of the elephant in white, and the rest of the mask in black. We say Black Conceals and White Reveals. Where the layer mask is white it shows the content of the layer. Where it is black it shows the layers beneath it in the layer stack. You should perhaps have a play to get used to them. Can you see how the layer masks are showing segments of all three layers? Note that there is a double outline around the green layer's layer mask. That shows that anything you paint will go on the mask. In this shot the double outline is around the layer's thumbnail, and my brush stroke is on top of the green.
... View more
Community Expert
in Photoshop ecosystem Discussions
Sep 29, 2017
01:36 PM
2 Upvotes
Sep 29, 2017
01:36 PM
2 Upvotes
Press Ctrl + R then look at Ruler. Check that guide is properly positioned at pixel (marching ants on screenshot) not between two pixels (guide on screenshot).
... View more
Apr 05, 2017
06:44 AM
FWIW - I have less than half that RAM on my work computer (admittedly similar to you/slightly better specs for a laptop on my home rig) and I have had very few times or none that were directly traceable back to illustrator being the culprit...So this is why I have been puzzled as to why you get these problems... What version of Illy CC 2017 do you have? What apps do you have running whilst using Illustrator? What are the dimensions of the illustrative work? How many illustrations do you have open at one time? Do you keep lots of cached stuff in the background? What anti virus etc do you use? Where are you saving your files? On the SSD or on a Network? Does Illy have Admin privileges? Also what do you mean about "buggy pen tool" is this a reference to using a drawing tablet such as Wacom? or reference to the actual Pen/Path tool? Best, EW
... View more
- « Previous
- Next »