问题标签 [photoshop]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
css - 如何在 png 图像中找到像素的 alpha 通道透明度值?
我有一个具有 alpha 通道透明度的图像。
我想用 CSS 中的 RGBA 值重新创建相同的背景颜色,但我找不到背景像素的真实颜色及其 alpha 通道值。如果我使用任何类型的颜色选择器,它将为我提供与其背景颜色相关的像素颜色的绝对值。
你知道找出像素的真实 Alpha 通道值的技巧吗?
rest - 使用 Photoshop 脚本上传图像
是否可以使用 Photoshop 的脚本功能将图像从 Photoshop(例如,导出到 jpeg 的打开图像)上传到某个网站 - REST 服务、FTP 等?例如 - 我在 Photoshop 中打开了一个图像,然后执行一些特殊的脚本,将它的导出版本发送到网络上的某个地方。我看到了类似的东西,但它使用自动生成的批处理文件,在 Windows 上执行 ftp 命令。如果可能的话,我想使用更漂亮的东西。或者可能有一些信息可以知道如何为这个任务制作一个简单的插件。谢谢。
photoshop - 如何编写 Photoshop Extension (8BX) 插件?
Adobe Photoshop CS3/4 SDK 有很多过滤器、导入、导出等插件的示例,但我没有找到任何说明如何编写 8BX 插件的示例。
原因是,我需要写一个是添加一个新的下拉菜单到 Photoshop 根工具栏(其中显示文件、编辑、图像...窗口。帮助下拉菜单)。我见过像 OneSoftware 这样的产品在 Adobe Photoshop CS3\Plug-Ins\Extensions 目录中安装了一个 8BX 插件,这会导致 PS 为 OneSoft 添加下拉菜单。这表明这是一个可以解决的问题:-)
我尝试更改 SDK 示例中的现有插件,但没有成功。具体来说,我修改了资源文件:
尽管使用了 Extension Kind,PS 从不加载插件。它也不会产生任何编译时或加载错误。
有没有人对如何去做这件事有任何想法?
javascript - 如何使用 JavaScript 加载 Photoshop 动作?
如何使用 javascript 脚本语言加载 Photoshop 的操作?在这个操作步骤中最奇怪的是:添加噪声分布:高斯百分比:2% 使用单色纹理器纹理类型:画布缩放:100 浮雕:3 没有反转纹理光方向:左上角
php - Programatically extract pattern from image file and / or PSD
I often have to extract a pattern from a PSD to make an image to be used with XHTML and CSS.
I have often just made a guess in Photoshop, and then had to correct my guesses a few time after. It seems cumbersome.
Is there...
- Techniques for extracting a pattern from a Photoshop file with the selector tool?
- A Photoshop plugin perhaps that can do this
- Software that can parse a pattern image, and give me back the bare minimum to make a tiled pattern?
Should I just be requesting a copy of the pattern in addition to each PSD I receieve?
How have other people in my position tackled this problem before?
In matter of interest, how could / would I program something like this (I could use PHP with GD library)? Is it not worth my time? Would I loop through pixels left to right, and then identify image colours, and positions away from each other, and constantly check if new pixels are beginning to match an older pattern?
textbox - Photoshop Action 插入带有框的文本
我有一个 92 页的目录(每页一个图像,每个图像多个产品),每个产品的图像上没有产品代码。
有谁知道允许输入股票代码(<15chars 文本)的 Photoshop 操作,这将创建一个带有文本的填充轮廓框?必须手工完成它们会很糟糕——有成百上千种产品。
wpf - 如何将这些图像切换按钮转换为矢量切换按钮?
我刚刚使用根据 IsChecked 所述设置图像内容的 ControlTemplates 实现了这些 ToggleButtons。这些图像是在 Photoshop 中制作的,但我希望它们作为 WPF 矢量。
当 IsChecked=False 时,按钮如下所示:
当 IsChecked=True 我只是用另一个 PNG 替换图像:
我在 Photoshop 中设计了按钮图像。它们具有以下图像层:
- 半透明形状(边缘按钮有两个圆角的正方形)
- 分割线的半透明线
- 图标
- 文本
- 玻璃反射效果的半透明渐变
我认识到这不是最灵活的设计,我宁愿使用矢量形式的相同按钮,但我不知道该怎么做。
这是其中一个按钮的 xaml(请随意提出有关如何实现按钮的其他替代方案):
asp.net - 为自定义地图编写点击事件的帮助
我有一张美国政治地图的图像。我想为 Visual Studio 中的 50 个状态中的每一个编写单独的单击事件。我该怎么做?