Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Histogram in Bridge

Participant ,
Sep 10, 2018 Sep 10, 2018

Hello all,

I'm still looking for a script that performs the histogram display in the bridge.

If someone has done please let me know with.

Thank in advance!

TOPICS
Scripting
7.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 11, 2018 Sep 11, 2018

This cannot be done with scripting. You would need to have some sort of image parsing plug-in or (MAYBE) call a helper app that does generate a histogram, create an image on the fly, and display that in a tabbed palette.

I'd look at ImageMagick and ImageJ to see if either of those might handle what you need.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 12, 2018 Sep 12, 2018

Thank for your information!

I'm paying for bridge. I hope there is a script support.

I've seen people create it before in Bridge CS5.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 13, 2018 Sep 13, 2018

If you saw that give a link, then maybe someone will adjust it to newer version...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Sep 13, 2018 Sep 13, 2018
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 13, 2018 Sep 13, 2018

If that works you got your answer, if not maybe Lumigraphics can make it works also in latest version.

Unfortunatelly I can't tweak it myself as I'm focused on other project Merlin seems to be Super

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 13, 2018 Sep 13, 2018

I'm not skilled enough to do this.

I know so many people want the same.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 13, 2018 Sep 13, 2018
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 13, 2018 Sep 13, 2018

That was my previous post and I still have not done it yet

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 14, 2018 Sep 14, 2018

Yes no problem, just as ACP my task is to collect duplicates for moderator information

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Sep 14, 2018 Sep 14, 2018

Oh. If there is any trouble please tell me.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 14, 2018 Sep 14, 2018

No worries, just normal procedure to keep forum clean

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 17, 2018 Sep 17, 2018

Just as I expected, that script calls Photoshop to generate a histogram and displays that in a tabbed palette.

There is a known crasher in the code but it has other problems as well, from a quick run and look at it. Not something I see as viable to take over and maintain.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 17, 2018 Sep 17, 2018
LATEST

You can read graphics pixels of document by Bridge scripting method only to make a loop over and create histogram from.

Perhaps it would be possible to build histogram after using this script: Re: Performance Issues - Read Color Informations

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines