photoshop

Extendscript Photoshop: Is there a way to save out jpeg with specific KB file sizes for web?

社会主义新天地 提交于 2019-12-11 19:26:19
问题 I'm trying to utilize the following. what this does is saves out Jpeg accordingly to less then a a certain size set. I was curious if anyone knew a way to specifically direct a filename to get a filesize that is equal to the following or as close as possible. Filename_160x600.png = Filename_160x600.jpg 39kb Filename_300x600.png = Filename_300x600.jpg 59kb Filename_1500x513.png = Filename_1500x513.jpg 150kb saveJPG( { path: activeDocument.path, maxSize: 50 //size in kbs }) function saveJPG(

How to remove 'Program Name' from Images?

故事扮演 提交于 2019-12-11 14:27:50
问题 I've tried the solutions from here: removing 'Program Name' in metadata for images but, nothing worked. Is there a way to remove all the 'Photoshop' information from the image and retain the other metadata in it, created by photoshop (eg: name, contact info, copyright info etc.) EDIT: The 'Program Name' from the properties menu when someone right clicks on an image in windows. 回答1: I tried all these exiftool software that never worked for me. Assuming you are on Windows (or Windows 10), the

program/library to read photoshop gradient .grd file

跟風遠走 提交于 2019-12-11 12:42:59
问题 Does anybody know program or library that can read the photoshop gradient .grd files or the file format because currently I need to export the gradient in Photoshop to another format like svg gradient. 回答1: A document describing the Photoshop Gradients File Format has been mentioned in this PS-Scripts forum: http://www.ps-scripts.com/bb/viewtopic.php?f=2&t=4925 HTH... 回答2: The cptutils package can convert grd to svg (and many other formats). I you just want to convert a couple of files the

J2ME - PNG created in PhotoShop not displaying in emulator

时间秒杀一切 提交于 2019-12-11 12:08:17
问题 My midlet is showing some images fine, but not others. They are all 8-bit PNGs, but the ones that aren't displaying are the ones I have created myself in PhotoShop. So I am thinking maybe my PhotoShop (CS6) settings are wrong... PNG-8, Selective, Diffusion, Colors: 256, Dither: 100%, Matte: None, Web Snap: 0%, Convert to sRGB: ticked, Width: 48, Height: 48, Percent: 100%, Quality: Bicubic. I've experimented with a few of these settings, but to no avail. Any ideas? There is a similar problem

How to create Android layout matches pixel to pixel from PSD?

前提是你 提交于 2019-12-11 11:48:49
问题 If you look at the Question text then it sounds duplicate but I am facing different problem here. I have couple of psd (given by designer). Now I need to convert them into Android layout . So, I followed the following approach: Let's assume the size of App Bar in psd is 94 px x 747px (height x width). Now I convert this px to dp using this tool. Let's assume I am creating layout for Nexus 5 , xxhdpi device. In tool I entered the value of px in the front of xxhdpi which get converted into 33.3

How to create Photoshop Stamp filter analog in any pixel shading language?

夙愿已清 提交于 2019-12-11 09:49:25
问题 How to create Photoshop Stamp filter analog in any pixel shading language? (I need at least filter algorithm...) 回答1: I've look at the Stamp Filter in Photoshop and it looks like a Threshold and a strong Blur added together. I've used the HorizontalGaussianBlur kernel found Pixel Bender Basics Article on Devnet and just added a cheap threshold. Here is how my kernel looks like: <languageVersion : 1.0;> kernel stamp < namespace : "toMaterial"; vendor : "George Profenza"; version : 1;

Photoshop CS5 Batch Action Only Working For The First File

為{幸葍}努か 提交于 2019-12-11 04:34:41
问题 I have a folder with a bunch of PSDs that I want to save as PNGs. I created an action to open a file, save it as a PNG, then close the file. Then when I go to File > Automate > Batch and run the action, it correctly saves the first image as a PNG, but then begins saving the rest of the files as copies of the PSD. Has anyone used an action to save a batch of PSDs to PNGs before? I have checked this post and this one as well as a few other of the top Google search results but I'm not finding an

C# Equivalent to this code

限于喜欢 提交于 2019-12-11 03:35:03
问题 var xPos = new UnitValue( 0.5,'px') ; var yPos = new UnitValue( 0.5,'px'); var pixPos = [ xPos, yPos ]; I have used this Tuple<PsUnits, PsUnits> tuple = new Tuple<PsUnits,PsUnits>(xpos,ypos); but not working for me. Any idea ?? I made a class public class pixpos { float XPOS; float YPOS; public float xpos { get { return this.XPOS; } set { this.XPOS = value; } } public float ypos { get { return this.YPOS; } set { this.YPOS = value; } } } pixpos obj = new pixpos(); obj.xpos = xPos; obj.ypos =

Applescripting - down arrow to highlight and select file within a Photoshop CS5 choose file window

微笑、不失礼 提交于 2019-12-11 02:55:02
问题 Hello and Thank you for any help whatsoever, I am writing a script to write a long list of file formats by accessing Adobe action scripts. My problem is that I cannot seem to access a file with a down arrow within the script once it is in a photoshop "choose file" window. I would have it open a specific file by path but this file name will change constantly. Here is what I have tell application "Adobe Illustrator" do script "eps format save" from "Default Actions" without dialogs end tell

image quality issue in flash

安稳与你 提交于 2019-12-10 23:21:48
问题 Hi I am using Flash CS5 and Photoshop CS3 . The issue I am facing is while exporting from photoshop (optimized for web and devices) as png-24 , most of the images lose their quality inside flash. I have tried to make the publish settings for image quality 100. On lossless compression of the images, the image gets blurry. The total quality of display is highly degraded in flash in comparison to that of photoshop. Kindly guide if anyone else has faced the same problem. 回答1: Some notes on