USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

bbips - a Bash Batch Image Processing Script
Goto page 1, 2  Next
 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Graphics Applications
View previous topic :: View next topic  
Author Message
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Tue Jan 04, 2024 8:17 am    Post subject: bbips - a Bash Batch Image Processing Script Reply with quote

I'm working on a graphics application while i learn bash, and more in depth on imagemagick.

The code is on www.bashscripts.org
http://bashscripts.org/viewtopic.html?pid=289

Downloads
http://www.bashscripts.org/downloads/Scripts/crouse/bbips/

Release Version 0.1.6
January 4, 2024
----

Added a photo gallery creation routine, needs more work, but does a fair job of getting the basics done for you....... fast !


Code:

----------------------------------
Bash Batch Image Processing Script
bbips version 0.1.6
Modified January 4, 2024
Created by: Dave Crouse
----------------------------------
    __    __    _
   / /_  / /_  (_)___  _____
  / __ \/ __ \/ / __ \/ ___/
 / /_/ / /_/ / / /_/ (__  )
/_.___/_.___/_/ .___/____/
             /_/

---------- Main Menu -----------

1) Image_Information  3) Create_Gallery     5) Quit
2) Image_Processing   4) Create_Backups
Please choose one of the options above :


The code isn't real pretty......but it does some cool stuff Wink



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
coastie
Moderator Bot


Joined: 24 Apr 2024
Posts: 3064
Location: The Fox Den in the Big Easy

PostPosted: Tue Jan 04, 2024 9:15 am    Post subject: Reply with quote

looks good Crouse, i will have to check it out.



_________________
Ubuntu on the thinkpad
Easy Peasy on the EEEPC
Desktop is down.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Wed May 11, 2024 1:40 pm    Post subject: Reply with quote

UPDATE:
bbips has it's own website now Wink Well, it has for awhile.

http://www.bbips.org

Current release 0.1.10
Date May 10, 2024

----------
Biggest changes.

Changed menu coding (I"m learnin jbsnake, I'm learnin Laughing )
Added rotation feature that allows images to be rotated in any degree increments.
I had taken 3-4 hundred pictures and had turned my camera about 90 degree's to allow for a "taller" shot, and needed to be able to change ALL of those images 90 deg clockwise to show up on the screen oriented correctly.

The menu's look better now, and I have alot of cleanup to the code to work on, but it's really just for me and to help me learn bash better. Wink It does work well though..... since it's using image magick, it's very capable. I ran the rotate function on over 200 images at once, it worked without a hitch Wink



That's a screenshot of one of the menu's now.

........ edit.... oh yeah, for any of you that notice that release 0.1.8 doesn't exist... well, it did. I lost my 160 gig hard drive, and it was only on it..... go figure... anyway.... i left it blank because it WAS done at one time lol. I still need to update a couple things... If i remember right it was in the gallery creation section that i had done some modifications.



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Wed May 11, 2024 9:44 pm    Post subject: Reply with quote

Updated ..... again.....

wow....twice in one day Laughing

Now at release 0.1.11

Updated the menu's again, and got them working correctly Rolling Eyes



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
Germ
Keeper of the BIG STICK


Joined: 30 Apr 2024
Posts: 12452
Location: Planet Earth

PostPosted: Thu May 12, 2024 12:07 am    Post subject: Reply with quote

Very nice. Wink



_________________
Laptop: Mandriva 2024 PowerPack - 2.6.33.5-0.2mnb
Desktop: Mandriva 2024 Free - kernel 2.6.33.2-1mib
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
DeFi
Member


Joined: 09 Jun 2024
Posts: 312
Location: Cali

PostPosted: Thu May 12, 2024 3:13 am    Post subject: Reply with quote

looks cool Smile

When I need to process some images I know where to look Very Happy



_________________
SLED 10 Service Pack 2
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Thu May 12, 2024 4:45 pm    Post subject: Reply with quote

Added an option to move through directories while using the script.
Version 0.2.0




_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Sat May 14, 2024 4:03 am    Post subject: 0.2.2 Reply with quote

Added an "About bbips" function... and cleaned up the look of the programs main menu section. Nothing too exciting Wink

Code:

    __    __    _
   / /_  / /_  (_)___  _____
  / __ \/ __ \/ / __ \/ ___/
 / /_/ / /_/ / / /_/ (__  )
/_.___/_.___/_/ .___/____/
             /_/
                          0.2.2
----------------------------------------
YOUR CURRENT WORKING DIRECTORY IS:
/home/crouse
----------------------------------------

        ---------- Main Menu -----------

        1)      Change or View Image Information
        2)      Batch Image Processing Functions
        3)      Create an Image Gallery
        4)      Backup Images into Archives: (zip tar tgz)
        5)      Change Current Working Directory (PWD)
        6)      About BBIPS
        0)      Exit

