Will pay for a good Imagemagick command

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Oracle Porn
    Affiliate
    • Oct 2002
    • 24433

    #1

    Will pay for a good Imagemagick command

    I want a good imagemagick command for smart thumbs
    icq me


  • zigx
    Confirmed User
    • Sep 2003
    • 1430

    #2
    what are u trying to do? maybe someone can help u for free?
    _,.:'`- Club JK . com --> 60% payouts
    RSS, Hosteds, POTD, Your Mother, etc... CCBill

    Comment

    • ServerGenius
      Confirmed User
      • Feb 2002
      • 9377

      #3
      /usr/bin/convert "file.ext" -quality 80 -resize 160x120 "thumb.jpg"
      | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

      Comment

      • Oracle Porn
        Affiliate
        • Oct 2002
        • 24433

        #4
        Originally posted by zigx
        what are u trying to do? maybe someone can help u for free?
        just autocrop nice thumbs


        Comment

        • ServerGenius
          Confirmed User
          • Feb 2002
          • 9377

          #5
          How much did I earn? This will generate thumbs from all files in a folder and can also apply filters like sharpen.


          Code:
          #!/usr/bin/perl
          
          sub read_dir{
                  my $dir_path = @ARGV[0];
                  my $ext = "\.(gif|jpg|JPG|GIF|jpeg|JPEG)";
                  chdir($dir_path);
                  my $dir = $dirname;
                  opendir (DIR, $dir) or die $!;
                  #my @dir = readdir DIR;
                  rewinddir(DIR);
                  my @imgFiles = grep /$ext/, readdir DIR;
                  closedir DIR;
                  return @imgFiles;
          }
          
          my $th_size = @ARGV[1];
          my $mi_size = @ARGV[2];
          my $convert_executable = @ARGV[3];
          
          my $th_sharpen = ' ';
          my $th_level = ' ';
                  # my $th_sharpen = ' -unsharp 1.0x1.0+1.0+0.0 ';
                  # // radius x sigma + amount + threshold
                  # my $th_level   = ' -level 6,90%,1.0 ';
          my $mi_sharpen = ' ';
          my $mi_level = ' ';
          
          my $counter = 0;
          
          $dirname = '.';
          my @files = &read_dir($dirname);
          foreach my $f(@files) {
                  if ($counter==10) {
                          print(" ");
                          $counter=0;
                  }
                  $fnew = $f;
                  $fnew =~ s/\./\.thumb./;
                  $fnew = 'thumbs/' . $fnew;
                  print ".";
                  $counter++;
                  system($convert_executable." -size ".($th_size*2)."x".($th_size*2)." -thumbnail ".$th_sharpen.$th_level.$th_size."x".$th_size." '".$f."' '".$fnew."'");
                  if ($mi_size!=0) {
                          print ":";
                          system($convert_executable." -thumbnail ".$mi_sharpen.$mi_level.$mi_size."x".$mi_size." '".$f."' 'medium/".$f."'");
                  }
          Last edited by ServerGenius; 01-20-2008, 01:11 PM.
          | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

          Comment

          • ServerGenius
            Confirmed User
            • Feb 2002
            • 9377

            #6
            bumperidoo
            | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

            Comment

            • Oracle Porn
              Affiliate
              • Oct 2002
              • 24433

              #7
              i needed one for smart thumbs not that bla bla u provided man give it up.


              Comment

              • roly
                Confirmed User
                • Aug 2002
                • 1844

                #8
                Originally posted by Oracle Porn
                i needed one for smart thumbs not that bla bla u provided man give it up.

                there's gratitude for you

                Comment

                • Klen
                  • Aug 2006
                  • 32235

                  #9
                  -filter Blackman -modulate 120,102,100 -sharpen 1x1 -enhance

                  Comment

                  • Oracle Porn
                    Affiliate
                    • Oct 2002
                    • 24433

                    #10
                    Originally posted by KlenTelaris
                    -filter Blackman -modulate 120,102,100 -sharpen 1x1 -enhance
                    I already use this one

                    -strip -filter Blackman -modulate 110,102,100 -enhance -sharpen 1x1

                    if someone got a better one icq me or something


                    Comment

                    • RazorSharpe
                      Confirmed User
                      • Aug 2001
                      • 2238

                      #11
                      Originally posted by Oracle Porn
                      i needed one for smart thumbs not that bla bla u provided man give it up.
                      well aren't you an ungrateful little prick! here's wishing you choke on cock cheese ....
                      Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

                      Comment

                      • polish_aristocrat
                        Too lazy to set a custom title
                        • Jul 2002
                        • 40377

                        #12
                        Originally posted by Oracle Porn
                        I already use this one

                        -strip -filter Blackman -modulate 110,102,100 -enhance -sharpen 1x1

                        if someone got a better one icq me or something
                        I have absolutely no idea what you guys are talking about, but good luck...
                        I don't use ICQ anymore.

                        Comment

                        • ServerGenius
                          Confirmed User
                          • Feb 2002
                          • 9377

                          #13
                          Originally posted by Oracle Porn
                          i needed one for smart thumbs not that bla bla u provided man give it up.
                          hahaha eat a cock and fucking choke on it you ungrateful prick....
                          I gave you a script that will work with ANYTHING you asshole
                          Try asking something again and see how much help you will get
                          idiot
                          | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                          Comment

                          • donnie
                            Confirmed User
                            • Jan 2003
                            • 1630

                            #14
                            Originally posted by ServerGenius
                            hahaha eat a cock and fucking choke on it you ungrateful prick....
                            I gave you a script that will work with ANYTHING you asshole
                            Try asking something again and see how much help you will get
                            idiot
                            That's what you get when you try to help a jew

                            Comment

                            • Oracle Porn
                              Affiliate
                              • Oct 2002
                              • 24433

                              #15
                              Originally posted by ServerGenius
                              hahaha eat a cock and fucking choke on it you ungrateful prick....
                              I gave you a script that will work with ANYTHING you asshole
                              Try asking something again and see how much help you will get
                              idiot
                              wow looks like I hit a nerve there, sorry if I offended you but what you posted wasn't what I was looking for....


                              Comment

                              • Brujah
                                Beer Money Baron
                                • Jan 2001
                                • 22157

                                #16
                                -sharpen 1.5 -contrast -gamma 1.2

                                Comment

                                • dready
                                  Confirmed User
                                  • Oct 2002
                                  • 5247

                                  #17
                                  I use -sharpen 1x1 -despeckle -enhance

                                  The best thumb sites use photoshop, you just can't compare. I'd be curious if you find something nice.
                                  ICQ: 91139591

                                  Comment

                                  • GrouchyAdmin
                                    Now choke yourself!
                                    • Apr 2006
                                    • 12085

                                    #18
                                    Originally posted by ServerGenius
                                    How much did I earn? This will generate thumbs from all files in a folder and can also apply filters like sharpen.
                                    One of these days, I need to teach you shell commands.

                                    I usually just use the Blackman filter, myself, so I have nothing to add that isn't taunting Perly McPerlstein here.

                                    Comment

                                    • ServerGenius
                                      Confirmed User
                                      • Feb 2002
                                      • 9377

                                      #19
                                      Originally posted by GrouchyAdmin
                                      One of these days, I need to teach you shell commands.

                                      I usually just use the Blackman filter, myself, so I have nothing to add that isn't taunting Perly McPerlstein here.
                                      ok that day I'll teach you howto read ....the first suggestion was a shell
                                      command no? The second one was a script that even idiots can use.....
                                      but it seems that was still out of his league
                                      | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                                      Comment

                                      • GrouchyAdmin
                                        Now choke yourself!
                                        • Apr 2006
                                        • 12085

                                        #20
                                        Originally posted by ServerGenius
                                        ok that day I'll teach you howto read ....the first suggestion was a shell
                                        command no? The second one was a script that even idiots can use.....
                                        but it seems that was still out of his league
                                        Uh huh.. mister glob directories in perl.

                                        find /path/to/images -name "*.jpg" -name "*.JPG" ... -exec wall I SEE PORN HERE: {} \;

                                        Yeah you best be watchin' out, man. Next time I'm gonna use AWK, baby!

                                        Comment

                                        • ServerGenius
                                          Confirmed User
                                          • Feb 2002
                                          • 9377

                                          #21
                                          Originally posted by GrouchyAdmin
                                          Uh huh.. mister glob directories in perl.

                                          find /path/to/images -name "*.jpg" -name "*.JPG" ... -exec wall I SEE PORN HERE: {} \;

                                          Yeah you best be watchin' out, man. Next time I'm gonna use AWK, baby!

                                          Oh No Not AWK
                                          | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                                          Comment

                                          • GrouchyAdmin
                                            Now choke yourself!
                                            • Apr 2006
                                            • 12085

                                            #22
                                            Originally posted by ServerGenius
                                            Oh No Not AWK
                                            d0uD i pUll AwL De PuNCHEZZZzzz!!!!!

                                            Comment

                                            • ServerGenius
                                              Confirmed User
                                              • Feb 2002
                                              • 9377

                                              #23
                                              Originally posted by GrouchyAdmin
                                              d0uD i pUll AwL De PuNCHEZZZzzz!!!!!
                                              I better back down now.....talking 3l|t3 n0w 5c4r35 M3
                                              Last edited by ServerGenius; 01-21-2008, 09:56 AM.
                                              | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                                              Comment

                                              • GrouchyAdmin
                                                Now choke yourself!
                                                • Apr 2006
                                                • 12085

                                                #24
                                                Originally posted by ServerGenius
                                                I better back down now.....
                                                1 ha><><ed ur g1bs0n allr3ad`/.

                                                Comment

                                                • ServerGenius
                                                  Confirmed User
                                                  • Feb 2002
                                                  • 9377

                                                  #25
                                                  Originally posted by GrouchyAdmin
                                                  1 ha><><ed ur g1bs0n allr3ad`/.
                                                  | http://www.sinnerscash.com/ | ICQ: 370820 | Skype: SinnersCash | AdultWhosWho |

                                                  Comment

                                                  Working...