PowerShell-OpenAuthenticode
Cross platform PowerShell implementation of Authenticode signing and verification (by jborean93)
ImageMagick
ImageMagick is a free, open-source software suite for creating, editing, converting, and displaying images. It supports 200+ formats and offers powerful command-line tools and APIs for automation, scripting, and integration across platforms. (by ImageMagick)
PowerShell-OpenAuthenticode | ImageMagick | |
---|---|---|
1 | 176 | |
34 | 14,348 | |
- | 1.9% | |
5.1 | 9.7 | |
1 day ago | 2 days ago | |
PowerShell | C | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PowerShell-OpenAuthenticode
Posts with mentions or reviews of PowerShell-OpenAuthenticode.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-10-28.
-
The Windows installer of ImageMagick will no longer be signed
I’ve found the easiest option available here is through using Azure KeyVault to store the keys. I use a custom module to sign my PowerShell scripts and dlls [1] for this because I can integrate it with OIDC to sign the code using the keys stored in the Azure HSM. While the builtin pwsh Set-Authenticode cmdlet can’t do this currently there are other options that rely on Window’s authenticode APIs like AzureSignTool [2] that I highly recommend.
While I’m unsure if Azure is suitable for actual companies I think the risk is ok for what I need it for and the API quality as well as OIDC support make it quite nice to use with GHA.
[1] https://github.com/jborean93/PowerShell-OpenAuthenticode
ImageMagick
Posts with mentions or reviews of ImageMagick.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-08-14.
-
ImageMagick VS ImageSorcery 🪄 - a user suggested alternative
2 projects | 14 Aug 2025
-
How to Convert JFIF to PDF Using Different Programming Languages
📝 Use ImageMagick or GD to convert .jfif to .jpg before inserting.
-
If OpenSSL Were a GUI
Reminds me of a similar wish for argv introspection I had at some point (e.g. https://github.com/ImageMagick/ImageMagick/issues/7688) that went nowhere. I hardcoded curl this way.
-
More storage for media : organize files using ChatGPT : part4, processing on Gentoo
emerge media-libs/libheif media-libs/libpng gnome-base/librsvg git clone https://github.com/ImageMagick/ImageMagick.git cd ImageMagick ./configure --with-heic=yes make make install ldconfig magick -list format | grep HEIC
- More storage for media : organize files using ChatGPT : part 2, converting JPEG to HEIC
- Installing ImageMagick from Source with HEIC Support
- 使用 ImageMagick 命令行工具处理图像指南
-
Open source at Fastly is getting opener
To tie all this together, we made an org profile for our GitHub organization page. There are some great examples of these, like Microsoft and PayPal. For Fastly's, we wanted something friendly and human so we used Imagemagick to create a montage of all the avatars of the Fastly team members who have contributed to the open source projects in our org:
-
Video Generation with Python
Python has become a popular programming language for different applications, including data science, artificial intelligence, and web development. But, did you know creating and rendering fully customized videos with Python is also possible? At Stack Builders, we have successfully used Python libraries such as MoviePy, SciPy, and ImageMagick to generate videos with animations, text, and images. In this article, we will look closer at how Python can be used for video generation and explore some of the powerful libraries and tools that make it possible.
- Batch Resize
What are some alternatives?
When comparing PowerShell-OpenAuthenticode and ImageMagick you can also consider the following projects:
AzureSignTool - SignTool Library and Azure Key Vault Support
FFmpeg - Mirror of https://git.ffmpeg.org/ffmpeg.git
KeenWrite
pillow - Python Imaging Library (Fork)
pyvips - python binding for libvips using cffi
stb - stb single-file public domain libraries for C/C++