Quantcast
Channel: Adobe Community: Message List
Viewing all 124503 articles
Browse latest View live

Sony RAW Import Always Has Sharpness = 40

$
0
0

Since using my new Sony A7 R III (42MP), I now notice when I import my RAW photos, they

automatically show a sharpness value of "40".  I am not telling in to sharpen as a import preset,

they just show up this way.  I usually sharpen myself.

 

My older Sony camera A6300 (24MP) did not do this, was always 0 and I sharpened it.


Can somebody explain to me what is going on and what this means?


Re: Hi all, I am new to stock and would like to know if there are any addtional steps I need to take to make my picture visible to potential buyers once stock approves it

$
0
0

I took a look at your portfolio and see you only have four images online. The subject matter is fairly common so it will be difficult to find success with what is currently online in your account. My recommendation is to get out and start shooting. Diversify your portfolio, establish a routine of consistent uploads. Take time with your keywords and have fun! As the post above mentioned, it takes time and effort to find success shooting stock. If you are willing to put in the work, the potential for earnings is limitless.

 

I created a series of videos a while back showing my approach to shooting stock. You may find it helpful. Links to the videos can be found in this blog post: From Shoot to Sale: Part 1 | Adobe Blog

 

Good luck!


Mat Hayward

Re: full screen mode

$
0
0

This feature is missing in InDesign.

Re: Livecycle server needed for the Adobe IFormServer ?

Re: Why can't overidde setting fontsize of pragraph style?

$
0
0

It's a bit of a stretch, but...

ApllyTo of CharacterStyle methods has clearingOverrides option.

"action1" on line 15 is to execute "Create New Style" on the Character Styles palette. You can register the actions in advance or use dynamic action methods. I do not use "Add" of CharacterStyles method because you can't inherit properties of the TextFrame.

(with Ai CC2017)

 

Sub sample()    Set appRef = CreateObject("Illustrator.Application")    Set documentRef = appRef.Documents.Add    Set sampleText = documentRef.TextFrames.Add    sampleText.Position = Array(200, 200)    sampleText.Contents = "Hello World!"    sampleText.TextRange.CharacterAttributes.Size = 20    Set cyanColor = CreateObject("Illustrator.CMYKColor")    cyanColor.Cyan = 100    cyanColor.Magenta = 0    cyanColor.yellow = 0    cyanColor.Black = 0    sampleText.TextRange.CharacterAttributes.FillColor = cyanColor    sampleText.Selected = True    Call appRef.DoScript("action1", "actionSet1", False)    Set charStyle = documentRef.CharacterStyles.Item(documentRef.CharacterStyles.Count)    charStyle.CharacterAttributes.Size = 12    Call charStyle.ApplyTo(documentRef.TextFrames(1).TextRange.Characters(2), True)    charStyle.Delete()
End Sub

sample()

Re: Blackmagic card - audio drops out during playback

$
0
0

Rendering makes no difference unfortunately. I wondered that myself and did test before posting.

 

Thanks for the ADK suggestion. I'm based in the UK actually but have a few contacts I could run this past. I'm pretty sure it's an issue isolated to my own machine but wanted to post in case anyone had experienced (or even solved) this issue.

Re: Adobe really know their stuff?

$
0
0

What version still works with older processors in this capacity? (Or did it never work?)

 

