Questions tagged [adobe-bridge]

A commercial media manager published by Adobe Systems. Part of the Adobe Creative Suite, Adobe Bridge is meant to ease organizational tasks within that suite.

Adobe Bridge is an organizational software application created and released by Adobe Systems as a part of the Adobe Creative Suite, beginning with CS2.

Adobe Bridge also stores all the for each photograph. This means that you can browse any image and the information about it can be viewed, such as what camera it was taken on, when it was taken, what settings were used, exposure information and so on. You can use this information to search for an image or to keyword it so that you can find it easily in the future. The information can also be used for organisation, such as storing things by the camera they were taken on, or by file size.

Reference:

15 questions
3
votes
0 answers

Cropping SVG to Remove Surrounding Whitespace

I've got a collection of SVG's that were generated by taking a corresponding collection of PNG's, live-tracing them all in Adobe Bridge, saving them as AI, and converting those AI files to SVG's using Adobe's builtin scripts. The shapes in the SVG's…
follyroof
  • 3,430
  • 2
  • 28
  • 26
2
votes
1 answer

How do I set http headers in Adobe Illustrator ExtendScript when using the BridgeTalk HttpConnection object?

I am trying to make http post requests from within Illustrator ExtendScript (via BridgeTalk) and for the most part it is working. However, the documentation on using HttpConnection is non-existent and I am trying to figure out how to set…
romiem
  • 8,360
  • 7
  • 29
  • 36
1
vote
1 answer

Load files into Photoshop layers as vector smart objects

Bridge is packaged with a script that will load multiple files as their own layer in a Photoshop file. There are two problems when you do this with a vector file: It converts the files to raster layers. And since you don't get to choose the size of…
sarahjadesigns
  • 173
  • 3
  • 13
0
votes
0 answers

Regex substitution for filenames, batch renaming

I am presented by a task of updating a long list of filenames (and this will be useful for other projects too) whereby only a certain portion in an existing filename has to be renamed. I am restricted to using Adobe Bridge which can use RegEx in its…
0
votes
1 answer

How to ensure plugin menu items are correctly greyed out or not (enabled / disabled) ( javascript, Adobe Bridge)

I'm making some Adobe Bridge (CS 5.1) plugins. My problem is that I cannot figure out how to ensure that their respective menu items will be greyed out unless the user has selected valid items for the script. I can reach the desired state by coding…
David Z.
  • 1
  • 3
0
votes
1 answer

IPTC metadata to TIFF from EXCEL readable in Bridge

I have an Excel sheet with fields such as [name][url in folder][keywords] ... I am trying to find the best way to write IPTC metadata keywords to my 60'000 TIFF images in order to be able to search through them (with Adobe Bridge) from this Excel…
pathat0r
  • 75
  • 10
0
votes
2 answers

Suggested php code to read file rating set by Adobe Bridge CS3

Background: I have been attempting to read the rating that is assigned in Adobe Bridge CS3 using the creative commons Metadata toolkit for php without success. I am using shared hosting so I do not have an oppotunity to recompile php with…
DarwinIcesurfer
  • 1,073
  • 4
  • 25
  • 42
0
votes
2 answers

Obtaining photo 'stars' rating using PHP

I am trying to extract the photo 'stars' rating from .jpg files using php code. My intent is to show the highest rated images as part of a slideshow. I found that using the PHP_JPEG_Metadata_Toolkit_1.11 I am able to get the rating of the file if…
DarwinIcesurfer
  • 1,073
  • 4
  • 25
  • 42
0
votes
1 answer

Adobe Bridge/Photoshop - Resize Longest Side and Save For Web, Overwriting Original

Here goes! I have a folder with dozens of sub folders which contain sub folders I would like to resize all images which have any length greater than 800px so the new length becomes 800px but the image maintains the same ratio. For example if an…
pee2pee
  • 3,619
  • 7
  • 52
  • 133
0
votes
1 answer

Autoplay for Adobe Bridge Web Gallery Slideshow

Does anyone know how to set the adobe bridge web gallery slideshow to start playing automatically as soon as loaded? I've made a Bridge web Gallery in Adobe Bridge CS5 and it suits perfectly on my website, all I wanna do is to let it autoplay…
0
votes
2 answers

Why does Javascript not return a value from Adobe Bridge?

I am looking for the current path in image browser in Adobe Bridge CS4. I need the path in a terminal session. Internally, Bridge can be scripted with Javascript. The only interface to this mechanism is to be going through Applescript like this: set…
myhd
  • 332
  • 4
  • 22
-1
votes
1 answer

I like to get IPTC's Title or Description character count

I like to get IPTC's Title or Description character count and get files over 195 character count somehow marked - In Adobe Bridge either sort, or label, or rate them (with a script or a plugin) - In Lightroom somehow - In any other tool with E.g.…
SupWP
  • 17
  • 6
-1
votes
1 answer

edit: script for editing metadata in Adobe Bridge - how should I put "Key Words" (separate words) into code?

I have a simple script for editing metadata in Adobe Bridge with find and replace functionality. It is for Description section only. I need to make it work for Keywords section only instead. I tried to change description into keywords (with and…
-1
votes
2 answers

How to create thumbnails using Adobe bridge with C#

Is there any way to communicate with Adobe bridge using C# console application?. I want to create thumbnails for given Image folder (ex:SamplePictures) using bridge.. I know that Bridge support java script,Is there any way to program with the…
Santhosh Nayak
  • 2,312
  • 3
  • 35
  • 65
-1
votes
2 answers

Using Regex to Split String

So I have a string like this (the hashtags are delimiters) A1###B2###C3###12345.jpg I was wondering how would I access A1, B2 and C3 STRING1###STRING2###STRING3###STRING4.jpg SOME###THING###HERE###MEH.jpg EXTRACT###THIS###PLEASE###pah.jpg In one…
pee2pee
  • 3,619
  • 7
  • 52
  • 133