Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

imagemagick burst ios ?

3 réponses
Avatar
ptilou
slt,

easyimg.convert({src: tmp_path, dst: tmp_extless, quality: 80},
function(err,stdout){
if(stdout){ console.log('stdout', stdout);
//here you can run a script to delete tmp_path
}
}
);

im.resize({
format: 'jpg',
srcPath: imagePath,
dstPath: thumbPath,
width: 220,
}, function(err, stdout, stderr){
fs.writeFileSync('[filename].jpg', stdout,'binary'); //write the file here
}
});

tmp_path = 'path/to/image.svg';



qui dit mieux ?

fedora 34


merci

--
ptilou

3 réponses

Avatar
Thierry P
Le 25/10/2022 ptilou écrivait :
qui dit mieux ?
fedora 34

fedora 35
Avatar
ptilou
Le mercredi 26 octobre 2022 Í  11:47:06 UTC+2, Thierry P a écrit :
Le 25/10/2022 ptilou écrivait :
qui dit mieux ?
fedora 34
fedora 35

pinsout du code :
easyimg.convert({src: tmp_path, dst: tmp_extless, quality: 80},
function(err,stdout){
if(stdout){ console.log('stdout', stdout);
//here you can run a script to delete tmp_path
}
}
);
im.resize({
format: 'jpg',
srcPath: imagePath,
dstPath: thumbPath,
width: 220,
}, function(err, stdout, stderr){
fs.writeFileSync('[filename].jpg', stdout,'binary'); //write the file here
}
});
tmp_path = 'path/to/image.svg';
--
ptilou
Avatar
ptilou
Le mercredi 26 octobre 2022 Í  11:47:06 UTC+2, Thierry P a écrit :
Le 25/10/2022 ptilou écrivait :
qui dit mieux ?
fedora 34
fedora 35

ya pas de mise a jour de la ligne de commande, ni de la librairie
du coup pinesout de quoi ?