Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Custom media handler for canon

Avatar

Level 3

Hi ,

 

I want to write a custom media handler for image of type x-raw-canon (CR2).

But when i do so , this handler is not getting called .The standardImageHandler is getting invoked.

I cannot stop this handler because it handles various other formats , such as gif etc.

How can i make my handler get called .

 

Regards

Harish

1 Accepted Solution

Avatar

Correct answer by
Level 10

The documentation listed here talks about how to write a custom media handler:

http://dev.day.com/docs/en/cq/current/dam/dam_media_handlers.html#Creating a new Media Handler

 

Have you tried creating a workflow with you handler and have the workflow fired off for your specific media type? 


HTH
 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

The documentation listed here talks about how to write a custom media handler:

http://dev.day.com/docs/en/cq/current/dam/dam_media_handlers.html#Creating a new Media Handler

 

Have you tried creating a workflow with you handler and have the workflow fired off for your specific media type? 


HTH