any free programs that will convert JPG to jpg?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TrainWreckContent
    Confirmed User
    • Dec 2008
    • 8152

    #1

    any free programs that will convert JPG to jpg?

    Hi does anyone know of a free program that will do an entire set of pics and change them from capital JPG to lower case jpg and rename the pictures like megan1.jpg etc...


    Telegram @DanTrainwreck / Whatsapp TrainWreck / Email [email protected]
  • Yngwie
    I am an Alien from space
    • May 2003
    • 11118

    #2
    You can try http://www.snapfiles.com/freeware/sy...ilerename.html

    it's free and will do what you need.

    or you can try http://www.bulkrenameutility.co.uk/Download.php
    Last edited by Yngwie; 10-04-2012, 11:44 PM.
    ICQ: 16544251 - Skype: gator37 @ eastlink.ca - email: yngwie @ isys.ca

    Comment

    • Nasty
      Confirmed User
      • Aug 2002
      • 1575

      #3
      I have been using this one for years, its a great rename program, I am still using a real old version and it works fine
      http://www.advancedrenamer.com/

      “Ours is a world of nuclear giants and ethical infants. We know more about war than we know about peace, more about killing than we know about living. If we continue to develop our technology without wisdom or prudence, our servant may prove to be our executioner.” ― Omar Bradley (1948)

      Comment

      • TrainWreckContent
        Confirmed User
        • Dec 2008
        • 8152

        #4
        thanks guys!!

        Telegram @DanTrainwreck / Whatsapp TrainWreck / Email [email protected]

        Comment

        • HomerSimpson
          Too lazy to set a custom title
          • Sep 2005
          • 13826

          #5
          total commander
          Make a bank with Chaturbate - the best selling webcam program
          Ads that can't be block with AdBlockers !!! /// Best paying popup program (Bitcoin payouts) !!!

          PHP, MySql, Smarty, CodeIgniter, Laravel, WordPress, NATS... fixing stuff, server migrations & optimizations... My ICQ: 27429884 | Email:

          Comment

          • ottopottomouse
            She is ugly, bad luck.
            • Jan 2010
            • 13177

            #6
            Bulk Rename Utility
            ↑ see post ↑
            13101

            Comment

            • k0nr4d
              Confirmed User
              • Aug 2006
              • 9231

              #7
              wouldn't just
              mv *.JPG *.jpg
              work?
              Mechanical Bunny Media
              Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

              Comment

              • rogueteens
                So fucking bland
                • Jul 2006
                • 8005

                #8
                faststone phot resizer has that ability
                Free traffic and backlinks from one of the fastest growing adult pinsites on the net - SAUCY PICTURES!
                Easily my best performing webcam sponsor - CLICK HERE!!

                Comment

                • freecartoonporn
                  Confirmed User
                  • Jan 2012
                  • 7683

                  #9
                  Originally posted by k0nr4d
                  wouldn't just
                  mv *.JPG *.jpg
                  work?
                  +1
                  SSD Cloud Server, VPS Server, Simple Cloud Hosting | DigitalOcean

                  Comment

                  • Radical Bucks
                    So Fucking Banned
                    • Dec 2011
                    • 673

                    #10
                    Irfanview is the best... seriously try it out!

                    NOTHING WORKS BETTER THAN: http://www.irfanview.com/
                    Last edited by Radical Bucks; 10-05-2012, 05:54 AM.

                    Comment

                    • CIVMatt
                      Amateur Pimpin
                      • Aug 2004
                      • 13075

                      #11
                      Yeah infranview if you want free
                      Make easy money with Webcams

                      Comment

                      • newB
                        Confirmed User
                        • Jul 2006
                        • 2870

                        #12
                        +1 Irfanview - extremely versatile for a free program.

                        The best Adult Affiliate Programs reviewed and indexed by niche and feature.
                        Easily find the sponsors that suit your needs.


                        Comment

                        • TrainWreckContent
                          Confirmed User
                          • Dec 2008
                          • 8152

                          #13
                          thanks for all the suggestions guys! i am checking a few of them out

                          Telegram @DanTrainwreck / Whatsapp TrainWreck / Email [email protected]

                          Comment

                          • Overload
                            Confirmed User
                            • Jul 2005
                            • 3185

                            #14
                            Originally posted by Radical Bucks
                            Irfanview is the best... seriously try it out!

                            NOTHING WORKS BETTER THAN: http://www.irfanview.com/
                            STAY AWAY from that crap ... it assigns itself to almost any format if you let it run without care ... serious, irfanview is the worst shit i ever had to deal with ... including uninstalling
                            There aren't enough faces and palms on this planet for an appropriate reaction to religion.

                            Comment

                            • DWB
                              Registered User
                              • Jul 2003
                              • 31779

                              #15
                              CKrename is what I use

                              Comment

                              • Django
                                So Fucking Banned
                                • Jul 2010
                                • 2578

                                #16
                                edit: just wrong answer
                                Last edited by Django; 10-05-2012, 03:44 PM.

                                Comment

                                • CYF
                                  Coupon Guru
                                  • Mar 2009
                                  • 10973

                                  #17
                                  Originally posted by k0nr4d
                                  wouldn't just
                                  mv *.JPG *.jpg
                                  work?
                                  Originally posted by freecartoonporn
                                  +1

                                  that will not work.

                                  This works:

                                  ls *.JPG | awk '{print("mv "$1" "$1)}' | sed 's/JPG/jpg/2' | /bin/sh
                                  Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more!
                                  AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons

                                  Comment

                                  • helterskelter808
                                    So Fucking Banned
                                    • Sep 2010
                                    • 3405

                                    #18
                                    If he's on Linux, he may as well just use rename.

                                    rename 's/JPG$/jpg/' *.JPG

                                    Comment

                                    • lucas131
                                      ¯\_(ツ)_/¯
                                      • Aug 2004
                                      • 11475

                                      #19
                                      have you ever used a lubricant?

                                      Comment

                                      • CYF
                                        Coupon Guru
                                        • Mar 2009
                                        • 10973

                                        #20
                                        Originally posted by helterskelter808
                                        If he's on Linux, he may as well just use rename.

                                        rename 's/JPG$/jpg/' *.JPG
                                        That would work My BSD doesn't have that command so what I posted is a little more portable.
                                        Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more!
                                        AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons

                                        Comment

                                        • lucas131
                                          ¯\_(ツ)_/¯
                                          • Aug 2004
                                          • 11475

                                          #21
                                          you guys are visiting the same homosexuals forum

                                          Comment

                                          • Shoplifter
                                            Richest man in Babylon
                                            • Jan 2002
                                            • 5845

                                            #22
                                            Originally posted by riggo
                                            Hi does anyone know of a free program that will do an entire set of pics and change them from capital JPG to lower case jpg and rename the pictures like megan1.jpg etc...

                                            On Windows? Try Filerenamer.

                                            I've used it to rename millions of pics etc.

                                            Comment

                                            • Colmike9
                                              (>^_^)b
                                              • Dec 2011
                                              • 7230

                                              #23
                                              http://www.spacetornado.com/Renamer/
                                              Join the BEST cam affiliate program on the internet!
                                              I've referred over $1.7mil in spending this past year, you should join in.
                                              I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

                                              Comment

                                              • [Labret]
                                                Registered User
                                                • May 2001
                                                • 10945

                                                #24
                                                Originally posted by HomerSimpson
                                                total commander
                                                This.

                                                Open TC. Select files to rename. Ctrl + m. Replace JPG with jpg. Done.

                                                Comment

                                                • Colmike9
                                                  (>^_^)b
                                                  • Dec 2011
                                                  • 7230

                                                  #25
                                                  Cool way to do it as a batch: http://www.windowsitpro.com/article/...-to-lowercase-
                                                  Join the BEST cam affiliate program on the internet!
                                                  I've referred over $1.7mil in spending this past year, you should join in.
                                                  I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

                                                  Comment

                                                  • pgmorin
                                                    Confirmed User
                                                    • May 2012
                                                    • 399

                                                    #26
                                                    I use xnview

                                                    free and work really good
                                                    www.cosplay-mate.com
                                                    [email protected]
                                                    ICQ: 348040079

                                                    Comment

                                                    • MattO
                                                      The O is for Oohhh
                                                      • Feb 2003
                                                      • 10861

                                                      #27
                                                      or a case insensitive os fagola

                                                      Comment

                                                      • helterskelter808
                                                        So Fucking Banned
                                                        • Sep 2010
                                                        • 3405

                                                        #28
                                                        Originally posted by CYF
                                                        That would work My BSD doesn't have that command so what I posted is a little more portable.
                                                        True. I think rename (or prename - Perl rename) comes with Perl; maybe you don't have that installed. The good thing about *nix is there are often several ways to achieve the same thing.

                                                        Comment

                                                        • adult-help
                                                          Confirmed User
                                                          • Mar 2008
                                                          • 2450

                                                          #29
                                                          cant you just do this in wodnows command prompt (cmd.exe)

                                                          REN *.JPG *.jpg
                                                          Adult web templates, Adult WordPress Themes, TGP, MGP..
                                                          also Complete Wordpress PaySite Development - Adult WordPress Blog Themes - Free FHG Templates - Free PaySite Script - Adult Tutorials Directory - Adult Domain Marketplace - Adult Jobs

                                                          Comment

                                                          • babymaker
                                                            Confirmed User
                                                            • Jan 2004
                                                            • 4751

                                                            #30
                                                            Photoscape is free and does that and tons more, just wish it would do good crops like be able to make good thumbs say i wanted a 150/150px and select the area it sux for that, but renaming and sizing and adding watermarks and most other corrections esspecially in batch it is fast as fuck and works great.

                                                            ICQ 293125596

                                                            Comment

                                                            • Penny24Seven
                                                              So Fucking What
                                                              • Jun 2007
                                                              • 6287

                                                              #31
                                                              I use better file rename, it will even rename the whole file, or any part you want, can change them to numbers also.
                                                              Our site is coming soon. It will be one of the best ever! I know so. Brian and Penny

                                                              Comment

                                                              • Babaganoosh
                                                                ♥♥♥ Likes Hugs ♥♥♥
                                                                • Nov 2001
                                                                • 15841

                                                                #32
                                                                Holy shit, are you guys really so inept that you need a download to do this for you? Seriously? Learn 2 computer.
                                                                I like pie.

                                                                Comment

                                                                • CYF
                                                                  Coupon Guru
                                                                  • Mar 2009
                                                                  • 10973

                                                                  #33
                                                                  Originally posted by helterskelter808
                                                                  True. I think rename (or prename - Perl rename) comes with Perl; maybe you don't have that installed. The good thing about *nix is there are often several ways to achieve the same thing.
                                                                  that's what I love about unix

                                                                  I checked my fbsd and I don't have either rename or prename, and I do have perl installed. I have a freebsd port located in /usr/ports/sysutils/rename that appears to be the same thing though.
                                                                  Webmaster Coupons Coupons and discounts for hosting, domains, SSL Certs, and more!
                                                                  AmeriNOC Coupons | Certified Hosting Coupons | Hosting Coupons | Domain Name Coupons

                                                                  Comment

                                                                  • FlowerKid
                                                                    Confirmed User
                                                                    • Sep 2005
                                                                    • 1045

                                                                    #34
                                                                    Open each single .JPG file in photoshop and then save as .jpg.

                                                                    Comment

                                                                    • fris
                                                                      Too lazy to set a custom title
                                                                      • Aug 2002
                                                                      • 55679

                                                                      #35
                                                                      Originally posted by CYF
                                                                      that will not work.

                                                                      This works:

                                                                      ls *.JPG | awk '{print("mv "$1" "$1)}' | sed 's/JPG/jpg/2' | /bin/sh
                                                                      Code:
                                                                      for f in *.JPG; do mv ${f%JPG}{JPG,jpg}; done
                                                                      will also work
                                                                      Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                                                                      Comment

                                                                      • MrGusMuller
                                                                        Confirmed User
                                                                        • Oct 2010
                                                                        • 1262

                                                                        #36
                                                                        Originally posted by k0nr4d
                                                                        wouldn't just
                                                                        mv *.JPG *.jpg
                                                                        work?


                                                                        some people haven't ever used prompt but ya +1
                                                                        StagCMS - Adult CMS - user friendly adult content management system - speed up your websites with no SQL connections
                                                                        ICQ: 63*23*43*113

                                                                        Comment

                                                                        • mineistaken
                                                                          See signature :)
                                                                          • Apr 2007
                                                                          • 29656

                                                                          #37
                                                                          Originally posted by newB
                                                                          +1 Irfanview - extremely versatile for a free program.
                                                                          Works crappy for resizing images. When I resize image with MS paint it looks as good as it was and when I resize with irfanview it looks bad.

                                                                          Comment

                                                                          • NemesisEnforcer
                                                                            Confirmed User
                                                                            • Aug 2003
                                                                            • 2122

                                                                            #38
                                                                            Originally posted by riggo
                                                                            Hi does anyone know of a free program that will do an entire set of pics and change them from capital JPG to lower case jpg and rename the pictures like megan1.jpg etc...

                                                                            1-4a Rename is pretty good.
                                                                            The Only Time When Success Comes Before Work Is In A Dictionary.

                                                                            Did you ever notice: When you put the 2 words 'The' and 'IRS' together it spells 'Theirs.'

                                                                            Comment

                                                                            • USA
                                                                              Adult Pimp
                                                                              • Feb 2005
                                                                              • 2086

                                                                              #39
                                                                              Originally posted by riggo
                                                                              Hi does anyone know of a free program that will do an entire set of pics and change them from capital JPG to lower case jpg and rename the pictures like megan1.jpg etc...

                                                                              Image Convert
                                                                              icq:
                                                                              270894060 ( for Affiliate Managers )
                                                                              or
                                                                              600048 ( for Adult Firms )

                                                                              Comment

                                                                              • babymaker
                                                                                Confirmed User
                                                                                • Jan 2004
                                                                                • 4751

                                                                                #40
                                                                                What best free program to just do simple cropping, I tired tons they all suck, none let you select size and crop or if they do, when you move the box it keeps resizing. I just want somethings simple to do thumbs etc when I need them. Say I want a 150X150px thumb from a big pic and just want the main part of the big pic, it shouldn't be so hard, none but bloated photoshop seem to do it. Infranview looks good checked on youtube and it seems to do it, should I download that? Photoscape is great but not for cropping tho.

                                                                                ICQ 293125596

                                                                                Comment

                                                                                • TrainWreckContent
                                                                                  Confirmed User
                                                                                  • Dec 2008
                                                                                  • 8152

                                                                                  #41
                                                                                  Originally posted by Shoplifter
                                                                                  On Windows? Try Filerenamer.

                                                                                  I've used it to rename millions of pics etc.
                                                                                  yeah i am on windows

                                                                                  Originally posted by FlowerKid
                                                                                  Open each single .JPG file in photoshop and then save as .jpg.
                                                                                  way too many i have thousands of pics that need to be reformatted with .jpg instead of .JPG

                                                                                  Telegram @DanTrainwreck / Whatsapp TrainWreck / Email [email protected]

                                                                                  Comment

                                                                                  • mightyjoe
                                                                                    Confirmed User
                                                                                    • Jun 2004
                                                                                    • 1395

                                                                                    #42
                                                                                    ACDSEE are perfect for this task

                                                                                    Comment

                                                                                    • facialfreak
                                                                                      Confirmed User
                                                                                      • Feb 2005
                                                                                      • 3018

                                                                                      #43
                                                                                      Originally posted by pornopete
                                                                                      load them into photoshop and do save for web and save them as jpg.
                                                                                      photoshop will batch rename ANY folder of files .... regardless if they are images, videos, text files ... even executables!


                                                                                      Managed Shared Hosting starting at $4.99/mo
                                                                                      Managed VPS starting at $29.99/mo


                                                                                      Comment

                                                                                      • helterskelter808
                                                                                        So Fucking Banned
                                                                                        • Sep 2010
                                                                                        • 3405

                                                                                        #44
                                                                                        I think the Photoshop suggestions were a joke... Surely?

                                                                                        Comment

                                                                                        • facialfreak
                                                                                          Confirmed User
                                                                                          • Feb 2005
                                                                                          • 3018

                                                                                          #45
                                                                                          Originally posted by helterskelter808
                                                                                          I think the Photoshop suggestions were a joke... Surely?
                                                                                          I buy my Photoshop license ... but I also use it to make a living, and as such, it is a tax write-off anyways ...

                                                                                          For the other 99% of the internet (with bit torrent) ... yes Photoshop may as well be a free download.

                                                                                          I mean ... lets be honest ... sure nobody likes to openly discuss it, but of my friends, every last one of them has photoshop on their computer ... how much (if anything) they paid for it, is not what is being discussed here.

                                                                                          If I already have Photoshop on my computer that does a smashing job of batch renaming, why on God's green earth would I need to download another program??
                                                                                          Last edited by facialfreak; 10-07-2012, 04:39 AM.

                                                                                          Managed Shared Hosting starting at $4.99/mo
                                                                                          Managed VPS starting at $29.99/mo


                                                                                          Comment

                                                                                          • helterskelter808
                                                                                            So Fucking Banned
                                                                                            • Sep 2010
                                                                                            • 3405

                                                                                            #46
                                                                                            Originally posted by facialfreak
                                                                                            I buy my Photoshop license ... but I also use it to make a living, and as such, it is a tax write-off anyways ...

                                                                                            For the other 99% of the internet (with bit torrent) ... yes Photoshop may as well be a free download.

                                                                                            I mean ... lets be honest ... sure nobody likes to openly discuss it, but of my friends, every last one of them has photoshop on their computer ... how much (if anything) they paid for it, is not what is being discussed here.

                                                                                            If I already have Photoshop on my computer that does a smashing job of batch renaming, why on God's green earth would I need to download another program??
                                                                                            What I meant was, loading each file into Photoshop one by one, as someone suggested, or loading them and saving them (ie, unnecessarily compressing them again) as .jpg.

                                                                                            I agree with you about Photoshop piracy. I'm not saying Adobe actively encouraged it, but I do believe they unofficially condoned it, or at least recognized the benefits of it.

                                                                                            People (businesses) who could afford Photoshop paid for it, and people who couldn't afford it, download it, and got hooked on it. If they later started a business, or got rich enough, they'd buy Photoshop, because it's what they had learned and were used to.

                                                                                            I'm sure Adobe preferred people to use Photoshop for free than other, more affordable or pirated, software from their rivals.

                                                                                            Comment

                                                                                            • michael.kickass
                                                                                              Too lazy to set a custom title
                                                                                              • Mar 2009
                                                                                              • 11039

                                                                                              #47
                                                                                              you should try Lupas Rename 100% free and it will do exactly what you need
                                                                                              NICERATIOS - $30 PPS - 50% Rev Share - 5% WM Referral - High Converting Sites!
                                                                                              Any questions about your NICERATIOS account? Vanessa will take care of you: [email protected]

                                                                                              Looking to expand your business in general, maybe sell your sites? Contact me:
                                                                                              [email protected]

                                                                                              Comment

                                                                                              • MediaGuy
                                                                                                Confirmed User
                                                                                                • Sep 2004
                                                                                                • 5500

                                                                                                #48
                                                                                                My favorite most versatile program is still "Rename" from WebXpace - jump straight to the description and download section at this link: http://www.webxpace.com/software/fre...ml#FileRenamer

                                                                                                :D

                                                                                                YOU Are Industry News!
                                                                                                Press Releases: pr[at]payoutmag.com
                                                                                                Facebook: Payout Magazine! Facebook: MIKEB!
                                                                                                ICQ: 248843947
                                                                                                Skype: Mediaguy1

                                                                                                Comment

                                                                                                • amateurcanada
                                                                                                  Confirmed User
                                                                                                  • Jul 2001
                                                                                                  • 3766

                                                                                                  #49
                                                                                                  I use ACDSEE and they have a great file renamer built in there, the BEST for image editing

                                                                                                  be our partner - join nichepartners today
                                                                                                  will.assum.producer @ AmateurCanada.com / icq: 30146166 / facebook.com/will.assum / #amateurcanada

                                                                                                  Comment

                                                                                                  • rogueteens
                                                                                                    So fucking bland
                                                                                                    • Jul 2006
                                                                                                    • 8005

                                                                                                    #50
                                                                                                    Originally posted by babymaker
                                                                                                    What best free program to just do simple cropping, I tired tons they all suck, none let you select size and crop or if they do, when you move the box it keeps resizing. I just want somethings simple to do thumbs etc when I need them. Say I want a 150X150px thumb from a big pic and just want the main part of the big pic, it shouldn't be so hard, none but bloated photoshop seem to do it. Infranview looks good checked on youtube and it seems to do it, should I download that? Photoscape is great but not for cropping tho.
                                                                                                    there used to be TGP Cropper but it no longer works and i've never found an alternative
                                                                                                    Free traffic and backlinks from one of the fastest growing adult pinsites on the net - SAUCY PICTURES!
                                                                                                    Easily my best performing webcam sponsor - CLICK HERE!!

                                                                                                    Comment

                                                                                                    Working...