Questions tagged [dam]

Digital Asset Management is a digital asset management tool that is fully integrated with the CQ platform and enables your enterprise to share and distribute digital assets. Users across an organization can manage, store, and access images, videos, documents, audio clips, and rich media such as Flash files for use on the web, in print, and for digital distribution.

106 questions
4
votes
2 answers

CMS that uses s3 for a data store?

I was wondering if anyone had any suggestions about a DAM (Digital Asset Manager) that uses S3 as a data store? I would like the following features: Asset stored in S3 (or some other cloud storage) The ability to 'tag' the assets Use a CDN (such as…
andrewpthorp
  • 4,998
  • 8
  • 35
  • 56
4
votes
3 answers

retrieving different renditions created by DAM Adobe CQ

This might be simple question. How to get different renditions of an image in jsp ? For example image has 48x48 and 140x100 etc renditions. How to access these in the component jsp ? I appreciate the…
Sri
  • 1,205
  • 2
  • 21
  • 52
4
votes
0 answers

XML sidecar in SharePoint for Digital Asset Management

My organization is moving all of it's content to SharePoint 2013 over the next year. My issue is with digital asset management and the OOB WYSIWYG media library you get with the platform: it doesn't embed metadata on photos, video, etc back to the…
RyanDW
  • 61
  • 4
3
votes
1 answer

How to insert custom field in typo3 Dam module at custom location?

I introduced my custom field in Dam modules. it works fine. I want to display my custom field in overview tab(the first tab) when editing the document. Now its appearing in the last tab. How to do this. This is my ext_tables.php lines which adds…
Sivakumar
  • 1,089
  • 1
  • 13
  • 24
3
votes
1 answer

add custom metadata namespace in CQ DAM

I'm trying to add custom metadata namespace to CQ DAM. I. e. URI http://example.com/ with prefix ex added namespace in /crx/explorer/nodetypes/index.jsp in Namespaces tab added line in…
zacheusz
  • 8,750
  • 3
  • 36
  • 60
2
votes
0 answers

try to get dc:title and dc:descrption from asset metadata using HTL and java in adobe aem

In my application, I have a path to get a pdf file from dam content in the page property part of a web page, and we have a download component trying to display the pdf file title and description if the file exists. I'm using this article as a…
2
votes
1 answer

Resourcespace DAM system - setting external storage as AWS S3

I've been spending few days trying to figure out how to set aws s3 as external storage for Resourcespace. and i've been getting more confused with the this app. I'm using the opensource version and trying to customize it to my needs. I've been…
2
votes
1 answer

How to Access Image Rendition in AEM

we have different renditions of image created in dam by Dam Workflow in our project. Now when we want to access an image in page how will we know which rendition to access dynamically depending on the device. Is it something which UI decides or is…
Tushar
  • 151
  • 2
  • 18
2
votes
1 answer

AEM DAM apect ratio crop

DAM editing snapshot I need to add some more fixed aspect ratio cropping shapes to my AEM 6 SP3 DAM editor (e.g. 4:3, 3:4, 9:16). There need to be a configuration option, but a cannot find something to customize this. Maybe someone of you guys have…
Tim
  • 287
  • 1
  • 13
2
votes
2 answers

AEM - How to upload image programmatically

I'm trying to upload an image programmatically in aem. It is a simple jpeg, or png. I tried to create node by hand and I also tried using AssetManager.createAsset. Image was created but workflows has failed. I get stacktraces in AEM logs (of course…
Ma Kro
  • 1,232
  • 4
  • 20
  • 34
2
votes
1 answer

How to avoid adding renditions for pdf uploading into DAM?

When I upload pdf file to cq5 I see following structure in my crx: This structure looks strange for me. I don't understand why do I see png renditions here. How can I use these renditions? My current vision that these renditions couldn't be…
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710
2
votes
5 answers

What are the best practices for large scale flash production?

I am talking about several thousands of flash animations etc. Naturally there is lot of file management. How do people manage these kind of assets like DAM, CMS? Best practices for swfs, images, fonts to keep the size to minimum. Compression…
Srikar Doddi
  • 15,499
  • 15
  • 65
  • 106
1
vote
0 answers

SVG support on magnolia-cms

I am having some trouble with vector images in magnolia. Not everywhere, but images that go through the imaging module, don't give a result. This makes sense to me as resizing / optimizing is what this module does and that wouldn't be applicable to…
Wollie
  • 53
  • 3
1
vote
0 answers

Trying to create empty asset collection using "com.day.cq.dam.core.impl.collection.DamCollectionManager;"

Trying to create empty asset collection using "com.day.cq.dam.core.impl.collection.DamCollectionManager;" but import is failing for this. Added required dependency as well for "cq-dam-core" com.day.cq.dam
1
vote
1 answer

Is it possible to search for a rendition of an image based on the dimensions via QueryBuilder API

What I would like to achieve is the following. Based on the specified dimension and an asset title I would like to find all the asset renditions which correspond to the search criteria. Currently, I am using the QueryBuilder API as I am not working…
1
2 3 4 5 6 7 8