New machine, nice and fast, but there is a quirk in the display with in Photoshop. When I click on a layer to move it about, the display within the Photoshop window flickers. Sometimes, when I click on a layer, the whole image, inside the Photoshop window, goes black. By clicking on the another layer, in the layer panel, the image will reappear.
When I open an image or use the menu a fine line is drawn across the top of the program window. It goes completely across the window through the PS logo, menu, and window controls. Oddly, this only happens when the program is maximized. Mousing over the buttons removes the line, minimizing then maximizing Photoshop removes the line.
When moving images around they stick at first, start moving but then are occasionally jerky. Moving image windows around was always smooth in previous versions. Also, the initial click causes the background to flash through. Continuing to drag the image around the background will randomly flicker through. Releasing the mouse button at the end of the move also flashes the background.
The bottom of the window goes off screen so i cannot resize it by clicking and dragging the lower right corner. Also in Navigator I can see that I should be seeing more image as indicated by the red outline. I have tried resetting Essentials, tried opening Photoshop while pressing Option / Alt shift, and nothing seems to work.
I photograph a bright red car in raw mode on a digital slr (Canon 20D) set to Adobe rgb 1998 and view it in Breeze Browser and it looks just as I remember it. I open it into Pshop CS5 extended (which is set to Adobe rgb1998, Europe ISO Coated Fogra27, (as I am UK and this is what a calibration company set our works proofer to) gray gamma 2.2 dot gain 20% and its become a little desaturated.
Sampling it and comparing screens and colours with Breeze Browser its definitely less red, a bit more orange red instead. I need to up saturation to return the red, both in RAW converter and also after image opened if not done so beforehand in RAW converter. Colors just look muted.
What tests can I carry out to find out what is going on ?
Perhaps create a rgb 255 0 0 image in a way not influenced by photoshop and photo the monitor, then open this in photoshop and sample it. However that would be influenced by the exposure of the camera. Maybe I need to create a Kodak grey card type image and establish correct exposure for the monitor brightness first. so what would that be as rgb ?
I know though that Pshop is displaying duller. Once upon a time we had Adobe gamma and one would go through the calibration wizard to set up Photoshop having already set up the monitor.
What do we have to do after installing CS5 extended or CS4 to ensure Pshops display is correct ?
I have Adobe gamma in the control panel, Is this something we still have to do in CS5, I wonder if its there because I still have Pshop 7 installed which used that wizard.
I've always used the screen display modes in the toolbox in prior versions. They are gone from the toolbox, can someone tell me where to access them? I want to have multiple files open where I can see them and work from them.
While using Photoshop CS4 Extended version 11.0.1, whenever I change Screen Modes, it causes the color of all photos to display improperly. The pictures become very dull and gray. Even the whitest whites (255/255/255) appear to be a dull gray, as if a black layer set to 30% opacity is placed in front of the picture. The color still displays properly in the thumbnails of the Layers Panel.
Every picture I have open is affected in this way. Closing the pictures and reopening them does not help. Any new pictures I open are also affected. Changing back to the original screen mode does not fix the problem. The only thing that fixes the problem is closing Photoshop altogether, and then restarting it.
It doesnt matter how I change Screen Modes, whether I change it from the Screen Menu, the Applications Bar, or cycle through the modes using the F key. Even hitting the Tab key to hide the panels causes this to happen. Being a long-time Photoshop user, I have long been in the habit of cycling through screen modes frequently, so suggesting I not cycle through Screen Modes isnt an option because itll take months to break me of the habit.
When I click on the PSE 12 photo editor the first screen that appears will not fit on the monitor screen of my MacBook Pro. How to resize that screen so that it fits?
How can I calculate the size that text in Adobe Elements 6 will display on my monitor? I have set this visually so that it is approximately 0.2" on an image height of 6.6".
My OS is Windows7 Professional and my screen resolution is 1280x1024 pixels.I have cropped the image to 7x5 and resized it to 5290x3770 pixels (w,h). I have set the resolution to 571 pixels per inch. Placing the text at 17.3 pt gave me the 0.2" height I wanted on the 'Fit Screen' zoom.
The Display Option shown in the Control Panel is 'smaller' which I understand means approximately 96 dpi. I have read that points to pixels is calculated by: Pixels = Points * System DPI/72 giving 1.33 points per pixel. Thus the 17.3 pt text should be about 13 pixels high.
Thirteen pixels is 0.34% of the 3770 pixel high display which implies a text height of about 0.02" on the 6.6" high displayed image. Instead I am seeing a text height of about 0.2" (as required).
Photoshop Elements 12 will not display photos in Organizer in full screen mode. I've uninstalled and reinstalled the application but it still doesn't work.
I just got ACAD LT 2012 and am trying to set it up for a two screen displayI'd like to put all the icons and command line on one screen and use the second screen exclusively for the paper/model space.
As I launch a videocapture on videostudio pro X4, I don't get any video display on my screen, only hearing the sound. Afterwards, the generate file is OK with picture and sound.
I've been using CTB files to manage line colors, thicknesses etc - assigning a specific color number to a line color / thickness etc.
This results in great looking plots, but aren't the colors that appear on-screen.
I was wondering how can I make it look exactly like what you'll get but retain the automation/functionality of CTB files - rather than manually stuffing around with changing line weights/colors etc.
I noticed a "focus" problem using dual screen. When i activate the "Loupe" (1:1 mode) view on the 2nd screen, and i browse my pictures in the developp module (using the film strip and arrows on keyboard for example). The view on the 2nd screen is not displayed as sharp as it should be.
If i touch the detail slider (change the value and make it back to its previous value) the picture is update correctly (sharp) . Do not happen when i use the loupe in "one screen mode".
I'm trying to provide the user with some alternative vies of the drawing from within my application.
I picked up this code from an earlier post and have modified it to what I thought should work, but is has no effect on my screen display even after I exit from the form.
Private Sub ComboBoxView_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ComboBoxView.SelectedIndexChanged Dim myDwg As Document = Application.DocumentManager.MdiActiveDocument Dim myDB As DatabaseServices.Database = myDwg.Database Dim myTransMan As DatabaseServices.TransactionManager = myDwg.TransactionManager Try myTransMan.QueueForGraphicsFlush() ' Have tried with and without this line Using myTrans As Transaction = myTransMan.StartTransaction Dim vpr As ViewportTableRecord = DirectCast(myTrans.GetObject(myDB.CurrentViewportTableRecordId, OpenMode.ForWrite), ViewportTableRecord) If vpr IsNot Nothing Then Select Case Me.ComboBoxView.Text Case "Plan" vpr.SetViewDirection(OrthographicView.TopView) Case "Front elevation" vpr.SetViewDirection(OrthographicView.FrontView) Case "Side elevation" vpr.SetViewDirection(OrthographicView.LeftView) Case "SW isometric" vpr.ViewDirection = New Vector3d(1, -1, -1) Case "NW isometric" vpr.ViewDirection = New Vector3d(-1, 1, 1) Case "SE isometric" vpr.ViewDirection = New Vector3d(1, -1, 1) Case "NE isometric" vpr.ViewDirection = New Vector3d(1, 1, -1) End Select End If myDwg.Editor.UpdateScreen() ' Have tried with this line inside and outside the 'Using' section myTransMan.QueueForGraphicsFlush() ' Have tried with and without this line myTrans.Commit() End Using Catch ex As SystemException MsgBox(ex.Message) End Try End Sub
I note that I have probably misguessed the direction vectors, but I can handle that by experiment once I get the screen updating.
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.)
We have problems with some fonts, they display as rectangles on screen but prints just fine. Tested on both a W7 and a XP computer with all patches/updates installed. The same fonts displays fine in other applications...
I have used this attribute often in the past, but cannot recall how. The circles on my current drawing display a number of facets (flat surfaces) which can be overcome by redrawing of regenerating.
There is however an attribute which one adjust to resolve this.
I wish to report a bug that has been present in x4 and x5 regardless of SP or updates installed. Due to this bug I use X3 as it was the last version that worked for me.
The bug is that several menu buttons on the Edit screen will not display correctly, it is as if the icon is corrupted. This happens with the free trial version as well as with a registered version with updates installed.
See the attached screen shot as it explains this much better.
Computer Specs: Win XP Pro w/SP3 32bit ATI video 512M w/latest drivers 2G Ram 240G HDD Intel 3.01Ghz CPU
Is there a way to "disable" the display of the viewport "outline" so that it is not seen when looking at the paper space tab on a computer screen? Kind of like how images have frames but you can "hide" them.
I'm designing some screens for an retina display iPad and I just want the illustrator document on my 27" thunderbold monitor (at 109 ppi) to have the same physical dimensions as the physical iPad screen (7.75" x 5.81"). Maybe its so obvious that no one talks about how to do it. I do feel a little embarassed that I haven't figured this out.
Regardless of whenther I enter the doucment dimensions in inches or in pixels the resulting document is never the same pysicial size as the iPad's screen. And since Illustrator deals in vectors it doesn't have any notion of PPI that I can use to bring inches and pixels into alignement so that what I see on my monitor is the same physical size as what's in the iPad.
All i want is the AI document displayed on my monitor to be the exact same size as my iPad's screen.
After moving a page in my document the master page elements no longer display on screen or in print. If I move the page to a different location in the document the master displays but if it is in the specific position that it needs to be it will not display. The document has multiple Masters and others do work on the page but the one that I need will not. I've tried deleting the page and adding a new one and that does not fix the problem. I've checked and "Hide Master Items" is not checked. The page in question is in position 48 with F-Master applied. If I move it to position 49 it works, 50, it works, 51, or any other it works. If I apply a different master to the page, it works. If I delete the page, add a new page and apply F-Master it still does not work. The only page that this problem is happening on is page 48.
I'm here with 2013 SP2 64 bit Build 200 and two screens. Left screen is graphics area, Browser is on the left of right screen. Graphics is ATI Fire Pro V7800 with driver 9.3.3.3000.
In video (zipped MP4) you see a cutout of both screens, think of screens changing at the left of the browser.
Now, in many cases, after doing an operation, the browser is jumping back to the middle of my graphics in the left screen.
I am currently writing a book that will initially be sold as a PDF but may later go on the i Book store, however I don't have a Retina display myself and what is the best practice for making screenshots from a normal display look acceptably sharp on a Retina display?
I have Photoshop along with the iOS simulator that shows how the iPad or iPhone will look if they can be used in some way but I mainly need to get menu items and dialogue boxes from various applications in OS X and Windows looking good on Retina screens. I really don't want to pay out for a Retina display purely for this task that would only take a few hours of work at most.
I have used "Share My Screen" meeting feature a few times on my machine.
a client and it gave me the blue screen of death crash and forced a restart. After it did this 3 times I gave up.
Windows XP Home 2002 SP3 PhotoshopCS4 Extended CS4 Production Premium RADEON X300 SE 128MB Hypermemory Intel Pentium (R) CPU 3.00 GHz 2.99 Ghz 2.50 GB RAM