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 Previous  1, 2
 
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 Jun 14, 2024 6:38 pm    Post subject: Reply with quote

bbips.0.3.1.sh [show only this release] 2005-06-14 14:30
Download bbips.0.3.1.sh 41813 0 i386 Other Source File

Changes:
Changelog: changes in version 0.3.1

Fixed minor error in backup text menu.
Error didn't affect program.
Added a date to the bottom of the gallery index page.
Changed the sandbox area to changelog area
Created changlog function in General Information Menu
Added a black and white photo gallery creation function
Fixed typo in tip number 2
--------------

forgot to mention version 0.3.0
released on 06-13-2005

Release Name: bbips.0.3.0.sh

Notes:
Changes: Fixed the backup menu. Fixed the code in the backup for .tar files. Cleaned up the backup code.



_________________
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 16, 2024 8:44 pm    Post subject: Reply with quote

https://sourceforge.net/project/showfiles.html?group_id=139927
bbips.0.3.2.sh [show only this release] 2005-06-16 16:32
Download bbips.0.3.2.sh 45866 0 i386 Other Source File

Changelog: changes in version 0.3.2


Decided to work strickly with jpg type images.
With some quick editing, other formats could be used.
Starting with this version 0.3.1 all coding will
pertain to jpg images. I will leave the old code, just have it
commented out, in case someone wants to work with images other
than jpegs.

Commented out
# for i in *.* ;
replaced with new code in multiple functions.
New Code:
for i in *[.jpg,.JPG] ;

Made some changes to the text output of the black and
white image gallery function.
Black and white image gallery now labled as
bbips-Black_and_White_Gallery

Formatted the Read Comments on Images function so it
displays a bit better.

Added a Append_Comments () function. Adds to the jpg
comments, doesn't overwrite them.

Changed the ------ Image Information Menu -------
around, so it made more sense.

Moved Create Visual Index function to the Gallery Menu
Also edited the text on the create_visual_index ().
Changed the *.* to *.jpg since the *.* would produce errors
when odd filetypes were found.



_________________
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
jbsnake
Moderator


Joined: 02 Dec 2024
Posts: 1726
Location: Georgia

PostPosted: Fri Jun 17, 2024 4:18 am    Post subject: Reply with quote

don't forget that some people still albel their jpeg files as .jpeg instead of .jpg
i know it's very very antiquated...but you know how some people will meet change kicking and screaming Smile



_________________
laptop: Arch Linux - Kernel 2.6.24-ARCH
server: Arch Linux - Kernel 2.6.33-ARCH
Back to top
View user's profile Send private message
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Fri Jun 17, 2024 4:54 am    Post subject: Reply with quote

jbsnake wrote:
don't forget that some people still albel their jpeg files as .jpeg instead of .jpg
i know it's very very antiquated...but you know how some people will meet change kicking and screaming Smile


for i in *[.jpg,.JPG] ;
seems to pick up the .jpeg images on my system anyway ........ odd, but it works.....



_________________
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
jbsnake
Moderator


Joined: 02 Dec 2024
Posts: 1726
Location: Georgia

PostPosted: Fri Jun 17, 2024 5:13 am    Post subject: Reply with quote

that is odd...but atleast it works Smile



_________________
laptop: Arch Linux - Kernel 2.6.24-ARCH
server: Arch Linux - Kernel 2.6.33-ARCH
Back to top
View user's profile Send private message
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Tue Jul 19, 2024 4:26 am    Post subject: Reply with quote

Showing up in some interesting places.......
http://ubuntuguide.org/#bbips



_________________
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
jbsnake
Moderator


Joined: 02 Dec 2024
Posts: 1726
Location: Georgia

PostPosted: Tue Jul 19, 2024 7:26 pm    Post subject: Reply with quote

wow... isn't that neat. i remember hanging out on AOL about 3 years ago and seeing someone i didn't know entering the chatroom i was in and starting the mp3 player i wrote as an AOL add-on. but... to have your script in a how-to for a distrobution... that's a whole other ball game Smile



_________________
laptop: Arch Linux - Kernel 2.6.24-ARCH
server: Arch Linux - Kernel 2.6.33-ARCH
Back to top
View user's profile Send private message
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Thu Aug 18, 2024 4:50 am    Post subject: Reply with quote

bbips.0.3.3.sh now out
https://sourceforge.net/project/showfiles.html?group_id=139927

Changes: Added to the main menu EXTRA FUNCTIONS. Used for misc functions that do not have a home in the menu structure yet, or that do not fit well in any of the other menus yet. Created in the EXTRA FUNCTIONS menu : Multiple Screenshot Tool Uses ImageMagick's import command and allows for delayed multiple screenshots to be setup.

www.bbips.org
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
crouse
Site Admin


Joined: 17 Apr 2024
Posts: 11833
Location: Iowa

PostPosted: Fri Dec 16, 2024 11:13 pm    Post subject: Reply with quote

bbips.0.3.4.sh is now out.

Notes:
Just in time for Christmas Wink

Changes:
Added options to the Image Processing Menu that:

Colorize Images (Remove colors by channel)
Normalize Images (Contrast Enhance)
Paint Images (Simulate Oil Paintings)
Solarize Images (Simulate Exposing Film)

Fixed visual index creation function.
Now will use .jpg or .JPG

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

also available, the first german version... still has a bug or two though.




_________________
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 Mar 08, 2024 9:42 pm    Post subject: Reply with quote

bbips.0.3.5 is now available

Notes:
Minor changes in grammer, and a few menu changes as noted in the changelog. Future plans include editing the code to allow for filenames with spaces in them.

Changes:
Changelog: changes in version 0.3.5

Added Show_Available_Fonts function under the General Information Menu
This shows available fonts for use with the ImageMagick functions.
This will be used in future functions.

Added a section for listing contributors to BBIPS.

------ General Information Menu -------
6) BBIPS - Show Available Fonts for IM
8) Contributors

Added new gamma function

-------- Image Processing Menu ---------
15) Gamma Correct Images



_________________
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 Oct 10, 2024 8:07 am    Post subject: Reply with quote

BBIPS --- updated ! Wink

Release Name: bbips.0.4.0.sh

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

Major code changes in several functions. Updated version number to .0.4.0

YOUR CURRENT WORKING DIRECTORY IS ~~ Made it display bold.

Added several functions to allow for spaces in filenames and directories.
Modified several functions to make use of the command line utilities that were added in.

Fixed some bash coding to make it a bit more elegant. IMHO (Still needs lots of work i know)

list_images function changed to list ONLY jpg's or JPG's

Removed the zip function.

Fixed tar and gzip functions to ONLY include the jpegs.

Image Functions now create directories with useful information at the end of the directory name.
Making it easier to keep track of what you did to the images in that directory.

Fixed bbresize -- removed the -size option... only using -resize now.



_________________
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 Oct 12, 2024 5:03 am    Post subject: Reply with quote

ROFL .... they must scan all of sourceforge.....
http://acronyms.thefreedictionary.com/bbips



_________________
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
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 Previous  1, 2
Page 2 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