There's a website that will actually down-rev adobe projects, and if you're not going back a whole generation (2018-2017) it should be fine (people say). (New features won't work, but should read the file just fine)

 

If I can go back to a previous version and improve playback, I'd want to do that.

Re: New Feature Parenting View?

$
0
0

I believe he is showing something from the future. I'm going to tag Mohanaraj in this reply, he can check if the team will mind the sneak peek videos. Also, Mohan is able to invite you to the prerelease program, if you would be interested in giving feedback on new features?

 

There is a chance we will turn off this topic, and poor YouTube guy may not be in the prerelease anymore! We'll see.


Error at launch and while trying to access the Performance Tab of Preferences + lagg with paint brush

$
0
0

Greetings,

 

I'm experiencing a lot of trouble with my copy of Photoshop CC 2018. First, it displays an error window at launch saying that it couldn't run a non-cited operation due to a program error. Closing this window will still let you use Photoshop, but with two other problems. The first one being: the paint brush is laggy as hell; le the line will drag behind the brushs and the strokes will only be displaying after a variable delay, wich is veeeeery anoying. I made my reseach on this problem, and it seems that a common solution is to deactivate material acceleration. Expect... I can't do that, because the same error window mentionned earlier will pop again and upon closing it, will turn into gray all of the menus, effectively rendering Photoshop useless. I have to close and relaunch it to have a somewhat functionnal software again.

 

My specs are:

 

Intel Core i5 4670

Windows 7 SP1

16 Go RAM

NVIDIA GeForce GTX 1060 3GB & double screen setup

Wacom Intuo SP

 

I've allready tried the following fixes to no avail:

 

- Updating OS & Drivers, incuding the CG ones

- reinitalizing preferences

- uninstalling and reinstalling Photoshop CC

- lowering the smooth option of the brush to 0

 

I can provide the folowing data:

 

- A Dxdiag of my machine (complete list of the technical characteristics)

- Logs extracted with the support software provided by Adobe.

 

 

As a last note, I'll say that I also have a competitor's software installed, and that I have have no brush lag or system issues with it.

 

I hope that my probelm can be solved, as I do prefer the way more functionnality-rich environement of Photoshop over said competitor soft.

Livecycle server needed for the Adobe IFormServer ?

$
0
0

Hi there,

 

I am very new to Adobe Livecycle.

I am working on the very old java application which is internally using the adobe formserver service renderForm.

Every time I am calling that method I am getting an RenderFormException. Right now I do not have livecycle installed at all.

Do I be needing the Livecycle up an running in my server in order to get this or is there already new ways?

 

 

Here is the snippet of my exceptions:

com.adobe.formServer.interfaces.RenderFormException: javax.naming.NameNotFoundException: While trying to lookup 'ejb.com.adobe/formServer/FormServer' didn't find subcontext 'com'. Resolved 'ejb'; remaining name 'com/adobe/formServer/FormServer'

  at com.adobe.formServer.client.EJBClient.renderForm(EJBClient.java:343) ~[formserver-client-1.0.0.jar:7.22.3319.1.325214]

  at com.odfl.AdobeHandler.Servlet.PDFSubmitServlet.doGet(PDFSubmitServlet.java:141) [classes/:?]

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) [javax.servlet.javax.servlet-api.jar:3.1.0]

  at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) [javax.servlet.javax.servlet-api.jar:3.1.0]

Re: Please allow us to change line spacing and character spacing

Re: Livecycle server needed for the Adobe IFormServer ?

Use for mock ups

$
0
0

I'd like to use some photos to create mock ups to show my products (online selling of art prints), is it allowed with a standard licence?

Re: Inconsistent Image Review Process (IP)

$
0
0

Even if photography is encouraged, that does not mean that "commercial" photography is allowed. The moderation team is made up of many individuals. We cannot know the specific permissions allowed by all locations in the world therefor in many cases we are required to make a judgement call based on past experience with other images of a similar nature. In most cases, the moderators are told to err on the side of caution. I'm sure that is what happened here. My opinion is that both photos probably should have been rejected. This is clearly a structure designed and created by someone which makes it their intellectual property. It is clearly recognizable and does not appear to be more than 120 years old.

 

-Mat

Re: Built-in Smart Shapes for Custom Navigation


Re: How to pass a variable from js to jsx?

$
0
0

Is that impossible? Or is my English so bad?

Re: How do I turn off the reference photo?

$
0
0

Oh, sorry. Windows 10. I checked the second monitor but its not that. I re-installed the graphics drivers but no-go. I reverted back to the drivers from Jan 2018 but that didn't work either. I re-installed LR but no-go. Strangely enough, if I select the Windows 8 Compatibility Mode for LR, the floating windows go away, but the tree view icons on the left panel appear and disappear randomly when the mouse cursor passes over them. I hadn't used LR for a few weeks so I'm not sure if it was the latest LR update or a Windows update that is causing the problems.

Re: MP4s importing as Audio Files

$
0
0

Make your mp4 off line,

delete (manually) all media cache,

rename top folder the mp4 are in,

link media.

See how that goes.

Re: Installation Problem: IMSLIB not found. Acrobat Services will not work.

$
0
0

thank you, thank you man, you're genius.

Re: lightroom will not read sony ARW files

$
0
0

I'm using Lightroom CC .. won't work with my Sony DCC RX100 ARW files help please

Viewing all 124503 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>