photoshop

Photoshop on web server for scripts

久未见 提交于 2019-12-04 22:02:30
So, I'm trying to think of the best way to solve a problem I have. The problem is that I produce many websites for my job and as CSS3 and HTML5 introduce themselves powerful I want to eliminate almost all images from my websites. For button icons and various other things I have a sprite image with all the icons on that I just shift around depending what icon I need. What I need to be able to do is recolour this image dynamically on the web server so that I don't have to open up Photoshop and recolour the icons manually. I have done some research and the only thing that I've come across that

Colors look different in browser and photoshop

走远了吗. 提交于 2019-12-04 17:23:25
问题 I have a problem with colors in photoshop and browser. Why the same color (#cccc66) looks different? This in photoshop http://gyazo.com/a4f4181bf0638d652174f0a7d4f1fe9d.png and this in browser http://gyazo.com/37a9ad028951e85a288344f59c84ecc7.png. What could it be? Some additional info. It's not image. I just used Eyedropper tool to get color then copied color name from color picker. 回答1: It's called color profiles, the PNG has one embedded. You need to strip it out. Photoshop apparentely

Photoshop text tool adds punctuation to the beginning of text [closed]

杀马特。学长 韩版系。学妹 提交于 2019-12-04 16:48:56
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I have this weird issue with Photoshop - when I use the type tool, I can type letters normally, but when I type any punctuation character, it gets added to the beginning of the text. As far as I remember, I haven't changed any settings. How do I avoid this ? 回答1: You can try : go to edit>preferencec>type..

Full Screen Background Image Is Stretched

感情迁移 提交于 2019-12-04 16:41:41
I had made a full screen background image for one of my clients, but the problem is that when I make the image to fit all the screen using the following css codes: #bg-image img{ position:fixed; left:0; top:0; width:100%; max-height: 100%; } #bg-image{ height: 100%; width: 100%; float: left; overflow: hidden; position: relative; } Everything works perfect, as the image is filling all the background of my home page, but the problem is that now the background image seems to be stretched, and I would like to know how to make my image is size or ratio to be correct in order to fit the whole screen

Photoshop's RGB levels with ImageMagick

纵然是瞬间 提交于 2019-12-04 15:13:20
问题 I'm attempting to convert some effects created in Photoshop into code for use with php/imagemagick. Right now I'm specifically interested in how to recreate Photoshop's RGB levels feature. I'm not really familiar with the Photoshop interface, but this is the info that I am given: RGB Level Adjust Input levels: Shadow 0, Midtone 0.92, Highlight 255 Output levels: Shadow 0, Highlight 255 What exaclty are the input levels vs. the output levels? How would I translate this into ImageMagick? Below

How to implement a Cocoa-based Adobe Photoshop plugin

假装没事ソ 提交于 2019-12-04 12:02:02
问题 Cocoa used to work on CS3 with the trick of putting a Cocoa bundle inside the main Carbon plugin bundle, loading it from Carbon and issuing a NSApplicationLoad(). That's because Photoshop CS3 was Carbon-only and used to unload the plugin bundles. Photoshop CS4 uses Cocoa and has its own NSAutorelease pool in place on the main thread. On Photoshop CS4 very simple window-based xibs/nibs loaded by a NSWindowController work out of the box. But just add a binding to a control on the window and you

charIDToTypeID Photoshop Javascript

血红的双手。 提交于 2019-12-04 11:41:13
Okay, I understand that charIDToTypeID converts a string into the ID photoshop can actually use but I'm seeing ones I cannot find reference for: var idLyr = charIDToTypeID( "Lyr " ); var idOrdn = charIDToTypeID( "Ordn" ); var idTrgt = charIDToTypeID( "Trgt" ); What is "Lyr ", "Ordn" and "Trgt" - I googled to find reference but they don't show up in the adobe reference info: http://cssdk.host.adobe.com/sdk/1.0/docs/WebHelp/app_notes/photoshop.htm I'm trying to find out how this person wrote there code and I'm wondering how they choose to use those IDs when there is no reference to them online.

Winforms Transparency Issue (i going crazy with it)

限于喜欢 提交于 2019-12-04 09:55:42
i will show you an image below but before that... if you have seen yahoo widgets or cartoony/themed windows media player skins.. i am building a titlebar less... background less... application... its looks like this (source: deviantart.net ) the darker background you see is actually my wallpaper cuz this is a screen shot... to attain this.. the shape of body and the lines, i use Trasparent PNG.. then i use the transparency key of the Win Form to make it transparent.. and the image is loaded in a picture box... my problem is the white dots you see all over the body outline... this is because

Turn photoshop design into Java GUI

谁说我不能喝 提交于 2019-12-04 09:25:13
问题 I can't seem to find anybody who has done or posted something like this; Essentially I want to design my own UI in photoshop and then slice down the images to use it in a Java application. Essentially coding in the PSD file as the GUI. Is this possible? If so, can anybody lead me in the right direction? I'm not sure what editor to use for this sort of stuff. I am using the Eclipse IDE and I know there is a Visual Editor but, I already have the actual design for every component in a PSD file.

How to create crisp background image for 1x1 Android widget?

扶醉桌前 提交于 2019-12-04 07:39:12
问题 I'm creating an a 1x1 widget, and no matter what I try, I just can't get the background image looking nice and crisp. I've read just about any resource I can find, yet I still can't win. I'm designing for the HTC Desire/Nexus 1, and would love someone to tell me when creating the background in Photoshop, what dpi/height/width to use (currently using 72/100/80). I'll worry about other devices resolutions once I can get it looking nice on my test device first. Also, if there's anything special