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

IPTC reading and writing

New Here ,
Nov 05, 2012 Nov 05, 2012

Does coldFusion really provide no way to write out IPTC data to image files? (that seems really short sighted)

I've got an application that read IPTC tags fine using the built in CFIMAGE functions for reading the meta data.

After an update on the designers Mac, Bridge no longer is writing the data to the images.

(thanks adobe. thats real helpful)

I'm able to use a NON adobe product to write the IPTC tags just fine, which coldFusion can read just fine.

Is there a way to write/edit IPTC tags via coldFusion without having to purchase an aftermarket "image tag"?

It seems like even a retarded monkey would have written functions to READ and WRITE iptc tags.

Adobe .. please stop failing on basic functionality like this.

3.6K
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
Advocate ,
Nov 05, 2012 Nov 05, 2012

Wow, what a douchey post.

>> Does coldFusion really provide no way to write out IPTC data to image files? (that seems really short sighted)

Does it?  Does PHP (ok, maybe PHP does do that. But I stand by the rest of what I said.) build in this functionality?  Python?  Ruby?  Java? Geez, the world is filled with short-sighted idiots, isn't it?

Most developers, when a platform doesn;t have what they are looking for will seek solutions in available libraries and open source projects. Some developers will write the functionality themselve. And, I guess, some will throw a bitch fit and call other developers anmes and act like a petulant child.

I bet there is a simple Java lib out there that will do exactly what you want. And in the meantime a politely worded request to Adobe to add the functionality is future versions would probably go a lot further than this little display of dumbassitude.

>> It seems like even a retarded monkey would have written functions to READ and WRITE iptc tags.

You're right. The outcry for this functioanlity has been tremendous. The message boards have been FLOODED with requests for this for almost 10 minutes. Additionally, I cannot believe that ColdFusion has no funcitonality for folding my laundry either.

>> Adobe .. please stop failing on basic functionality like this.

nizlet... please stop failing at being a decent human being with any common courtesy.

Jason

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
New Here ,
Nov 05, 2012 Nov 05, 2012

It would be sweet if CF folded my laundry agreed.

Okay .. so I'm a douchey petulant child. My fail is evident.

You're clearly better than me, so perhaps you can point to a library or post on how to write IPTC tags via coldFusion?

It just seemed odd that Adobe would include a function for reading data, without also providing a function for writing data.

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
Advocate ,
Nov 05, 2012 Nov 05, 2012

>> You're clearly better than me, so perhaps you can point to a library or post on how to write IPTC tags via coldFusion?

Project:

http://commons.apache.org/imaging/download_sanselan.cgi

API docs for needed Class

http://commons.apache.org/imaging/api-release/org/apache/sanselan/formats/jpeg/iptc/JpegIptcRewriter...

You want me to write the code for you too?

jason

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
New Here ,
Nov 05, 2012 Nov 05, 2012

the first time this was requested on the forum was 3 years ago.

http://forums.adobe.com/message/1945589#1945589

not exactly 10 minutes ago .. maybe we're in different time zones.

thanks for the links.

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
Advocate ,
Nov 05, 2012 Nov 05, 2012

I didn't say yours was the first. I said that yours began the flood of them. It was sarcasm.

So two requests in 3 years. Wow!  What was Adobe thinking?

Jason

P.S. The above is your cue to go waste more time trying to find additional requests to prove that my statement about 2 requests in 3 years is false. Because clearly nitpicking at irrelevant facts will win you this argument and your integrity.

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
New Here ,
Nov 05, 2012 Nov 05, 2012
LATEST

relax killer.

I just wanted a solution to something that seemed like it should be straight forward.

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 ,
Nov 05, 2012 Nov 05, 2012

Jason, whilst I agree with the general gist of your response, it does seem a bit odd to me that CF provides a function to read the data (imageGetIPTCMetadata()), but not to write it. That seems a bit limp.

However let's not dwell on that sort of thing... nizlet, if you get a grip, why don't you raise a ticket to get the situation sorted out: https://bugbase.adobe.com/

--

Adam

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
Advocate ,
Nov 05, 2012 Nov 05, 2012

It looks like, until recently, that there were no libraries for writing the data using Java.

http://stackoverflow.com/questions/3851665/java-library-for-reading-and-writing-iptc-metadata-to-jpe...

I suspect Adobe simply used what was available to add what functionality they could but did not deem it worth the time to write, from scratch, what was not available at the time.

Jason

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
New Here ,
Nov 05, 2012 Nov 05, 2012

i do appreciate you including links for working towards a solution.

I did search for a while for "IPTC coldfusion" but found only partially completed libs, or 3rd party applications costing lots of $$$.

I've just grown accustomed to CF having all sorts of killer built in functionality, since its not free like PHP, or one of the many other open source solutions.

again, thanks for the links

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
Resources