You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Observations of juxta suggests that as much as 1/3 of all processing power used is by the kernel. This is probably due to the large amount of calls to convert and montage. If these calls could be bundled, the system-overhead of calling outside of bash as well as any startup-overhead for the image manipulation programs themselves could be minimized.
Observations of
juxta
suggests that as much as 1/3 of all processing power used is by the kernel. This is probably due to the large amount of calls toconvert
andmontage
. If these calls could be bundled, the system-overhead of calling outside ofbash
as well as any startup-overhead for the image manipulation programs themselves could be minimized.ImageMagic seems to support something like that, but it needs to be investigated further: http://www.imagemagick.org/Usage/basics/#parenthesis
The text was updated successfully, but these errors were encountered: