Tagged Questions
Photoshop is an Adobe product that is the industry standard for creating, modifying, and treating images and graphics. It has plug-ins and scripts that can be installed in order to automate and add functionality.
24
votes
1answer
2k views
How does photoshop blend two images together?
Can somebody please explain to me the image manipulation behind how photoshop blends two images together so that I may reproduce the same affects in my application.
22
votes
3answers
846 views
How does Photoshop's magnetic lasso work?
Seems like GIMP's intelligent scissor is based on a paper from SIGGRAPH '95 on "Intelligent Scissors for Image Composition", as seen in one of the comments in the source.
However Magnetic Lasso in ...
16
votes
6answers
7k views
Reading PSD file format
I wonder if this is even possible. I have an application that adds a context menu when you right click a file. It all works fine but here is what I'd like to do:
If the file is a PSD then I want the ...
15
votes
3answers
7k views
photoshop pt size conversion to web [closed]
In photoshop, my text size is 5.12pt and font type is Arial.
My base font size for my website is 13px/1.23 Arial.
How would I convert the 5.12pt size to the same size on web?
Thanks!
12
votes
6answers
2k views
How does Content-Aware fill work?
In the upcoming version of Photoshop there is a feature called Content-Aware fill.
This feature will fill a selection of an image based on the surrounding image - to the point it can generate bushes ...
12
votes
8answers
14k views
Using a CMYK PSD without Photoshop
I have run into a common, yet difficult problem. I do not use Photoshop for image manipulation. Since all my work is web-based, GIMP does what I need in 99% of the situations. The problem is that I ...
11
votes
3answers
4k views
How to create a layered PSD file from command line?
I need to create a layered PSD file with ImageMagick or any other command-line tool available on Linux platform. Since I need to do this on Linux server, I can't use Photoshop scripting.
The ...
10
votes
11answers
646 views
Should a web app developer know photoshop?
I have been doing wep application development for some time now. One thing I overlooked was learning Photoshop. For basic web sites or for frontend development, the lack of this skill has slowed me ...
10
votes
4answers
6k views
Online Photoshop via HTML 5's Canvas?
Does anyone know an online Photoshop -like editor that utilizes Canvas? I know at least 4 Flash editors, but I'm interested in finding a Canvas based one.
9
votes
5answers
373 views
Possible to interact with a 64-bit COM server (Photoshop) from .NET?
I've been trying to write something in C# to interact with Photoshop, both by adding a COM reference and by late binding. It took me a while to realise that the code did work, but not with the 64-bit ...
9
votes
8answers
16k views
What Are High-Pass and Low-Pass Filters?
Graphics and audio editing and processing software often contain functions called "High-Pass Filter" and "Low-Pass Filter". Exactly what do these do, and what are the algorithms for implementing ...
8
votes
1answer
1k views
How to create crisp background image for 1x1 Android widget?
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 ...
8
votes
5answers
4k views
How to replicate PS multiply layer mode
Does anybody know of a good way to replicate Photoshop's multiply layer mode using either an image or CSS?
I'm working on a project that has thumbnails that get a color overlay when you hover over ...
8
votes
8answers
420 views
Is it okay to start the layout of a website with a photoshop mockup?
This is a best-practice topic.
I saw it as a prefer method for some web developers. Instead of doing the CSS layout from scratch, they start a photoshop mockup first and then decode it into CSS.
...
7
votes
2answers
255 views
How do you access layer style information in Photoshop?
I'm doing some research before I write a script for Photoshop CS3. I want to write the script in Photoshop with JavaScript.
I have looked through the Photoshop JavaScript Guide, but I can't find any ...
7
votes
2answers
2k views
Free bitmaps for iOS custom buttons and sliders?
First, I'm not talking about icon libraries or mockup tools/libraries.
I'm familiar with various icon libraries that people have created, but other than the stuff from the example code like ...
7
votes
2answers
200 views
What's the best way to version control graphical assets on Windows?
I'm a web developer / designer, and I want to be able to version control graphic files (Photoshop / Fireworks / Illustrator / Stock Photos / etc).
This would normally be fine but some of the files I ...
7
votes
4answers
2k views
How to implement a Cocoa-based Adobe Photoshop plugin
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 ...
6
votes
1answer
151 views
Photoshop export gradient ( .grd files )
I'm trying to write a tool for converting photoshop gradients to css gradients using sass/compass. From what I've read the .grd is a proprietary format for which documentation is not available. Would ...
6
votes
1answer
189 views
How to implement a similar of photoshop's “patch tool” function?
I have to automatically remove a barcode in a T-Shirt image, like the attached file:
I know I can do it manually in photoshop using the function "patch tool" that replaces the cropped area by image ...
6
votes
2answers
549 views
What interpolation is best for image rotation?
I have some images to rotate. I must rotate them (each by different angle) with as little as possible image artifacts (e.g. blurring) that occur during image rotation (due to interpolation).
At the ...
6
votes
3answers
112 views
html tags to css tool
I'm doing some web-dev and the designers slice and export from photoshop. The generated code is horrendous. The first thing i'm doing is taking everything out of the tags and putting them in css ...
6
votes
1answer
360 views
How do I write a Photoshop Extension (8BX) plugin?
The Adobe Photoshop CS3/4 SDk has a lot of examples for Filter, Import, Export etc plugins but I havent found anything that illustrates how to write a 8BX plugin.
Reason I need to write one is to add ...
6
votes
3answers
960 views
What are the algorithms used behind filters in image editing softwares?
For example: What algorithm is used to generate the image by the fresco filter in Adobe Photoshop?
Do you know some place where I can read about the algorithms implemented in these filters?
6
votes
4answers
5k views
Photoshop blending mode to OpenGL ES without shaders
I need to imitate Photoshop blending modes ("multiply", "screen" etc.) in my OpenGL ES 1.1 code (without shaders).
There are some docs on how to do this with HLSL:
...
6
votes
4answers
522 views
Photoshop Undo System
The question probably applies to drawing systems in general. I was wondering how the undo functionality is implemented in PS. Does the program take snapshots of the canvas before each operation? If ...
6
votes
5answers
3k views
Best Way to Convert PSD to CSS/HTML File?
I'm working to convert a Photoshop PSD to a HTML/CSS web layout. I know there are some tricks to doing this quickly, I just don't know what they are. The question is, do you?
5
votes
2answers
178 views
CSS equivalent to Photoshop's Justify-All
I'd like to take an h2 element and span it's text across the width of it's div.
text-align:justify;
only spreads the text if it's width is greater than the width of it's container... kind of like ...
5
votes
4answers
572 views
PNG with transparency from Photoshop to Flash: how to make .swf display exactly what .psd does?
I have two layers in Photoshop: 1 -- a texture, 2 -- a semi-transparent image that overlaps texture. The combination of the two looks nice in Photoshop. I export them separately from Photoshop saving ...
5
votes
3answers
561 views
How can I get the layers from a PSD file?
I want to retrieve all layers from a PSD file and get their name, X and Y position.
Is there a C# Lib that can do that?
I've tried this lib from CodeProject, but I always get TargetInvokeException. ...
5
votes
1answer
2k views
Draw an Inset NSShadow and Inset Stroke
I have an NSBezierPath and I want to draw in inset shadow (similar to Photoshop) inside the path.
Is there anyway to do this? Also, I know you can -stroke paths, but can you stroke inside a path ...
5
votes
2answers
535 views
Turn photoshop design into Java GUI
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 ...
5
votes
3answers
195 views
How do the the “Pros” design and code web sites? [closed]
How do most modern "pro" web designers go about starting/designing/coding a site?
I realize that techniques will range and differ drastically, I'm just looking for some solid, relied-on tactics or ...
5
votes
2answers
480 views
How do I emulate Photoshop CS4 Smooth Font Rendering in Flash?
Any ideas about how to emulate Smooth font rendering option from Photoshop in Flash/Flex? I've tried different settings for advanced rendering (antiAliasType, gridFitType and friends) but not much ...
5
votes
5answers
4k views
How to extract layers from a Photoshop file? C#
Is there a library in C# that will allow me to read the layers in a photoshop file (PSD) and extract them as transparent images (PNG)?
Photoshop has a batch command that will extract all layers in ...
5
votes
4answers
3k views
Best Versioning Tools to use for Photoshop/Illustrator and related binary files?
I previously asked about Version Cue 3 vs Subversion. I think this is a better question and someone suggested http://www.gridironsoftware.com/Flow/ I hope this question will allow others to join in ...
4
votes
1answer
76 views
Getting all polygon coordinates of specific area of image?
I have an image were I put links and text with html image map. That works fine. I would like to have some hoover effect on specific areas of the image. For examaple take a world map and when you ...
4
votes
3answers
645 views
How can I correct color banding in windows phone 7?
My windows phone 7 app has very nice background images but they are being destroyed by color banding on a 16bit color device. Is there a way I can correct this? I have tried saving in several ...
4
votes
1answer
217 views
Color differences between cocoa and photoshop
I'm having some trouble with colors in interface builder and cocoa.
I build out my interface in photoshop, and when I copy the RGB values from photoshop and set my UI elements in interface builder, ...
4
votes
4answers
3k views
Convert RGB color to CMYK?
I'm looking for an algorithm to convert an RGB color to CMYK. Photoshop is performing the conversion below:
R = 220
G = 233
B = 174
C = 15
M = 0
Y = 40
K = 0
4
votes
1answer
3k views
Inner shadow in Core Graphics
I want to do something similar to Photoshops inner shadow effect in Core Graphics. If I draw/fill a path with this effect, I want get something similar to the following:
4
votes
10answers
419 views
How do I write a Perl script to filter out digital pictures that have been doctored?
Last night before going to bed, I browsed through the Scalar Data section of Learning Perl again and came across the following sentence:
the ability to have any character in a string means you can ...
4
votes
8answers
5k views
How is the photoshop cutout filter implemented?
Photoshop has a lot of cool artistic filters, and I'd love to understand the underlying algorithms.
One algorithm that's particularly interesting is the Cutout filter (number 2 at the link above).
...
4
votes
7answers
4k views
Subversion or Adobe Version CUE 3 for Photoshop/Illustrator Files
This might seem like a stupid question I admit. But I'm in a small shop me plus two designers. Our backups are getting out of hand because they just copy/paste files if they need to make a change ...
3
votes
1answer
83 views
Why are there two headers within a jpg file?
I've been working with Python to create an image viewer:
I noticed that when I was working with one of the files that it had two headers? Or at least two occurrences of JFIF, which I thought was ...
3
votes
1answer
124 views
how to call Photoshop cs5 function from C#?
Making a winform in C#,there are several buttons, Click the button to achieve the photoshop cs5 functions through the ps'dll ? All I know is c# call cs4's functions through "interop.photoshop.dll", ...
3
votes
2answers
83 views
What is the difference between Javascript and Adobe Javascript?
Noticed when browsing for script files in Photoshop you can select standard Javascript (js) files and Adobe Javascript files (jsx). What's the difference?
3
votes
1answer
146 views
How do I control zoom level in photoshop using javascript?
I'm writing some automation scripts for Photoshop in javascript. I'd like to be able to control the zoom level in the script, preferably reading the current value, setting it to 100%, and then ...
3
votes
1answer
101 views
Is this possible?
I have a bunch of photos that have badges on them, close to 1500 of them, I need a way to detect if there is a yellow badge on it. Is it possible to make a action or a script to color sample from a ...
3
votes
3answers
260 views
What is the best color profile to use for a PNG file for CSS Sprites?
I am using a PNG file as CSS Sprites, and the color profile is making the PNG colors look different on Firefox and on Chrome (on a Macbook Pro)
What is the best color profile to use before saving ...