photoshop Questions

7

Solved

I've tried experimenting with the GD library to simulate Photoshop's muliply effect, but I haven't found a working solution yet. According to Wikipedia, the multiply blend mode: [...] multiplie...
Farcy asked 21/3, 2013 at 17:38

3

I'm learning to work with svg icons and now trying to directly extract icons from psd. With adobe photoshop 2017 it's possible to export image as svg code. However in this code instead of tag is ge...
Fortis asked 14/11, 2017 at 20:48

1

The Adobe Photoshop CS3/4 SDK has a lot of examples for Filter, Import, Export, etc plugins but I haven't found anything that illustrates how to write a 8BX plugin. The reason is, I need to write ...
Stuck asked 28/1, 2010 at 19:24

3

Right now I am using the prompt command as a workaround to copy arbitrary text out of my JSX script in Photoshop. prompt("to copy",(horizontalcenter.toString()) + ", " + verticalcenter.toString())...
Lapin asked 1/11, 2010 at 1:28

1

I have a simple PSD with a layer group called "faces", and there are 24 layers in it, each 175x175 pixels. I want to automatically arrange those into a 6x4 grid. When I run this script (w...
Eicher asked 9/1 at 17:48

6

Solved

As you know we can make a lottie animation by "Adobe After Effect" but I want to know how can I do it by "Photoshop"? Is there any way to convert a GIF to Lottie JSON ?
Fritz asked 9/6, 2020 at 4:33

2

Solved

I have a set of images and X-ray data generated from coupled scanning electron microscopy and energy dispersive spectroscopy. Here's my problem: I imaged transects of a rock surface like this (pur...
Siddra asked 13/3, 2020 at 17:51

2

For example I have Open Sans font installed in Windows, and also embeded from google fonts in my website. If I forgot implement google fonts, then I can anyway see font on my website because I have...
Brace asked 22/5, 2015 at 14:47

6

Solved

I am using the Photoshop's javascript API to find the fonts in a given PSD. Given a font name returned by the API, I want to find the actual physical font file that font name corresponds to on the...
Myology asked 2/8, 2008 at 15:11

3

I thaught they were the same. But these days I found png and targa textures behaves differently in UE4. Today I read something at Adobe, Alpha channels can contain anything, while transparency...
Puncheon asked 29/1, 2017 at 2:14

5

Solved

In a project I'm working on, we're pulling over a bunch of YouTube videos that our media team has published into a database so we can present them as related content. Something we'd like to be ab...
Equiponderate asked 25/2, 2011 at 22:38

4

Solved

Is there a programmatic way to convert two images into an animation sequence (e.g., an animated GIF) like the following example? This image sequence, taken from a http://memrise.com course, does...
Dehydrogenase asked 5/12, 2012 at 23:53

2

I'm trying to understand the formula or the math behind the "offset slider". As found in Image -> Adjustments -> Exposure. I'm working on a project for detecting shadows in an image and I ne...
Nudism asked 16/10, 2018 at 16:17

4

I am trying to implement unsharp masking like it's done in Adobe Photoshop. I gathered a lot of information on the interent but I'm not sure if I'm missing something. Here's the code: void unsharp...
Concertmaster asked 8/11, 2012 at 19:50

3

Solved

I have this psd and trying to convert it to html css. But only thing I can't determine is what font they used in the psd? How can i find out about the font information?
Lusk asked 25/1, 2011 at 7:22

4

Update 3 I updated the code (http://codepen.io/anon/pen/VYRJLp) and now the edges look really like torn paper effect. It uses SVG by the way. The only problem is I don't know how to make the image ...
Nylons asked 30/3, 2015 at 14:40

3

I want to generate one single JPEG image file for PSD formats using any software. I tried ImageMagick but it's converting every layer into different images. I also tried exiftool. It got conver...
Tower asked 5/3, 2015 at 6:43

6

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
Hujsak asked 11/3, 2010 at 15:52

2

Solved

I want to enable/disable layer of .psd file in unity3d using C#. Is it possible to access photoshop file in unity3d? Thanks
Questionless asked 24/12, 2015 at 11:34

9

Solved

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)....

6

Does anyone know how adjustment layers work in Photoshop? I need to generate a result image having a source image and HSL values from Hue/Saturation adjustment layer. Conversion to RGB and then mul...
Nevillenevin asked 10/12, 2010 at 0:17

0

This script takes the last filter that was applied and repeats it on all selected layers and masks. (It is designed to avoid the need to collapse layers into a smart object in order to batch-apply ...

5

Solved

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 doc...
Insurmountable asked 18/3, 2011 at 17:31

2

Solved

I have a bunch of PSD files (and more to come) and I want to get them into a format I can work with. I have had (some) success reading PSDs with Gimp before but these files won't read properly. I...
Congratulate asked 13/11, 2011 at 18:41

3

I'm trying to access current opened document in script, but it's undefined. But i have opened document in Photoshop. Should i initialize it somehow? Here is my code function ProcessDocumentWithout...
Consternation asked 19/3, 2014 at 13:18

© 2022 - 2024 — McMap. All rights reserved.