imtoken钱包下载美国|bimp
BIMP. Batch Image Manipulation Plugin for GIMP. | Alessandro Francesconi
BIMP. Batch Image Manipulation Plugin for GIMP. | Alessandro Francesconi
BIMP.
Apply GIMP manipulations to groups of images.
Go back to the homepage
Addicted to GIMP?
With BIMP you can apply a set of manipulations to an entire group of images! It provides an easy to use interface and a lot of batch functions:
Resize
Crop
Flip and rotate
Blurring and sharpening
Color (and curve) correction
Watermark
Rename
Change compression and format
... and whatever you want! (almost)
Installer for Windows
Installer for MacOS
Download sources
v2.6 - Read the changelog
Warning! Starting from v2.0, BIMP is no more compatible with GIMP 2.8 and older.If you need it, you can still use version 1.18
Brief documentation
Follow the general instructions to install a plugin on GIMP. You will find "Batch Image Manipulation..." inside the "File" menu.
Translate BIMP into your language
BIMP can be easily translated using the "gettext" method. Those who are already familiar with this system can find some template files (with .po extension) into the ./bin/win32/bimp-locale folder. If you want to translate BIMP but do not know how, just send me an email.
Let's make it speak Powhatan!
Consider donating
This project costs me a lot of "No, not tonight" answers to the questions "Hey, Ale! Wanna go out with us for some beer?". So, if you are a real gentleman, why don't you pay me back those missed drinks? ;)
Comments?STOP! If you're going to post a problem, please open a bug report on Github, not here!
Please enable JavaScript to view the comments powered by Disqus.
GitHub - alessandrofrancesconi/gimp-plugin-bimp: BIMP. Batch Image Manipulation Plugin for GIMP.
GitHub - alessandrofrancesconi/gimp-plugin-bimp: BIMP. Batch Image Manipulation Plugin for GIMP.
Skip to content
Toggle navigation
Sign in
Product
Actions
Automate any workflow
Packages
Host and manage packages
Security
Find and fix vulnerabilities
Codespaces
Instant dev environments
Copilot
Write better code with AI
Code review
Manage code changes
Issues
Plan and track work
Discussions
Collaborate outside of code
Explore
All features
Documentation
GitHub Skills
Blog
Solutions
For
Enterprise
Teams
Startups
Education
By Solution
CI/CD & Automation
DevOps
DevSecOps
Resources
Learning Pathways
White papers, Ebooks, Webinars
Customer Stories
Partners
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search
Clear
Search syntax tips
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
Sign up
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
alessandrofrancesconi
/
gimp-plugin-bimp
Public
Notifications
Fork
87
Star
819
BIMP. Batch Image Manipulation Plugin for GIMP.
www.alessandrofrancesconi.it/projects/bimp
License
View license
819
stars
87
forks
Branches
Tags
Activity
Star
Notifications
Code
Issues
158
Pull requests
3
Discussions
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
alessandrofrancesconi/gimp-plugin-bimp
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
masterBranchesTagsGo to fileCodeFolders and filesNameNameLast commit messageLast commit dateLatest commit History215 Commitsbimp-localebimp-locale bin/win32bin/win32 nsisnsis srcsrc .gitignore.gitignore CHANGELOG.mdCHANGELOG.md LICENSELICENSE MakefileMakefile README.mdREADME.md View all filesRepository files navigationREADMELicenseBIMP. Batch Image Manipulation Plugin for GIMP.
With BIMP you can apply a set of GIMP manipulations on groups of images.
Documentation @ http://www.alessandrofrancesconi.it/projects/bimp
Installing on Windows
BIMP can be easily installed on your Windows 32/64bit machine with the
official installer: https://github.com/alessandrofrancesconi/gimp-plugin-bimp/releases/latest/
then download gimp-plugin-bimp_win32.exe
Note for GIMP Portable users: If you experience strange things like missing buttons or totally white windows,
first ensure you have installed the latest version of the GTK+ runtime (download it from here).
Compiling and installing on Linux
You must have gimptool installed in order to have the full set of libraries
and dependences needed to compile BIMP (names can differ depending on the distro).
For Debian-based (Ubuntu, Linux Mint, ...)
sudo apt-get install libgimp2.0-dev libgegl-dev
For Fedora:
sudo dnf install gimp-devel-tools
Extract the archive containing the BIMP's sources and get into the extracted folder with cd. Then:
make && make install
Or:
make && sudo make install-admin
to make and install for every user in the system (needs root privileges).
For Mac OSX users
Starting from BIMP 2.5, the MacOS version is available in the Release page: https://github.com/alessandrofrancesconi/gimp-plugin-bimp/releases. Please note: it may not work in every GIMP/MacOS version. See the release page for details.
For those interested in remaining on the cutting edge, the instructions to compile are as follows:
Install MacPorts
Install prerequisites: sudo port install coreutils
Add /opt/local/libexec/gnubin to your PATH to make them the GNU tools the default: PATH=/opt/local/libexec/gnubin:$PATH (You can also add this to your login profile if you want the change to be permanent).
Install GIMP with MacPorts: sudo port install gimp +quartz (You can leave off the +quartz if you prefer GIMP to run in the X11 environment instead of natively.)
Follow the build and install instructions for Linux.
Look at the output for the install command. If your plug-in directory contains a space in its name (as would happen if it is in the Application Support folder), then there will be a copy command which failed listed. You will need to perform that copy command manually with the destination directory properly wrapped in quotes. I.e. if you see
cp ./bin/bimp /Users/NAME/Library/Application Support/GIMP/2.8/plug-ins
cp: target 'Support/GIMP/2.8/plug-ins' is not a directory
then you need to do cp ./bin/bimp "/Users/NAME/Library/Application Support/GIMP/2.8/plug-ins".
Note: Even though you have to install GIMP from MacPorts in order to build the binaries for BIMP, they should work just fine with the self-contained GIMP build from gimp.org. In fact, you could probably uninstall the MacPorts version once the binaries are built, but you'll need to reinstall it each time you want to update BIMP.
Support this project
Visit http://github.com/alessandrofrancesconi/gimp-plugin-bimp/issues
and post alerts for bugs or enhancements. Make it better!
About
BIMP. Batch Image Manipulation Plugin for GIMP.
www.alessandrofrancesconi.it/projects/bimp
Topics
plugin
c
gimp
image-manipulation
batch-processing
Resources
Readme
License
View license
Activity
Stars
819
stars
Watchers
40
watching
Forks
87
forks
Report repository
Releases
14
BIMP 2.6
Latest
Aug 3, 2021
+ 13 releases
Packages
0
No packages published
Contributors
18
+ 4 contributors
Languages
C
99.1%
Other
0.9%
Footer
© 2024 GitHub, Inc.
Footer navigation
Terms
Privacy
Security
Status
Docs
Contact
Manage cookies
Do not share my personal information
You can’t perform that action at this time.
GIMP - Downloads
GIMP - Downloads
GIMP
Download
News
About
Docs
Participate
Tutorials
Donate
GIMP
News
Docs
Tutorials
More
Downloads
Translations:
en
Current Stable Version
The current stable release of GIMP is 2.10.36 (2023-11-05).
Show downloads for
GNU/Linux |
macOS |
Microsoft Windows |
All
(we think your OS is
…
Well, we don't actually know.
Either JavaScript is disabled, or I am not working quite right…
So I am showing you all the options
)
GIMP for Unix-like systems
Install GIMP flatpak
Warnings and information
Flatpak build available in: x86-64 and AArch64
(note: i386 and ARM-32 versions used to be published, yet
are now stuck at GIMP 2.10.14 and 2.10.22 respectively).
If available, the official package from your Unix-like
distribution is the recommended method of installing GIMP!
The flatpak build is new and has known limitations, though it
will likely provide faster updates, following GIMP releases
closely.
Therefore choose your installation medium according to your
needs.
Flatpak additional instructions
The flatpak link above should open your software installer
and prompt you to install GIMP. Yet it may not work
out-of-the-box on some platforms since the flatpak technology is
new. If that is the case, ensure flatpak is
installed and if clicking the link still does not prompt to
install GIMP, then manually install by command line:
flatpak install https://flathub.org/repo/appstream/org.gimp.GIMP.flatpakref
Once installed, it will be made available exactly the same way
as other applications (menus, desktop overview, or any specific
application launch process used by your desktop).
If this is not the case, we suggest to report a bug to your
desktop or distribution asking for proper support of flatpak. In
the meantime, you can still run it by command line (not as the
recommended method, only a workaround):
flatpak run org.gimp.GIMP//stable
This installation will also provide regular update. You don't
have to come back on this page and install again (it will not
work!) when a new version of GIMP is released. Instead if your
distribution and/or desktop has a good support for flatpak, it
should propose to perform updates.
Once again, if your distribution does not have proper support,
you can always fall back to using the following command line:
flatpak update
Systems without flatpak support
GIMP can also run on Solaris and is available for the BSD family of systems such as FreeBSD and OpenBSD.
Please refer to the documentation for your Unix-like system on the installation of software.
GIMP for macOS
Download GIMP 2.10.36for Intel
via BitTorrent
Download GIMP 2.10.36for Intel
directly
Show downloads for ARM64 (Apple Silicon)
Download GIMP 2.10.36for Apple Silicon
via BitTorrent
Download GIMP 2.10.36for Apple Silicon
directly
Show downloads for x86_64
Warnings and information
Supported OS: macOS 10.12 Sierra or newer
!IMPORTANT! ⚠️ App Store: GIMP team does not
provide any package on Apple's App Store at the moment.
Any downloads on the store are created by third party and is
not in anyway connected to the GIMP team. ☢️
These are vanilla builds without any third-party add-ons. Just
open the downloaded DMG and drag and drop GIMP into your
"Applications" folder.
Since version 2.8.2, GIMP runs on macOS/OSX natively. No X11
environment is required.
Security
SHA256 hash sum for gimp-2.10.36-arm64.dmg: 1d7c3bb07cce6d51fe6d5cd42653e229ed5ac4e13eea063cd4da8e8e9301eb39
Check it on VirusTotal:
gimp-2.10.36-arm64.dmg
SHA256 hash sum for gimp-2.10.36-x86_64.dmg: 9e6e4f9572d1509cbb7f442b01232428adbfa45cb99f92a6d497b2f25ae9327e
Check it on VirusTotal:
gimp-2.10.36-x86_64.dmg
Older Downloads
Previous installers for macOS/OSX can be found on download.gimp.org.
Third Party Downloads
Third party packages are not officially supported by the GIMP
project. Therefore you should report issues to the packagers
first, before reporting to the GIMP team.
We only list some of these package systems here because they are
widely used FLOSS projects, though we won't list projects
providing very outdated versions.
Macports
An easy way to compile and install GIMP and other great Free software on your Mac is by using Macports. The installer allows you to choose from a large directory of packages. To install gimp using Macports, you simply do sudo port install gimp once you have Macports installed.
Last we checked, the GIMP
port file pointed to the current stable release
and we have reports from people who've built GIMP
successfully this way.
Download Macports
Homebrew
Homebrew is similar to Macports and provides packages (aka formulas) to install, either by compiling them from source or by using pre-made binaries. There are indications that there is now a formula for GIMP, installable with: brew tap homebrew/cask && brew install --cask gimp.
Download Homebrew
NOTE! Please be aware that it was announced recently that Homebrew is using analytics.
To turn this off, run: brew analytics off
You can read more about this on Brew Analytics.
GIMP for Windows
Updated on 2024-02-29: GIMP 2.10.36 installer revision 1
Add missing OpenEXR libraries
Download GIMP 2.10.36
via BitTorrent
Download GIMP 2.10.36
directly
GIMP 2.10.36
on Microsoft Store
GIMP
on the Microsoft Store is the same
as the direct link installer. If you wish to install
through the store, we recommend using the
provided store link as our team cannot vouch for
third-party packages of our code.
Warnings and information
Supported OS: Windows 7 or newer
This is an all-in-one installer containing the following versions of
GIMP: x86 32-bit and 64-bit, ARM 64-bit (experimental). It will
automatically install the appropriate version.
BitTorrent is a peer-to-peer file sharing system. It works by downloading GIMP from a distributed network of BitTorrent users, and may improve download speed dramatically.
Choosing this option will download the torrent file for the GIMP installer.
You may need to install a torrent client to make use of this file. Learn more...
Security
The SHA256 hash sum for gimp-2.10.36-setup-1.exe is:
5dc0efd3c877c6e8fd8af44944d31997875e38b610f95b30445aea3758dbbe90
Check it on
VirusTotal:
gimp-2.10.36-setup-1.exe
Older Downloads
Previous v2.10 installers for Windows can be found
on download.gimp.org.
Source for version 2.10 (Stable)
GIMP releases are also available as source tarballs from gimp.org
and its mirrors, containing
the source code to compile for your system:
https://download.gimp.org/gimp/v2.10/
Hashes of latest releases to check the integrity of the tarballs
gimp-2.10.36.tar.bz2
(sha256):
3d3bc3c69a4bdb3aea9ba2d5385ed98ea03953f3857aafd1d6976011ed7cdbb2
gimp-2.10.34.tar.bz2
(sha256):
84004642d351b398a4293cd7fd3592044a944f05bb52850ee6068f247c657aa3
gimp-2.10.32.tar.bz2
(sha256):
3f15c70554af5dcc1b46e6dc68f3d8f0a6cc9fe56b6d78ac08c0fd859ab89a25
gimp-2.10.30.tar.bz2
(sha256):
88815daa76ed7d4277eeb353358bafa116cd2fcd2c861d95b95135c1d52b67dc
gimp-2.10.28.tar.bz2
(sha256):
4f4dc22cff1ab5f026feaa2ab55e05775b3a11e198186b47bdab79cbfa078826
gimp-2.10.24.tar.bz2
(sha256):
bd1bb762368c0dd3175cf05006812dd676949c3707e21f4e6857435cb435989e
gimp-2.10.22.tar.bz2
(sha256):
2db84b57f3778d80b3466d7c21a21d22e315c7b062de2883cbaaeda9a0f618bb
gimp-2.10.20.tar.bz2
(sha256):
e12f9f874b1a007c4277b60aa81e0b67330be7e6153e5749ead839b902fc7b3c
gimp-2.10.18.tar.bz2
(sha256):
65bfe111e8eebffd3dde3016ccb507f9948d2663d9497cb438d9bb609e11d716
gimp-2.10.16.tar.bz2
(sha256):
cbf9fe9534b913a9487b00cd9710cbc569bfd71fdd2f8c321547701a7d70cbeb
gimp-2.10.14.tar.bz2
(sha256):
df9b0f11c2078eea1de3ebc66529a5d3854c5e28636cd25a8dd077bd9d6ddc54
gimp-2.10.12.tar.bz2
(sha256):
7d80b58e0784120d57d327294f6a1fda281ff51a61935c2cd764da281acaac71
gimp-2.10.10.tar.bz2
(sha256):
12d1f243265c7aee1f2c6e97883a5c90ddc0b19b4346cf822e24adbb6c998c77
gimp-2.10.8.tar.bz2
(sha256):
d849c1cf35244938ae82e521b92b720ab48b8e9ed092d5de92c2464ef5244b9b
gimp-2.10.6.tar.bz2
(sha256):
4ec8071f828e918384cf7bc7d1219210467c84655123f802bc55a8bf2415101f
gimp-2.10.4.tar.bz2
(sha256):
ffb0768de14a2631b3d7ed71f283731441a1b48461766c23f0574dce0706f192
gimp-2.10.2.tar.bz2
(sha256):
1cb0baaecdefe44d371a15f2739a1bcbce4682336b4ccf8eb7b587ce52c333eb
gimp-2.10.0.tar.bz2
(sha256):
7fcc96fb88cb0a0595d2610f63a15dec245bb37bf9db527d37a24fb75e547de2
For instructions on how to build GIMP from source code, you will want to
read our developer website.
You may want to read the Release Notes for GIMP 2.10.
User Manual
GIMP's user manual can be dowloaded separately on the documentation website
either as language-specific Windows installers or as source tarball.
The manual can also be browsed online
Development snapshots
Pssst... want to check out GIMP 2.99.18 development release? Get it on our development downloads page .
GIMP
Download
News
About GIMP
Documentation
Donate
Get Involved
Tutorials
Features
Release Notes
Roadmap
FAQ
Bug Reports
Discuss
Books
Sponsors
Mastodon
pixls.us (forum)
GIMP News Feed | Contacting Us
Unless otherwise noted, GIMP's Website by GIMP's Team is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
如何评价Banking & Investment Mentorship Program (BIMP)? - 知乎
如何评价Banking & Investment Mentorship Program (BIMP)? - 知乎首页知乎知学堂发现等你来答切换模式登录/注册投资银行留学如何评价Banking & Investment Mentorship Program (BIMP)?关注者22被浏览9,868关注问题写回答邀请回答好问题添加评论分享2 个回答默认排序知乎用户BIMP是非常有名的100%非盈利组织。匿名用户,你敢不敢打开评论,我亲自跟你正面刚,呵呵。今年招新详情见微信推送什么是BIMP? BIMP (Banking&Investment Mentorship Program)是由来自沃顿、哈佛、耶鲁、普林斯顿的八位中国背景的本科学生于2010年初建立的非营利性成员制组织。BIMP的宗旨是通过mentorship的方式帮助和团结中国背景对金融行业有热情的大二学生。通过第一轮简历筛选和随后两到三轮的BIMP电话面试层层选拔,每年从全球英美亚洲的顶尖大学精心挑选10-15名成员加入BIMP大家庭。 自2010年建立以来,以对金融行业的热情为纽带,BIMP成为了一个如同美国大学兄弟会一样紧密团结在一起的团体。志同道合的mentee和mentor随着一年的互帮互助,建立战友般的感情;通过一届传一届的传统,在未来建立起非常紧密的网络,无论最终从事金融或其他工作,都会在长期的职业发展中互帮互助。今年BIMP计划将这个network传播得更远,给更多大二学生带来帮助。BIMP团队目前共有来自九届150余位成员,成员来自遍布全球二十余所学校,包括美国常青藤联盟,MIT,Stanford,UChicago,Duke等,英国牛剑等G5名校,以及清华北大和香港名校。成员获得过的世界顶级金融机构暑期实习offer,集齐所有九大投行和顶尖买方机构私募基金和对冲基金如Blackstone,Bain Capital, AQR,etc.这些优秀成员已经踏入金融行业积累职场经验,他们将成为mentor给新成员当良师益友,分享他们的申请成功经验、面试的心得体会以及对金融行业独到的见解,并建立保持长期的人脉关系。BIMP Alumni寄语我们创立BIMP这个非盈利组织的初衷,是为了让世界各地最优秀的一批中国学生,能在还很年轻的时候互相认识,这种学生时代的情谊是特别难得的。Banking & Investment只是一个媒介,因为很多优秀的大学生都会对这个行业感兴趣。很多年以后,我们可能将不在投资或者金融行业工作,但我们在BIMP所认识的同伴、导师、校友们,成为了我们人生真正的财富。Denny Liu · BIMP'11, BIMP创始人 宾大沃顿'11 · Blackstone纽约 · 乐纯酸奶创始人福布斯30 under 30 Asia 2017BIMP的很多alumni最终都成为了长期的好朋友。大家在工作多年后,各奔东西,但仍旧在各自的行业中做那颗最耀眼的星。陆瑒 · BIMP'12 · NYU Stern'11 · Warburg Pincus北京回顾加入BIMP的六年,不止收获了职场的经验,更重要的是遇到了志同道合的一群挚友。希望现领导团队的学弟学妹们多多组织活动,让BIMP世界各地的分舵聚会更频繁,更加繁荣!Cathy Xu · BIMP'12 · 普林斯顿大学'13 · Primavera北京BIMP is truly a family I'm very proud to be part of. I’ve benefited greatly from the BIMP's network, both professionally and socially. David Zhong · BIMP'13 · 宾大沃顿'15 · Morgan Stanley纽约在追求盈利与规模的求职产业的大环境下, 我们仍然坚持BIMP创立至今的两个初衷:非营利以及小集体。非常期待每年加入BIMP大家庭的10几位小伙伴。各地的聚会,微信里的互动,众多的面试与人脉资源在等着你。我们会分享前辈走过的捷径和弯路,我们也想了解你有趣的故事。我们会帮助你准备面试,我们也想成为你打球逛街,无话不谈的好伙伴。我们想在最功利的产业做一份公益事业,成立个”兄弟会“, 赢得一片友谊。李家元 Alex · BIMP'14 President · 杜克大学'16 · Morgan Stanley纽约加入BIMP的这三年,既有领略到新朋友们精彩人生之后的由衷叫好,也有稍觉意外地在此遇到故知后的会心一笑,更有传承经验交流感想的愉悦和满足。很有幸在这样一个充满生机的团体里,也期待更多带来惊喜的学弟学妹们的加入,憧憬未来各种各样的可能性!李昌博 Philip · BIMP'15 Co-President · 宾大沃顿'17 · IMC芝加哥 Nathan Wang · BIMP'15 Co-President · NYU Stern'17 · Barclays香港进BIMP以来,我认识了很多志同道合的朋友和热心助人的学长学姐们。我在这儿交到的朋友可以在周末约出去吃饭爬山,我也通过这个方式认识了来自不同城市的BIMPers,开拓了自己的眼界。希望新生们能通过BIMP这个平台,不仅获得新的朋友圈。还收获更清晰的人生方向。Alyssa Lee · BIMP'16 Co-President · 哥伦比亚大学'18 · BAML纽约BIMP的成员遍布世界,活跃于金融行业的各个角落。在BIMP,我交到了志同道合的朋友,也进一步发展了对投资的热情。包捷成 Jason · BIMP'16 · 宾大沃顿'17 · D.E.Shaw纽约 BIMP流程BIMP的整个流程跨度为一年,主要分为模拟面试(mock interview)和应聘协助两个阶段。一年求职阶段后,成员继续作为alumni留在BIMP的网络里,与往届成员与将来加入的新成员进行高质量人脉的社交。在第一阶段,BIMP将模拟投资银行从简历筛选、电话面试、到终面的整个招聘流程。我们的导师会在面试之后给予面试者具有针对性的建议。鉴于导师资源有限,为了保证项目的小型化,以使得大家庭内每个入选成员有足够机会团结紧密收获最大化,也为了增强面试的真实性和指导效果,此模拟招聘流程也作为学员的选拔程序。在第二个阶段,入选的正式成员将在下半年应聘流程中获得来自导师和其他成员的各种帮助,以在应聘中拿到理想的offer。申请时间线May 18, 2018 申请正式开始。申请者将一页个人简历(Last Name_First Name_Official School Name.pdf,邮件标题与简历同名)发送到bimp.class.2018@gmail.com 在邮件正文内写明2018年大二暑假计划。June 03, 2018 11:59pm BIMP申请截止June 05, 2018 经过严格的简历筛选,BIMP发出第一轮电话面试邀请Welcome to apply to BIMP Class of 2018!编辑于 2018-05-21 09:40赞同 3422 条评论分享收藏喜欢收起匿名用户这类“机构”,很多都骗财骗P的,而且很不专业。要是被那堆很炫酷的logo给炫到了的话,可以给一位你觉得很NB的导师发一封邮件请教下问题(比如BAML的),顺便Cc一下这家机构的HR和compliance,然后等一个月,看看你导师是不是已经“毅然离职回国创业”或者“跳槽”了。作为一个其中某家机构的在职员工,我一直在致力于帮助中国学生在美国留下来,包括参加这种类似的“program”。但这种拿自己供职公司的brand招徕顾客的行为,其实是违反雇佣合同的。编辑于 2018-05-21 08:39赞同添加评论分享收藏喜欢收起
Releases · alessandrofrancesconi/gimp-plugin-bimp · GitHub
Releases · alessandrofrancesconi/gimp-plugin-bimp · GitHub
Skip to content
Toggle navigation
Sign in
Product
Actions
Automate any workflow
Packages
Host and manage packages
Security
Find and fix vulnerabilities
Codespaces
Instant dev environments
Copilot
Write better code with AI
Code review
Manage code changes
Issues
Plan and track work
Discussions
Collaborate outside of code
Explore
All features
Documentation
GitHub Skills
Blog
Solutions
For
Enterprise
Teams
Startups
Education
By Solution
CI/CD & Automation
DevOps
DevSecOps
Resources
Learning Pathways
White papers, Ebooks, Webinars
Customer Stories
Partners
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search
Clear
Search syntax tips
Provide feedback
We read every piece of feedback, and take your input very seriously.
Include my email address so I can be contacted
Cancel
Submit feedback
Saved searches
Use saved searches to filter your results more quickly
Name
Query
To see all available qualifiers, see our documentation.
Cancel
Create saved search
Sign in
Sign up
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
alessandrofrancesconi
/
gimp-plugin-bimp
Public
Notifications
Fork
87
Star
819
Code
Issues
158
Pull requests
3
Discussions
Actions
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security
Insights
Releases: alessandrofrancesconi/gimp-plugin-bimp
Releases
Tags
Releases · alessandrofrancesconi/gimp-plugin-bimp
BIMP 2.6
03 Aug 16:48
alessandrofrancesconi
v2.6
ead6e39
Compare
Choose a tag to compare
View all tags
BIMP 2.6
Latest
Latest
Possibility to add multiple watermarks (issue #219)
Possibility to import DDS images (#235)
Assets
4
8
57382, elmsec, Wanda-bs, 100288840, Shurale7, chrisbendel, YutaTaki, and baldomerop reacted with hooray emoji
5
lmachens, EzioTheDeadPoet, Wanda-bs, chrisbendel, and Vivien-Ogun reacted with rocket emoji
5
57382, Wanda-bs, chrisbendel, dudempop, and timj1962 reacted with eyes emoji
All reactions
8 reactions
5 reactions
5 reactions
13 people reacted
BIMP 2.5 (+ MacOS!)
07 Jan 23:45
alessandrofrancesconi
v2.5
86dbf0b
Compare
Choose a tag to compare
View all tags
BIMP 2.5 (+ MacOS!)
Fixed Color Curve not working if exported using GIMP 2.10 (issue #225)
Fixed Windows uninstaller not working in both normal and silent mode (issues #258 #240 #196)
This is my first attempt to distribute the MacOS version, tested on Catalina + GIMP 2.10.22.
...Thanks to my beloved Ika❤️ for her test equipment!
Assets
4
1
delook reacted with thumbs up emoji
All reactions
1 reaction
1 person reacted
BIMP 2.4
29 Apr 17:01
alessandrofrancesconi
v2.4
249432e
Compare
Choose a tag to compare
View all tags
BIMP 2.4
Added support to OpenEXR images
Assets
3
All reactions
BIMP 2.4 (32 bit)
13 Jun 21:18
alessandrofrancesconi
v2.4_32bit
249432e
Compare
Choose a tag to compare
View all tags
BIMP 2.4 (32 bit)
As by issue #236 , the BIMP installer worked only on 64 bits systems. This new release is identical to 2.4 but is compatible with 32 bits OS
Assets
3
All reactions
BIMP 2.3
26 Jan 22:47
alessandrofrancesconi
v2.3
175c744
Compare
Choose a tag to compare
View all tags
BIMP 2.3
Added Dutch translation (thanks to Just Vecht & Paul Matthijsse from Dutch Helpmij Magazine)
Fixed zh-CN locale (thanks to @KrasnayaPloshchad )
Assets
3
All reactions
BIMP 2.2
08 Sep 16:59
alessandrofrancesconi
v2.2
cff9eea
Compare
Choose a tag to compare
View all tags
BIMP 2.2
Added support to WEBP (issue #184)
Enabled HEIF in "Change Format and Compression" (issue #185)
Saving back to HEIF with default values caused "zero quality" image
Fixed TIFF parameter setup in "Change Format and Compression"
Removed PCRE dependency in favor of GLib (issue #189)
Assets
3
All reactions
BIMP 2.1
25 Aug 07:53
alessandrofrancesconi
v2.1
cff9eea
Compare
Choose a tag to compare
View all tags
BIMP 2.1
Improved GUI flexibility and high DPI support (thanks to @scribblemaniac)
Added Serbian language (thanks to @nstVanja)
Fixed spurious tick char generation in makefile (thanks to @ciampix)
Fixed black images after Color Curve
Assets
3
All reactions
BIMP 2.0
14 Nov 22:36
alessandrofrancesconi
v2.0
b131a8e
Compare
Choose a tag to compare
View all tags
BIMP 2.0
Hey what's up?
BIMP codebase has been updated to be natively compatible with GIMP 2.10, while it does not work anymore with GIMP <= 2.8.
Added support to HEIF, XPM and JPEG2000 images (#182, #141, #138)
Use GResources instead of Pixdata
Many compiler warnings fixed
Enhanced Win32 make procedure (needs MSYS2)
Assets
3
All reactions
BIMP 1.18 (not-a-virus)
21 Jan 15:01
alessandrofrancesconi
v1.18
ca8ae49
Compare
Choose a tag to compare
View all tags
BIMP 1.18 (not-a-virus)
DISCLAIMER: the Windows version has been re-uploaded. Some antivirus programs have erroneously started to flag several executables shipped using NSIS 3 (like BIMP 1.18) as malware. This has caused lots of troubles for the users so I decided to downgrade to NSIS 2, that is not affected by this problem.
Anyway, don't worry! BIMP has never been a malware and it will never be ;)
Windows installer updated to better handle errors (#131)
ICO and TGA added as image input (#126, #127)
Added Norwegian translation (thanks to Kolbjørn Stuestøl)
Updated Spanish (thanks to Damián Blanco) and Russian (thanks to @Skif-off) languages
Assets
3
All reactions
BIMP 1.17
12 Jul 22:34
alessandrofrancesconi
v1.17
0b3e628
Compare
Choose a tag to compare
View all tags
BIMP 1.17
Fixed an error when parsing "Other GIMP procedure" parameters that contain only a "=" sign (like Despeckle plugin) (thanks Daniel B Shak)
Disable "undo" during processing for better performances (issue #109)
Fixed error when using "Fill with Padding" on an indexed image (issue #98)
Korean translation (thank to Jun Park) and Chinese Traditional translation (thanks to @andy0130tw)
Assets
3
All reactions
Previous 1 2 Next
Previous Next
Footer
© 2024 GitHub, Inc.
Footer navigation
Terms
Privacy
Security
Status
Docs
Contact
Manage cookies
Do not share my personal information
You can’t perform that action at this time.
【#Gimp中文教程】批处理BIMP for Gimp,批量加水印...!| 用gimp做平面设计 | gimp2.10中文教程 | gimp插件 #BIMP_哔哩哔哩_bilibili
【#Gimp中文教程】批处理BIMP for Gimp,批量加水印...!| 用gimp做平面设计 | gimp2.10中文教程 | gimp插件 #BIMP_哔哩哔哩_bilibili 首页番剧直播游戏中心会员购漫画赛事投稿【#Gimp中文教程】批处理BIMP for Gimp,批量加水印...!| 用gimp做平面设计 | gimp2.10中文教程 | gimp插件 #BIMP
1317
1
2021-08-28 02:54:38
未经作者授权,禁止转载6726235批量变大小,批量改名、模糊和锐化、色彩调节、加水印... ...
希望大家支持我们的发展,点赞、留言与打赏!
BIMP下载地址:
https://alessandrofrancesconi.it/projects/bimp/知识分享官知识设计·创意平面设计教程bimpgimp
Matrix云课堂
发消息
GIMP教程及实例演示;Krita教程和展示;fcpx教程与问答;苹果电脑软硬件知识等实用教学。欢迎关注!
关注 3791
这个AI也太有实力了!事半功倍啊!!
接下来播放
自动连播Gimp2.10抠图教程【干货】,如何用gimp进行快速抠图?【5种超实用技巧】gimp去除背景最全方法教学。1)选择工具抠图;2)用通道蒙板抠图;3)结合外部Matrix云课堂
1.5万
18
如何制作卡通人物!| gimp2.10中文教程Matrix云课堂
1313
0
一键去水印,如何去水印?! gimp2.10中文教程Matrix云课堂
2903
3
制作卡通动画,微信表情包等动图! gimp2.10中文教程Matrix云课堂
1317
0
6类图层混和模式(二) | gimp2.10中文教程Matrix云课堂
558
0
如何用图层去除背景| gimp修图教程Matrix云课堂
2870
0
【超能】点物成金!发了!Gimp特效| gimp2.10中文教程Matrix云课堂
464
0
快速移除照片上不需要的物體 | gimp插件Matrix云课堂
1678
1
6类图层混和模式(一) | gimp2.10中文教程Matrix云课堂
836
0
【Gimp】开撕,破损相片效果! gimp2.10中文教程Matrix云课堂
469
0
【Gimp技巧】如何将模糊相片变清晰?easy!平面设计 gimp2.10中文教程Matrix云课堂
2592
4
如何在gimp中将图像转换成铅笔素描【平面设计】【gimp教程】Matrix云课堂
1233
0
Gimp2.10教程第六课,gimp实例蒙板应用,如何把背景变黑白和背景虚化。#GIMP #教学 #gimp应用 #蒙板 #gimp蒙板Matrix云课堂
3839
0
破碎的文字效果【Gimp2.10教学】Matrix云课堂
337
0
图像折叠和折叠地图Scripts脚本插件【Gimp2.10教程】Matrix云课堂
414
0
手把手教你制作火柴人动画;gimp中文教程Matrix云课堂
1350
2
什么人用gimp,gimp注意事项,如何学习,学什么?Matrix云课堂
4309
3
更换天空背景| gimp2.10Matrix云课堂
529
0
【Gimp2.10教程】制作火焰效果Matrix云课堂
641
1
如何制作3D效果球! gimp2.10中文教程Matrix云课堂
412
0
展开
小窗
客服
顶部
赛事库 课堂 2021
Welcome - BIPM
Welcome - BIPM
Skip to Content
Sign in
Metrology areas
Quick links
français
Working together to promote and advance the global comparability of measurements
Menu
français
français
Home
About us
About us
Benefits of participation
Benefits of participation
Page Benefits of participation
Member States
Associates
How to join us
Governance
Governance
Page Governance
CIPM
CGPM
Founding documents
Strategy
Our Mission and Objectives
Our Mission and Objectives
Page Our Mission and Objectives
Our work programme
Knowledge transfer (CBKT)
Staff of the BIPM Headquarters
Jobs and opportunities
How to get to the BIPM
Historical information
Historical information
Page Historical information
Evolution of the SI
Metre Convention
Pavillon de Breteuil
Coordination
Coordination
CIPM MRA
CIPM MRA
Page CIPM MRA
Participating laboratories
Use of the CIPM MRA logo
Documents on the CIPM MRA
CMC approval process
JCRB
KCDB >>
Help on the KCDB
CIPM Forums
CIPM Forums
Page CIPM Forums
Climate change and environment
Metrology and Digitalization
CIPM Consultative Committees
CIPM Consultative Committees
Page CIPM Consultative Committees
CCAUV
CCEM
CCL
CCM
CCPR
CCQM
CCRI
CCT
CCTF
CCU
Guides in Metrology Committee: JCGM
Guides in Metrology Committee: JCGM
Page Guides in Metrology Committee: JCGM
JCGM-WG1 (GUM)
JCGM-WG2 (VIM)
International reference time scales
International reference time scales
Page International reference time scales
Time FTP Server
Time Department Database
Laboratory medicine: JCTLM
Laboratory medicine: JCTLM
Page Laboratory medicine: JCTLM
JCTLM Database >>
JCTLM portal >>
Liaison
Liaison
Institutional liaisons
Institutional liaisons
Page Institutional liaisons
Alphabetical list
Formal agreements
Digital transformation
Quality infrastructure
Technical liaisons
CODATA-TGFC
Joint Committees
Joint Committees
Page Joint Committees
Guides in Metrology Committee: JCGM
Laboratory medicine: JCTLM
CIPM MRA: JCRB
NMI Directors and Member State Representatives
Regional metrology organizations
Regional metrology organizations
Page Regional metrology organizations
AFRIMETS
APMP
COOMET
EURAMET
GULFMET
SIM
Toolbox
Technical/Scientific
Technical/Scientific
The SI
The SI
Page The SI
Defining constants
SI base units
SI prefixes
Practical realizations
SI Brochure
SI promotion
Redefinition of the second
Technical areas of the BIPM
Technical areas of the BIPM
Page Technical areas of the BIPM
Electrical metrology
Gas metrology
Mass metrology
Organic analysis
Radiation dosimetry
Radionuclide metrology
Time metrology
Publications & Events
Publications & Events
Publications
Publications
Page Publications
Annual Review
CGPM: Proceedings
CIPM: Publications
Documents on the CIPM MRA
Financial Report
Notification
Guides in Metrology (GUM and VIM)
Metrologia
Monographies BIPM
Practical realizations
Rapports BIPM
Scientific output
SI Brochure
Standard frequencies
Time scales and related data
Metrology resources
Metrology resources
Page Metrology resources
Digital Transformation
e-Learning Platform >>
Impact Studies
JCTLM Database >>
KCDB - CIPM MRA Database
Metrology in the fight against Covid-19
Time scales - BIPM FTP server
Time Department Database
Events
Events
Page Events
BIPM and co-organized workshops
Upcoming
Knowledge transfer (CBKT)
World Metrology Day
27th meeting of the CGPM (2022)
External events
Metrology areas
AUV: Acoustics, Ultrasound and Vibrations
CCAUV
BIPM contact: Dr Gianna Panfilo
EM : Electricity and Magnetism
Metrologia: Focus on Metrology in Electricity and Magnetism
CCEM
BIPM contact: Dr Michael Stock
L: Length
CCL
BIPM contact: Dr Gianna Panfilo
M: Mass and related quantities
CCM
BIPM contact: Dr Hao Fang
PR: Photometry and Radiometry
QM: Chemistry and Biology
People
RI: Ionizing radiation
T: Thermometry
TF: Time and Frequency
CCTF
BIPM Time Department Database
Time FTP Server
BIPM contact: Dr Patrizia Tavella
U
CCU
Metrology areas
Quick links
Sign in
Metrology areas
Quick links
français
Sign in
Sign In
Sign In
Authentication failed. Please enable browser cookies and try again.
Sign In
Email Address
Password
Caps Lock is on.
Sign In
Password forgotten
Sign in
Metrology areas
Quick links
français
Metrology areas
AUV: Acoustics, Ultrasound and Vibrations
CCAUV
BIPM contact: Dr Gianna Panfilo
EM : Electricity and Magnetism
Metrologia: Focus on Metrology in Electricity and Magnetism
CCEM
BIPM contact: Dr Michael Stock
L: Length
CCL
BIPM contact: Dr Gianna Panfilo
M: Mass and related quantities
CCM
BIPM contact: Dr Hao Fang
PR: Photometry and Radiometry
QM: Chemistry and Biology
People
RI: Ionizing radiation
T: Thermometry
TF: Time and Frequency
CCTF
BIPM Time Department Database
Time FTP Server
BIPM contact: Dr Patrizia Tavella
U
CCU
Sign in
Metrology areas
Quick links
français
Quick links
The 2018 revision of the SI
Celebrating the vote by the CGPM
26th CGPM (November 2018)
2018 values of the Fundamental Physical Constants
Resolution 1 of the 26th CGPM (2018)
SI Brochure (2019)
World Metrology Day
International Vocabulary of Metrology (VIM)
Metrologia
Guide to the Expression of Uncertainty in Measurement
Autres publications
Resolutions of the CGPM
Time FTP Server
Capacity Broadening & Knowledge Transfer (CBKT)
NMI Directors and Member State Representatives
BIPM strategy document
Toolbox: Benefits and how to participate
JCRB
tests
Test URL
KCDB
Welcome
What is the BIPM? part 1
The BIPM is...
the international organization established by the Metre Convention in 1875, through which Member States act together on matters related to measurement science and measurement standards
the home of the International System of Units (SI) and the international reference time scale (UTC).
UTC
:
:
Your transmission delay* :
s
[Using local time by now]
Nested Applications
Asset Publisher
News
Metrology for Climate Action and the Environment: first stakeholder meeting in September 2024
The call for abstracts for presentation and poster submissions is now open.
The CIPM elects three new members
We are delighted to announce the election of:
Dr Cornelia Denz (Germany), Dr Qu Jifeng (China), Mr Hans Arne Frøystein (Norway).
Safer food through more accessible standards
Standards to accurately measure toxins in food are now available through a dedicated BIPM programme.
The BIPM announces technical updates to Circular T
The changes shall be implemented starting from Circular T 437 in June 2024.
Progressing towards the redefinition of the second
A recently published Metrologia open access review article details the CCTF roadmap towards the redefinition of the SI second.
Previous
Next
Subscrite to e-News
Subscribe to our e-News
Asset Publisher
Job vacancies
Current vacancies
Gardener intern
Asset Publisher
Reports and announcements
Call for tender: High resolution mass spectrometry system coupled to liquid chromatography (LC-hrMS)
ISRD for 19F qNMR: 3,5-Bis(trifluoromethyl)Benzoic Acid [ISRD-09]
Rapport BIPM-2024/01: Change in the value of the UV ozone absorption cross section: Recommendations for metadata provision
Report of Session III of the 112th meeting of the CIPM (2023)
BIPM Workshop on Quantum Technologies
Decisions of the CIPM (October 2023 - Session III)
JCTLM Newsletter - Issue 10 - October 2023
Previous
Next
What is the BIPM? part 2
Our mission and objectives
The BIPM's vision is to be universally recognized as the world focus for the international system of measurement.
The BIPM's mission is to work with the National Metrology Institutes of its Member States, the Regional Metrology Organizations and strategic partners world-wide and to use its international and impartial status to promote and advance the global comparability of measurements for:
Scientific discovery and innovation
Industrial manufacturing and international trade
Improving the quality of life and sustaining the global environment.
Read more
disclaimer-utc
*. The time displayed here is for demonstration purposes only. If you need an official reference please contact a Time Dissemination Service.
Hidden
Contact
Access
Sitemap
Copyright
Confidentiality
Quick links
français
Bipm e-news
YouTube
Pavillon de Breteuil
F-92312 Sèvres Cedex FRANCE
Copyright @ BIPM tous droits réservés
We use cookies to optimize our website. View privacy policy
Accept
GIMP 中的批量图像处理
GIMP 中的批量图像处理
Linux-Console.net
所有文章
Linux发行版
Ubuntu
Linux Mint
Debian
OpenSUSE
Kali Linux
Arch Linux
CentOS
Fedora
RHEL
网站部分
Network
Server
PHP
VirtualBox
SSH
Bash
Apache
MySQL
phpMyAdmin
Office / LibreOffice
grep
awk
sed
iptables
Docker
Python
fail2ban
Windows
Windows
Word
Office
Excel
PowerPoint
ChatGPT
Stable Diffusion
网站搜索
GIMP 中的批量图像处理
除了在 GIMP 中对图像进行创造性工作外,有时您还需要做一些相当简单的事情,但需要处理大量文件。有时甚至有大量文件。当对多个图像执行相同的操作时,此类操作称为“批处理文件”或“批处理图像”。这样的操作可以是转换、调整大小、添加模糊、更改清晰度、旋转图像、添加水印、压缩、重命名。为了对许多文件执行相同的操作,我们需要一个名为 BIMP(Batch Image Manipulation Plugin)的 GIMP 插件。如何在 Windows 上安装 BIMP要在 Windows 上安装 BIMP,请访问官方网站并下载安装文件:https://alessandrofrancesconi.it/projects/bimp/像 Windows 上的任何其他安装文件一样安装。如何在 Linux 上安装 BIMP在 Debian、Linux Mint、Ubuntu、Kali Linux 及其衍生产品上安装:
sudo apt install libgimp2.0-dev libgegl-dev git
git clone https://github.com/alessandrofrancesconi/gimp-plugin-bimp
cd gimp-plugin-bimp
如果只想为当前用户安装插件,则运行命令:
make && make install或者如果你想为系统中的所有用户安装插件,那么运行命令:
make && sudo make install-admin在 Arch Linux、Manjaro、BlackArch 及其衍生产品上安装:
pikaur -S gimp-plugin-bimp您可以在“AUR 包的自动安装和更新”一文中找到有关 pikaur 的信息。如何使用BIMP复制后,文件菜单中会出现一个新项“Batch Image Manipulation…”。当您单击此菜单项时,将打开以下窗口:点击“添加图片”,您将有以下选项可供选择: 添加单张图片 添加文件夹 添加所有打开的图片 在“Output folder”中指定处理后要保存图像的目录。通过单击添加 按钮,您可以选择将以批处理模式执行的操作。这些操作可以组合,即可以对一组文件同时执行多个操作。
基本操作: 调整大小 庄稼 翻转或旋转 色彩校正 清晰或模糊 添加水印 更改格式和压缩 使用模式重命名 其他 GIMP 程序 GIMP 批处理模式下的自定义文件操作上述所有操作中最有趣的是“其他 GIMP 程序”项:也就是说,您可以选择 GIMP 可以执行的任何操作,设置必要的参数(如果有的话)。所有这些都可以与上述功能结合或相互结合。总的来说,一切都很酷。如果您有 GIMP 支持的语言的脚本,那么这些脚本也会在此菜单上并且可以使用。如何将许多 .pdf 文件转换为图片当尝试将大量 .pdf 文件转换为 .jpg 文件时,我遇到了一个困难——无法将 .pdf 文件导入到此插件中,因为 .pdf 不在受支持的格式之列。但是,这是可以做到的。首先,在 GIMP 中打开所有 .pdf 文件(您可以选择所有必要的文件并将它们拖到 GIMP 程序窗口中,以一次性快速完成此操作)。接下来,在插件中,选择“添加所有打开的图像”。一切就绪 - 您可以对这些文件执行任何批处理,包括以所需格式保存它们。另请参阅: 如何在 Linux 中使用命令行将 PDF 转换为 JPG 如何将 JPG 转换为 PDF BIMP 示例——将 WebP 批量转换为 GIMPWebP 图像格式不是很方便,因为并非所有应用程序都支持它。因此,可能需要使用 GIMP 将大量 WebP 转换为 JPG 或 PNG。从“文件”菜单中,打开“批量图像处理...”。
添加要转换的文件 – 支持 WebP 格式。设置一个文件夹以新格式保存处理后的图像:点击“添加”并选择“更改格式和压缩”。选择格式和格式选项(图像质量):一切就绪后,点击“应用”按钮:等待处理完成:相关:如何将 .webp 图像转换为 GIMP
版权所有。 © Linux-Console.net • 2019-2024
yload":{"allShortcutsEnabled":false,"fileTree":{"":{"items":[{"name":"bimp-locale","path":"bimp-locale","contentType":"directory"},{"name":"bin","path":"bin","contentType":"directory"},{"name":"nsis","path":"nsis","contentType":"directory"},{"name":"src","path":"src","contentType":"directory"},{"name":".gitignore","path":".gitignore","contentType":"file"},{"name":"CHANGELOG.md","path":"CHANGELOG.md","contentType":"file"},{"name":"LICENSE","path":"LICENSE","contentType":"file"},{"name":"Makefile","path":"Makefile","contentType":"file"},{"name":"README.md","path":"README.md","contentType":"file"}],"totalCount":9}},"fileTreeProcessingTime":3.253883,"foldersToFetch":[],"repo":{"id":3920674,"defaultBranch":"master","name":"gimp-plugin-bimp","ownerLogin":"alessandrofrancesconi","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2012-04-03T17:37:32.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1595223?v=4","public":true,"private":false,"isOrgOwned":false},"symbolsExpanded":false,"treeExpanded":true,"refInfo":{"name":"master","listCacheKey":"v0:1628009332.369604","canEdit":false,"refType":"branch","currentOid":"b42076f74f13a8622e754a3dee7094bb3d552cb7"},"path":"README.md","currentUser":null,"blob":{"rawLines":null,"stylingDirectives":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/alessandrofrancesconi/gimp-plugin-bimp/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":null},"displayName":"README.md","displayUrl":"https://github.com/alessandrofrancesconi/gimp-plugin-bimp/blob/master/README.md?raw=true","headerInfo":{"blobSize":"3.44 KB","deleteTooltip":"You must be signed in to make or propose changes","editTooltip":"You must be signed in to make or propose changes","ghDesktopPath":"https://desktop.github.com","isGitLfs":false,"onBranch":true,"shortPath":"0b74daf","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Falessandrofrancesconi%2Fgimp-plugin-bimp%2Fblob%2Fmaster%2FREADME.md","isCSV":false,"isRichtext":true,"toc":[{"level":1,"text":"BIMP. Batch Image Manipulation Plugin for GIMP.","anchor":"bimp-batch-image-manipulation-plugin-for-gimp","htmlText":"BIMP. Batch Image Manipulation Plugin for GIMP."},{"level":2,"text":"Installing on Windows","anchor":"installing-on-windows","htmlText":"Installing on Windows"},{"level":2,"text":"Compiling and installing on Linux","anchor":"compiling-and-installing-on-linux","htmlText":"Compiling and installing on Linux"},{"level":2,"text":"For Mac OSX users","anchor":"for-mac-osx-users","htmlText":"For Mac OSX users"},{"level":2,"text":"Support this project","anchor":"support-this-project","htmlText":"Support this project"}],"lineInfo":{"truncatedLoc":"69","truncatedSloc":"45"},"mode":"file"},"image":false,"isCodeownersFile":null,"isPlain":false,"isValidLegacyIssueTemplate":false,"issueTemplate":null,"discussionTemplate":null,"language":"Markdown","languageID":222,"large":false,"planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/alessandrofrancesconi/gimp-plugin-bimp/blob/master/README.md","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","releasePath":"/alessandrofrancesconi/gimp-plugin-bimp/releases/new?marketplace=true","showPublishActionBanner":false},"rawBlobUrl":"https://github.com/alessandrofrancesconi/gimp-plugin-bimp/raw/master/README.md","renderImageOrRaw":false,"richText":"BIMP. Batch Image Manipulation Plugin for GIMP.\nWith BIMP you can apply a set of GIMP manipulations on groups of images.\nDocumentation @ http://www.alessandrofrancesconi.it/projects/bimp\n\nInstalling on Windows\nBIMP can be easily installed on your Windows 32/64bit machine with the\nofficial installer: https://github.com/alessandrofrancesconi/gimp-plugin-bimp/releases/latest/\nthen download gimp-plugin-bimp_win32.exe\nNote for GIMP Portable users: If you experience strange things like missing buttons or totally white windows,\nfirst ensure you have installed the latest version of the GTK+ runtime (download it from here).\nCompiling and installing on Linux\nYou must have gimptool installed in order to have the full set of libraries\nand dependences needed to compile BIMP (names can differ depending on the distro).\nFor Debian-based (Ubuntu, Linux Mint, ...)\nsudo apt-get install libgimp2.0-dev libgegl-dev\n\nFor Fedora:\nsudo dnf install gimp-devel-tools\n\nExtract the archive containing the BIMP's sources and get into the extracted folder with cd. Then:\nmake && make install\n\nOr:\nmake && sudo make install-admin\n\nto make and install for every user in the system (needs root privileges).\nFor Mac OSX users\nStarting from BIMP 2.5, the MacOS version is available in the Release page: https://github.com/alessandrofrancesconi/gimp-plugin-bimp/releases. Please note: it may not work in every GIMP/MacOS version. See the release page for details.\nFor those interested in remaining on the cutting edge, the instructions to compile are as follows:\n\nInstall MacPorts\nInstall prerequisites: sudo port install coreutils \nAdd /opt/local/libexec/gnubin to your PATH to make them the GNU tools the default: PATH=/opt/local/libexec/gnubin:$PATH (You can also add this to your login profile if you want the change to be permanent).\nInstall GIMP with MacPorts: sudo port install gimp +quartz (You can leave off the +quartz if you prefer GIMP to run in the X11 environment instead of natively.)\nFollow the build and install instructions for Linux.\nLook at the output for the install command. If your plug-in directory contains a space in its name (as would happen if it is in the Application Support folder), then there will be a copy command which failed listed. You will need to perform that copy command manually with the destination directory properly wrapped in quotes. I.e. if you see\n\ncp ./bin/bimp /Users/NAME/Library/Application Support/GIMP/2.8/plug-ins\ncp: target 'Support/GIMP/2.8/plug-ins' is not a directory\n\nthen you need to do cp ./bin/bimp \"/Users/NAME/Library/Application Support/GIMP/2.8/plug-ins\".\nNote: Even though you have to install GIMP from MacPorts in order to build the binaries for BIMP, they should work just fine with the self-contained GIMP build from gimp.org. In fact, you could probably uninstall the MacPorts version once the binaries are built, but you'll need to reinstall it each time you want to update BIMP.\nSupport this project\nVisit http://github.com/alessandrofrancesconi/gimp-plugin-bimp/issues\nand post alerts for bugs or enhancements. Make it better!\n","renderedFileInfo":null,"shortPath":null,"symbolsEnabled":true,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","actionsOnboardingTip":null},"truncated":false,"viewable":true,"workflowRedirectUrl":null,"symbols":{"timed_out":false,"not_analyzed":false,"symbols":[{"name":"BIMP. Batch Image Manipulation Plugin for GIMP.","kind":"section_1","ident_start":0,"ident_end":47,"extent_start":0,"extent_end":96,"fully_qualified_name":"BIMP. Batch Image Manipulation Plugin for GIMP.","ident_utf16":{"start":{"line_number":0,"utf16_col":0},"end":{"line_number":0,"utf16_col":47}},"extent_utf16":{"start":{"line_number":0,"utf16_col":0},"end":{"line_number":2,"utf16_col":0}}},{"name":"Installing on Windows","kind":"section_2","ident_start":334,"ident_end":355,"extent_start":334,"extent_end":378,"fully_qualified_name":"Installing on Windows","ident_utf16":{"start":{"line_number":8,"utf16_col":0},"end":{"line_number":8,"utf16_col":21}},"extent_utf16":{"start":{"line_number":8,"utf16_col":0},"end":{"line_number":10,"utf16_col":0}}},{"name":"Compiling and installing on Linux","kind":"section_2","ident_start":879,"ident_end":912,"extent_start":879,"extent_end":955,"fully_qualified_name":"Compiling and installing on Linux","ident_utf16":{"start":{"line_number":18,"utf16_col":0},"end":{"line_number":18,"utf16_col":33}},"extent_utf16":{"start":{"line_number":18,"utf16_col":0},"end":{"line_number":20,"utf16_col":0}}},{"name":"For Mac OSX users","kind":"section_2","ident_start":1500,"ident_end":1517,"extent_start":1500,"extent_end":1536,"fully_qualified_name":"For Mac OSX users","ident_utf16":{"start":{"line_number":43,"utf16_col":0},"end":{"line_number":43,"utf16_col":17}},"extent_utf16":{"start":{"line_number":43,"utf16_col":0},"end":{"line_number":45,"utf16_col":0}}},{"name":"Support this project","kind":"section_2","ident_start":3352,"ident_end":3372,"extent_start":3352,"extent_end":3394,"fully_qualified_name":"Support this project","ident_utf16":{"start":{"line_number":64,"utf16_col":0},"end":{"line_number":64,"utf16_col":20}},"extent_utf16":{"start":{"line_number":64,"utf16_col":0},"end":{"line_number":66,"utf16_col":0}}}]}},"copilotInfo":null,"copilotAccessAllowed":false,"csrf_tokens":{"/alessandrofrancesconi/gimp-plugin-bimp/branches":{"post":"_U9S88WpH7dmz95svK_bwnc81X1kuD7xqZEu0wMHggGxe_utXcu5FiWHW45LDpZdBFOo9TlV19d29HrcRRTlww"},"/repos/preferences":{"post":"RA8eN82qM3c3w0EFCnPKuerkPRpWEodjs6EiCqiJMjPntllpBvbcFPXAKPAa4t8MGoRXQPiB_j2POjJuE4_y1Q"}}},"title":"gimp-plugin-bimp/README.md at master · alessandrofrancesconi/gimp-plugin-bim