I want to develop a module that will trigger an upload of an audio file and eventually converts this file to smaller file (conversion is not a problem anymore). And upload both this audio file in the gallery..
How does the gallery2 process the thumbnail for its items? What specific module conduct this operation? In this way, I can hook the process of audio conversion for my module.. Please help.
mindless
Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2006-04-05 21:40
modules register toolkit operations. G2 then calls out to a toolkit to perform the operations when building a thumbnail.
toolkit modules: imagemagick, netpbm, gd for standard image operations
dcraw for converting some "raw" image types
ffmpeg for movie operations
Posts: 27
How does the gallery2 process the thumbnail for its items? What specific module conduct this operation? In this way, I can hook the process of audio conversion for my module.. Please help.
Posts: 8601
modules register toolkit operations. G2 then calls out to a toolkit to perform the operations when building a thumbnail.
toolkit modules: imagemagick, netpbm, gd for standard image operations
dcraw for converting some "raw" image types
ffmpeg for movie operations