Expand my Community achievements bar.

marcinn
marcinn
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi I'd like to add 3rd part library to the AEM bundle. I'd like to use jmagick (it's ImageMagick java wrapper) to process images inside the workflow step. I've added Maven dependencies to the pom file.  Inside the class, I've imported jmagick as  import magick; But unfortunately, after deploy to the...

    Type

    Questions

    Views

    656

    Likes

    0

    Replies

    1
  • Hi thx for your comment. I did some tests, and you're right additional metadata filed (which I've added) works but unfortunately, I need those values in dam namespace. (especially dam:scene7Domain, dam:scene7Type, dam:sceneFile). Any chance to get them from API or from any other way but in JS file?

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    1
  • Hi many thanks for your answer, unfortunately, it doesn't look like in my case. I've added many fields to metadata, but I'm getting only few.   but my asset in CRX looks like this I've also Dynamic Media configured there, and frankly speaking, I need few scene7 fields. 

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    0
  • Hi Can the user somehow configure, which metadata fields will be returned via asset API?I need some additional fields, but unfortunately, I can't see them in returned JSON. Thank you in advance for any tips. 

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    7
  • OK, finally resolved I've used this library org.apache.commons.imaging  and then it was easyAsset asset = resource == null ? null : resource.adaptTo(Asset.class);Iterator<? extends Rendition> rendition = asset.listRenditions();if (rendition.hasNext()) { Rendition ren = rendition.next(); try { ...

    Type

    Questions

    Views

    959

    Like

    1

    Replies

    1
  • Hi I've added ImageMagick wrapper (JMagick) to one of my workflow classes.  import magick.ImageInfo;import magick.MagickException;Unfortunately, when it is deployed to local AEM instance, I've got the error in http://localhost:4502/system/console/bundles like :Imported Packages :magick -- Cannot be ...

    Type

    Questions

    Views

    526

    Likes

    0

    Replies

    0
  • Hi I'd like to set my variable in the Command line workflow step. Value for that variable will be the result of ImageMagick command like that: identify -format %[colorspace] some.jpg I'll be grateful for any help or suggestions. Any example will be also very useful. 

    Type

    Questions

    Views

    606

    Likes

    0

    Replies

    0
  • Hi I'm trying to get ICC PRofile information from the asset, but with no luck. Is there any way to grab those fields during asset processing inside a workflow step?  I have a code like that to get an asset object (it's just to describe my problem) implemented inside a class that inherits from Workfl...

    Type

    Questions

    Views

    992

    Like

    1

    Replies

    2
Top badges earned by marcinn
Customize the badges you want to showcase on your profile