Please choose one of the options above :




_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Tue May 17, 2024 9:52 pm    Post subject: Reply with quote

bbips0.2.3.sh 17-May-2005 16:39 27K
http://www.bashscripts.org/downloads/Scripts/crouse/bbips/bbips0.2.3.sh
http://www.bashscripts.org/downloads/Scripts/crouse/bbips/bbips0.2.3.txt

Added Flip and Flop functions to the menu's. These give vertical and horizontal mirror images ... respectively.


http://www.bbips.org/phpBB2/viewtopic.html?p=37#37



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Thu Jun 02, 2024 9:14 pm    Post subject: Reply with quote

http://bbips.org
http://sourceforge.net/projects/bbips/
http://freshmeat.net/projects/bbips/

Now at release 0.2.6



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Wed Jun 08, 2024 10:09 pm    Post subject: Reply with quote

Release 0.2.7

Changes: Updated menu's. All main menu functions now have a sub-menu, instead of only some of them having sub-menus. Split the "About bbips" into 2 seperate functions, and tried to clean up the look of it.

https://sourceforge.net/project/showfiles.html?group_id=139927



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
Rootboy
Sr. Member


Joined: 11 Aug 2024
Posts: 1947
Location: Lewisburg, Tennessee

PostPosted: Wed Jun 08, 2024 10:50 pm    Post subject: Reply with quote

crouse wrote:
http://bbips.org
http://sourceforge.net/projects/bbips/
http://freshmeat.net/projects/bbips/

Now at release 0.2.6


I was going to ask when it would appear as a project on SourceForge. Smile


Back to top
View user's profile Send private message
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Thu Jun 09, 2024 9:46 pm    Post subject: Reply with quote

Very Happy @ rootboy

bbips.0.2.8.sh [show only this release] 2005-06-09 16:47
Download bbips.0.2.8.sh 34678 0 i386 Other Source File

https://sourceforge.net/project/showfiles.html?group_id=139927

Menu updates, and added a "tips" section.



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Fri Jun 10, 2024 9:36 pm    Post subject: Reply with quote

bbips.0.2.9.sh released 10-June-2005

https://sourceforge.net/project/showfiles.html?group_id=139927
Changes: Changed some code in the gallery function.

Screenshot of 0.2.8 (menu still the same in 0.2.9)



_________________
Veronica - Arch Linux 64-bit -- Kernel 2.6.33.4-1
Archie/Jughead - Arch Linux 32-bit -- Kernel 2.6.33.4-1
Betty/Reggie - Arch Linux (VBox) 32-bit -- Kernel 2.6.33.4-1
BumbleBee - OpenSolaris-SunOS 5.11
Back to top
View user's profile Send private message Visit poster's website AIM Address
shebang
Sr. Member


Joined: 08 Jan 2024
Posts: 1104
Location: Chicago

PostPosted: Sat Jun 11, 2024 4:37 pm    Post subject: Reply with quote

Nice Job Crouse! Smile I used your bbips to change a resize a few icons for Fvwm2, etc. Its neat. Smile



_________________
Ubuntu Linux Feisty Fawn 7.04
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Graphics Applications All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All content © 2024-2009 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2009 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse