photoshop

Create Layered Tif with Java for use in Photoshop

偶尔善良 提交于 2019-12-18 05:12:34
问题 I'm interesting in creating a layered tif with Java in a way that Photoshop will recognize the layers. I was able to create a multi-page tif, but Photoshop does not recognize the pages as layers. The pages are viewable with Acrobat though. Anyone know how Photoshop stores tif layer data and how that could be generated with Java? Thanks. 回答1: I have researched this for my TIFF ImageIO plugin, and as far as I understand, the way Photoshop stores layer information in TIFFs is completely

psd file format

偶尔善良 提交于 2019-12-18 02:41:30
问题 I am attempting to find documentation of the psd file format so I can read in a .psd and then save out the individual layers as files, along with do other modifications. Does anyone know of any document in on the .psd file format? (Just for reference, I will be writing this in C++) If there are any code examples of loading a .psd file in C++ then I would appreciate them being linked. (Please not turn this into a "just use XXX software". This is not homework, or anything related to that. I am

How can I map Photoshop's level adjustment to a Core Image filter?

天涯浪子 提交于 2019-12-17 22:43:34
问题 I'm mapping several photoshop elements to CIFilter, the only one I'm having trouble with is this Levels Adjustment: Which CI Filter (or combination of filters) would let me utilize the 16, 1.73, 239 & 39/245 above in the first example or the 31, 1.25, 255 30/255 in the second example. I believe this is a kind of shadow/black and white level adjustment. Any help appreciated. 回答1: By adapting the formula from this page: http://http.developer.nvidia.com/GPUGems/gpugems_ch22.html, I believe you

How to get the path coordinates of a shape for use with image-maps?

三世轮回 提交于 2019-12-17 15:27:01
问题 I am creating an image map using ImageMapster from here. I have created a photoshop image with several images that I have cut out from the original photographs. Each image is on a separate layer. Now, I need to get the path coordinates of each object, and I don't want to hover over every corner and manually write down each coordinate. Is there an automated way to get this path? Maybe there is some application or web service whence I can send my image and get the path in return? I have tried

How to create a layered PSD file from command line?

给你一囗甜甜゛ 提交于 2019-12-17 15:25:48
问题 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 ImageMagick command below creates PSD file with a single layer, where two images (here: plasma fractals) are positioned one below another. (I use ImageMagick 6.5.3-10 2009-07-31 Q16, latest available in MacPorts.) convert -size 100x100 plasma:fractal plasma:fractal -append out.psd How do I create a PSD

Convert RGB color to CMYK?

╄→尐↘猪︶ㄣ 提交于 2019-12-17 06:13:55
问题 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 回答1: The conversion from RGB to CMYK is dependent on the physical device/process being used to lay down the CMYK ink. These are represented in software as Color Profiles. ICC and ICM color profiles of physical devices determine the resulting colors. If you are not concerned with true representation on a physical device then use the

How does photoshop blend two images together? [closed]

谁说我不能喝 提交于 2019-12-17 02:03:24
问题 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 months ago . Can somebody please explain how Photoshop blends two images together so that I may reproduce the same effects in my application. 回答1: Photoshop blends two images together by performing a blend operation on each pixel in image A against its corresponding pixel in image B. Each pixel is a color consisting of

How does photoshop blend two images together? [closed]

你离开我真会死。 提交于 2019-12-17 02:03:15
问题 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 months ago . Can somebody please explain how Photoshop blends two images together so that I may reproduce the same effects in my application. 回答1: Photoshop blends two images together by performing a blend operation on each pixel in image A against its corresponding pixel in image B. Each pixel is a color consisting of

CSS of Photoshop text effects [duplicate]

青春壹個敷衍的年華 提交于 2019-12-13 21:22:57
问题 This question already has answers here : Does CSS support text anti-aliasing such as “crisp, sharp etc” yet? (5 answers) Closed 5 years ago . There are some text effects in Photoshop like Crisp, sharp, strong, smooth How can I generate the css for these effects 回答1: CSS can't succeed the styles of Photoshop but I know the following tool that applies every possible CSS style and effect to the images of any website. It only uses CSS and jQuery and with the help of the supplied editor you don't

Are the GPUImageBilateralFilter parameters of the GPUImage iOS Library the equivilent of Photoshop Surface Blur parameters?

折月煮酒 提交于 2019-12-13 19:08:18
问题 I understand that a Surface Blur in Photoshop is a bilateral filter. In the iOS Library GPUImage there is a filter GPUImageBilateralFilter with parameters of texelSpacingMultiplier and distanceNormalizationFactor. Would these match up directly to the Photoshop Surface Blur options of radius and threshold (respectively)? And would the values to these parameters be the same? Thanks! 回答1: Not exactly. With your standard Gaussian blurs, you typically specify a pixel radius (or sigma value in