#include #include "plugin.h" void perform_copy(_frame f1, _frame f2, _args a) { int step, w, h, y, pixelsize=f1.pixelformat/8; if(!a.s) return; step = atoi(a.s); if(step<=0) step=1; w = f1.width