Re-add image job timeout, split dockerfiles, removed api from docker-compose, more fixes
This commit is contained in:
parent
f0734bba00
commit
2b810c7c86
10 changed files with 90 additions and 128 deletions
|
@ -42,6 +42,7 @@ Napi::Value Speed(const Napi::CallbackInfo &info) {
|
|||
break;
|
||||
}
|
||||
image.animationDelay(new_delay);
|
||||
image.gifDisposeMethod(Magick::BackgroundDispose);
|
||||
}
|
||||
|
||||
if (removeFrames) {
|
||||
|
|
|
@ -39,6 +39,7 @@ Napi::Value Trump(const Napi::CallbackInfo &info) {
|
|||
Magick::DstOverCompositeOp);
|
||||
watermark_new.magick(type);
|
||||
watermark_new.animationDelay(delay == 0 ? image.animationDelay() : delay);
|
||||
watermark_new.gifDisposeMethod(Magick::BackgroundDispose);
|
||||
mid.push_back(watermark_new);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue