Download cooltweak
Author: h | 2025-04-24
Download; News; About; FAQ; Devs new. CoolTweak for developers; Build my own actions; CoolTweak ImageMagick; CoolTweak FFmpeg; My COOLTWEAK; English. CoolTweak Cooltweak, free download. Cooltweak 3.3: Cooltweak Review: Enhance Your Image Editing Experience Cooltweak by Gueven is a versatile software application Nasze produkty
CoolTweak - CoolTweak 3.1 is now available for download.
Les contributeurs du projets Progression de la traduction English français español português italiano Nederlands Deutsch русский La vie du projet 18 May 2017 Sortie de CoolTweak v3.3 This version (v 3.3.0) is stable and becomes the new official version. Fichier PAD: Url de l'installeur: CoolTweak 21 March 2017 Sortie de CoolTweak v3.2 This version (v 3.2.0) is stable and introduces the custom commands feature. CoolTweak 14 December 2016 Sortie de CoolTweak v3.1 This version (v 3.1.0) is stable. CoolTweak 23 November 2016 Sortie de CoolTweak v3.0.1 (beta) This is a second beta version (3.0.1) that fixes problems of the previous one a month ago and brings RAW file support. CoolTweak 18 October 2016 Sortie de CoolTweak v3.0 (beta) This new beta version (3.0.0) comes after a long (like 2 years) and silent development period and is shipped with a completely redesigned live editor and major improvements. CoolTweak 25 July 2014 Sortie de CoolTweak v2.1.1 This version (v 2.1.1) is stable and becomes the new official version. This release adds many layout/design improvements and bug fixes. CoolTweak 15 October 2013 Sortie de CoolTweak v2.0 (beta) This is a beta version (v 2.0.0). This release brings a fully redesigned menu editor and adds a cool social publishing wizard. CoolTweak 1 September 2012 Sortie de CoolTweak v1.1.2 (beta) This is a beta version (v 1.1.2). This release add many watermarking feature options and the notification windows after processing is done. CoolTweak 29 March 2012 Sortie de CoolTweak v1.0.1 (beta) This is a beta version (v 1.0.1). This is the first release of the app with already resize, watermark and sharing features. CoolTweak Download; News; About; FAQ; Devs new. CoolTweak for developers; Build my own actions; CoolTweak ImageMagick; CoolTweak FFmpeg; My COOLTWEAK; English. CoolTweak Running ImageMagick from CoolTweak About this article This technical tutorial is meant for developers who want to extend CoolTweak possibilities by using the ImageMagick library. We are about to learn how to run 2 custom commands in sequence to blur the picture and then add a frame around it. If you're not already comfortable with custom commands, it's recommanded to read the introduction first. About ImageMagick ImageMagick is a popular and powerful image processing library that can be called from a command line with arguments. This way of working is perfect to embed it inside CoolTweak because we just need to reference the executable file and to provide it some parameters. ImageMagick binary distribution is available for download from its official website, there is no install process, just unzip the folder wherever you like on your machine. In the following examples, we chose to drop the folder at C:\ImageMagick, the main executable will thus be C:\ImageMagick\magick.exe. Creating an ImageMagick command 2 Now, you have to tell CoolTweak what it has to do, here we have to call ImageMagick executable and to provide it some parameters. In the case of gaussian blur, original ImageMagick syntax is like: magick.exe myfile.jpg -blur 2x2 newfile.jpg Here are the associated custom command settings: Command type: Executable file Script path: C:\ImageMagick\magick.exe Calling parameters: {FilePath} -blur 2x2 {FilePath} Check option: Wait for the command to end before continuing Select option: After the command ends, Reload the file from its current location 3 Well, that’s settled, ImageMagick will be called on each file, will apply a blur and then will replace the current temporary file by its blurry version. We also told CoolTweak to reload the processed file so it takes into account the blurred version of the picture for the next steps of the processing. 4 To check that everything is properly configured, it's a good habit to immediately test if the command meets your expectations by using the "test these settings" button in the top right corner. Enter a file path and hit "Test" button to run your command on it. After the processing ends, a log file automatically displays and presents all details about the command execution (as well as its potential errors). The processed file is also shown in Windows explorer so you can check its contents. Calling parameters The only part that may be unclear is the use of the variable {FilePath} whichComments
Les contributeurs du projets Progression de la traduction English français español português italiano Nederlands Deutsch русский La vie du projet 18 May 2017 Sortie de CoolTweak v3.3 This version (v 3.3.0) is stable and becomes the new official version. Fichier PAD: Url de l'installeur: CoolTweak 21 March 2017 Sortie de CoolTweak v3.2 This version (v 3.2.0) is stable and introduces the custom commands feature. CoolTweak 14 December 2016 Sortie de CoolTweak v3.1 This version (v 3.1.0) is stable. CoolTweak 23 November 2016 Sortie de CoolTweak v3.0.1 (beta) This is a second beta version (3.0.1) that fixes problems of the previous one a month ago and brings RAW file support. CoolTweak 18 October 2016 Sortie de CoolTweak v3.0 (beta) This new beta version (3.0.0) comes after a long (like 2 years) and silent development period and is shipped with a completely redesigned live editor and major improvements. CoolTweak 25 July 2014 Sortie de CoolTweak v2.1.1 This version (v 2.1.1) is stable and becomes the new official version. This release adds many layout/design improvements and bug fixes. CoolTweak 15 October 2013 Sortie de CoolTweak v2.0 (beta) This is a beta version (v 2.0.0). This release brings a fully redesigned menu editor and adds a cool social publishing wizard. CoolTweak 1 September 2012 Sortie de CoolTweak v1.1.2 (beta) This is a beta version (v 1.1.2). This release add many watermarking feature options and the notification windows after processing is done. CoolTweak 29 March 2012 Sortie de CoolTweak v1.0.1 (beta) This is a beta version (v 1.0.1). This is the first release of the app with already resize, watermark and sharing features. CoolTweak
2025-03-28Running ImageMagick from CoolTweak About this article This technical tutorial is meant for developers who want to extend CoolTweak possibilities by using the ImageMagick library. We are about to learn how to run 2 custom commands in sequence to blur the picture and then add a frame around it. If you're not already comfortable with custom commands, it's recommanded to read the introduction first. About ImageMagick ImageMagick is a popular and powerful image processing library that can be called from a command line with arguments. This way of working is perfect to embed it inside CoolTweak because we just need to reference the executable file and to provide it some parameters. ImageMagick binary distribution is available for download from its official website, there is no install process, just unzip the folder wherever you like on your machine. In the following examples, we chose to drop the folder at C:\ImageMagick, the main executable will thus be C:\ImageMagick\magick.exe. Creating an ImageMagick command 2 Now, you have to tell CoolTweak what it has to do, here we have to call ImageMagick executable and to provide it some parameters. In the case of gaussian blur, original ImageMagick syntax is like: magick.exe myfile.jpg -blur 2x2 newfile.jpg Here are the associated custom command settings: Command type: Executable file Script path: C:\ImageMagick\magick.exe Calling parameters: {FilePath} -blur 2x2 {FilePath} Check option: Wait for the command to end before continuing Select option: After the command ends, Reload the file from its current location 3 Well, that’s settled, ImageMagick will be called on each file, will apply a blur and then will replace the current temporary file by its blurry version. We also told CoolTweak to reload the processed file so it takes into account the blurred version of the picture for the next steps of the processing. 4 To check that everything is properly configured, it's a good habit to immediately test if the command meets your expectations by using the "test these settings" button in the top right corner. Enter a file path and hit "Test" button to run your command on it. After the processing ends, a log file automatically displays and presents all details about the command execution (as well as its potential errors). The processed file is also shown in Windows explorer so you can check its contents. Calling parameters The only part that may be unclear is the use of the variable {FilePath} which
2025-04-23Verrez appaitre la liste des fichiers traités avec leur statut principal ainsi que quelques autres informations utiles comme leur emplacement et les durées de chaque étape de leur traitement.Dans les (rares) cas où une erreur se serait produite, c'est typiquement l'endroit où vous pourrez trouver ce qui a causé le problème et avoir plus de détails sur ce qui s'est terriblement mal passé.Et comme toujours, CoolTweak sait aussi rester discret si vous lui demandez de ne pas afficher cette fenêtre de progression depuis vos préférences (dans l'éditeur de menu). Oui, vous avez raison, c'est carrément cool tout ça.CoolTweak 2.1 n’est pas encore disponible mais j’aime partager avec vous ses évolutions en temps réel. Dîtes moi si les choses bougent dans le bonne direction, n’hésitez pas à me contacter pour toutes les suggestions et remarques à propos de ces nouvelles foncitonnalités, j’aime entendre votre voix :)[Yann Kerangueven] New CoolTweak 2.1 preview, discovering the enhanced notification system.Notification windows are the tiny popups that appear in the bottom right corner of your screen.They are shown when CoolTweak achieves its processing or also when a new version of the application is available for install.In current CoolTweak 2.0 release, these windows heights are pretty large and they overlap each others if several processes end at the same time.We can’t let that happens ! Their design has been upgraded so they take much less (unused) space and they now know to organize better (they gently pile up).By the way, a notification window is now displayed when a news is released, it is handy to know CoolTweak latest changes or evolutions.And as you can find cool in CoolTweak’s name, you can freely deactivate these notifications (about processing end and news feed) in your preferences if you ever judge them too intrusive.CoolTweak 2.1 is not yet available but I enjoy to share its enhancements in real time with you. Tell me if things are moving in the right direction, don’t hesitate to contact me for any suggestions about these new features, I’d really like to hear your voice :)[Yann Kerangueven]Nouvel aperçu de CoolTweak 2.1 avec son système de notification amélioré.Les notifications sont les petites fenêtres d’informations qui apparaissent en bas à droite de votre écran. Elle sont affichées quand CoolTweak fini ses traitements ou encore lorsqu'une nouvelle mise à jour de l’application est disponible.Dans la version actuelle de CoolTweak 2.0, les fenêtres sont assez hautes et se recouvrent mutuellement si jamais plusieurs traitements finissent simultanément. On ne pouvait pas laisser faire ça :) Leur design a donc été revu pour qu’elles occupent moins d’espace en hauteur et qu’elles s’organisent mieux entre elles (elles savent désormais s’empiler joliement).D’ailleurs, une notification fait maintenant son apparaition lorsque qu’une nouvelle actualité arrive, c’est bien pratique pour connaitre les dernières news.Et comme dans CoolTweak il y a cool, vous pouvez librement désactiver l’apparition de ces notifications (sur la fin des traitement et les actualités) dans vos préférences si jamais vous les trouvez trop intrusives.CoolTweak 2.1 n’est pas encore disponible mais j’aime partager avec
2025-04-17