Software :: Resize / Scale Multiple Images
Jan 3, 2010
I have a very nice digital photo camera and I love to take my pictures at the highest quality setting available. My Canon is a 12 mega pixel camera so the photos get very large. After I shoot a weekend of 200+ pictures, the last thing I want to do is resize them so I can share them on Facebook. Does anyone know of a Linux program that will allow me to re-size multiple images rather than using Gimp to do each individual photo?
View 6 Replies
ADVERTISEMENT
Nov 23, 2010
Before migrating to Fedora/linux, during my window days, one of my programme of choice was MS word. regardless of all it's bugs, it did all i needed it to do (eventually). Now in Fedora I have Open Office. As far as word processing it's fine. But when it comes to inserting Images I hit a brick wall.
when it cam to making bingo cards, I could choose multiple images and resize them with one click, move them all together and crop them on the fly. Open Office doesn't do that. My question is: What other option are there in the fedora world that could help me.
View 4 Replies
View Related
Jul 14, 2010
Is there any method to use GIMP in batch mode, to run from the terminal, and scale all the .JPG files down by 25%
View 6 Replies
View Related
Feb 25, 2011
I've a problem, infact i can't resize images from shell (i use mogrify -resize 800x600 image.jpg or convert -size 800x600 image.jpg image.jpg) and it usually work for me.2 days ago i've bought a KOALA NANO PCit is a small 13x13 centimeters pc that work with a restricted(i don't know how) Debian lenny distro and its hardware is very thiny..So i tryied to resize some images from term but nothing to do. I think it's because of ram(128mb) or (processor 300mhz) or graphic memory.
View 6 Replies
View Related
Aug 25, 2011
How do you bulk resize a collection of images?
View 8 Replies
View Related
Feb 4, 2010
I need to find a program that will allow me to take images 600 x 600 and resize down to fit a specific size like 95 x 139. I need the images to not distort. There is white space around the objects in the images. I also need to be able to crop on a pixel scale to know that I am resizing it correctly.
View 3 Replies
View Related
Jan 17, 2010
I retooled my other script (thanks to those who helped) to work for resizing images for a netbook with 1024x600. Thanks to the ImageMagick website for help with the syntax. Here's what worked for me:
Code:
#!/bin/bash
for SRCFILE in /home/robert/Pictures/*/*/*/*/*/*/*
do
RELPATH=`echo $SRCFILE | sed -e 's//home/robert/Pictures//'`
DESTDIR="/home/robert/tmp/portable/${RELPATH%/*}"
[code]....
I figure anyone with a netbook is going to put a lower size/quality on their netbook and then keep the originals (music and pictures) on a different machine or an external hard drive.
View 1 Replies
View Related
Feb 26, 2011
I'm looking for a software running under debian to create and resize custom splash images.
I know just GIMP, but maybe there is a special software.
View 1 Replies
View Related
Jul 8, 2010
I've been searching for a program or a way to have multiple backroung images that automaticly change,like Windows 7,but unfortunately with no luck...
View 2 Replies
View Related
Apr 3, 2011
I am interested in making and burnung multiple isos in one cd.I ges first I have to extract them, then join them together by a menu and convert them again into a new iso, just I would need more detail in the mater.the reason of this operation is the following: imagine you have downloaded small distros like poppy linux and others, so one would not fill up your cd at all
View 2 Replies
View Related
Aug 22, 2011
I am looking for software (Windows or Linux) that can do the following: Resize one image to several provided sizes. Detects the type of the picture (wide, normal) and does the resize based on that. What I mean by that is that it should not break the image by shrinking it more in one direction then in the other so it looks weird. The purpose of this is my Blog. If I want to give my readers a wallpaper, I want to give them several options for the sizes so they can have it in their own preferred screen resolution. The image must however keep its original aspect ratio.
View 2 Replies
View Related
Mar 14, 2010
I have a couple of gigs of png files, each with 5-7 photos on each file. Currently I am making 5-7 duplicates of the file, then opening each one in gimp, and cropping and saving each one. kind of time consuming. Does anyone know of a program that will let me split an image into multiple slices?
View 5 Replies
View Related
Nov 12, 2010
I have a folder full of image files. They are large files and they only need to be large icon size...manybe 2 inches wide. Is there a way to convert them without editing each file individually?
View 6 Replies
View Related
Dec 27, 2010
I work with many different PCs with Windows XP and Windows 7 deployed, and I'm trying to consolidate my stacks of CDs into a single USB drive. I'd like to be able to boot off it and have a choice of a few options: A persistent Linux install for troubleshooting, the Win7 install CD, and the WinXP install CD.
I'm aware that most USB sticks can't be partitioned, but after much trial and error I've found one that can have its removable bit flipped, be treated as a USB hard drive and partitioned. I can set up 4 primary partitions and an initial test with a boot cd image on the first partition seems to work on 3 of my 4 home PCs... on (only) one of them though, Grub gives a 'Missing MBR-helper' error. All my systems, even the one not booting correctly, see the partitions as valid in both Linux and Windows, and I've successfully retrieved data from all of them. My guess is that it's a BIOS quirk on that particular machine, but it puts the whole idea in jeopardy... if it doesn't work on one of my own PCs, who's to say it will work on other PCs?
I'd like to salvage the partition idea if I can, maybe someone has run into this before... But if it's just not feasible, I read that Grub can boot image files under certain circumstances... I'm wondering if it's possible to have Grub (or any other bootloader) run the Win7 and WinXP CDs as image files? That way they could all sit on a single partition on the USB stick.
I haven't yet tried any other bootloaders, for all I know I could try something else and get things going.
View 1 Replies
View Related
Aug 3, 2010
I am running centOS specifically to run mrepo to create patches/updates for systems that are not permitted access to any public network. I understand how to get repositories for both -i386 and x86_64 versions.
My questionis that I have systems running RHEL Versions from 5.1 to 5.4 in the -i386 section. Do I create two -i386 directories and try to build separate repositories for each or just make one -386 directory using the 5.1 iso. Then use the same repository for both?
View 3 Replies
View Related
Jul 12, 2010
Say I have an image of a file system. I made it with dd by copying it off my USB stick. e.g. "sudo dd if=/dev/sdb1 of=./image.ext2" I can mount said image with the command: "sudo mount -t ext2 -o loop ./image.ext2 /mnt/" Now, say instead of copying a partition with dd, I copy a whole drive. e.g. "sudo dd if=/dev/sdb of=./image.img". sdb had 2 partitions on it. How can I mount those separate partitions without copying that image back onto the USB drive?
View 1 Replies
View Related
Jun 16, 2011
Oooookay, so basically the idea I have is that I would like to boot Windows XP over an AoE connection. This is no issue, however the problem comes when I want to have a single, read-only image as the base image and want to be able to boot multiple computers off this image.Licensing issues aside (let's assume that this complies with all licensing issues, or we can think of it as just a conceptual "how could we do this"), the basic issues are thus:Each boot of Windows will require a writable AoE device...The original disk image must be read-only to avoid changes in 1 boot affecting all boots(As far as I know) The AoE device must be a disk image, or some block device rather than a mounted file system (if this is not so, aufs could be used)So the long and the short of this, from what I can tell is that we need a read only device that we can write to.
At the end of a session, the changes to the device will be discarded, so these can be thought of as simple temporary sessions. This means that there is little concern with having changes to the original read-only image effecting the modifications to the "duplicate" images.
I would like to avoid duplicating the image for each instance, however if no solution can be reached then this could be a possibility (every boot, we can copy the image, give the fresh image to the new boot and remove when done)Optimally, changes to the filesystem will be written to a different filesystem (much like what aufs does, however as stated earlier, afaik aufs only deals with 2 mounted file systems, whereas we need the end result to be an image or block device)Sorry if I havn't explained this particularly well, however I've been trying to think of solutions, caveats and generally how to define the problem as I was writing. If you think that this idea is ridiculous because software x handles the problem better, I'd be very pleased to hear about it, but the basic requirement of temporary, network bootable windows xp sessions still applies.
View 3 Replies
View Related
Jan 11, 2010
I have a Compaq Presario CQ60 laptop with an Nvidia 8200M graphics card. When I try to enable visual effects I am asked to install the Nvidia restricted driver. When I do this and reboot, I get 6 copies of the Ubuntu screen on my display. Does anyone know what is causing this? I'm not sure which version it installed, I assume either 173 or 185. I have downloaded version 190 from the Nvidia web site. Should I install that version? If so, it is a .run file, how do I install it?Also, how do I reinstall the old driver. I fixed the problem this time by reinstalling Ubuntu, but that will get old if I have to do it too often.
View 4 Replies
View Related
Jul 26, 2010
I am running Linux from a DVD, not installed. I am not good with installing software, but since the DVD cannot be corrupted, I am content to operate this way. Lately, I have been having problems that previously did not occur. When I try to click on the checkbox to get rid of emails, it doesn't register in most cases, or when it does, I am clicking multiple times so it registers twice, meaning it is unchecked again. Even more frustrating is some issues that are affecting my ability to update my business. I am trying to modify spreadsheets (text not calculations).
Whenever I try to click & drag to select something to change, it keeps jumping around to select only some of what I want, something else or some combination of the 2. When I try to copy and paste several fields from 1 column to another, everything from the several fields in the source column ends up together in the last field in the target column. I am also trying to download some images from a website. There is a single column of links to the images. I have to click on the link to get to the image in order to copy it, then back out to continue looking for more links to do the same.
My computer keeps jumping back 2 steps, then forward 2 steps, and sometimes I lose my place in that list. I could deal with it if it were a small number of links, but this is a list of probably close to 20,000 links. Again, i am operating off of a live DVD so this should not be corruptible, but this has just started happening, and has been an issue the last several sessions.
View 14 Replies
View Related
Jan 6, 2010
using the update maneger to update on ubuntu new linux images available 2.6.31-17 generic and after the download is complete both images exist in the grub menu should i remove them ? or just remove them from the boot menu ? and if so how could i do each.
View 6 Replies
View Related
May 2, 2011
I know that ImageMagick's convert program can be used as follows to convert a collection of images -- say, in PNG format -- to a PDF file:
convert *png output.pdf
The problem with this is that each image is then stretched to fit on one page, whereas I would like to keep the original dimensions of the images and put as many as possible on one page in the PDF file before moving on to another page.
View 1 Replies
View Related
Sep 21, 2009
I am just spent half an hour hunting for a thing that should be totally available already:USB install images of Ubuntu, knoppix and all the others.And, the only good way are so far complicated tutorials where you extract the stuff from an CD image. Why??Hasn't everybody notices that CDs/DVDs are vanishing big time? That more and more systems don't have the readers anymore? Instead of following a 10 point instruction list, it would be nice to just be able to download a Ubuntu 8.10 or whatever USB image and be able to beam that DIRECTLY to a USB stick with a dd command.
Or am a missing something here? Does this exist?It should by no means be mariginal, considering how important USB stick in specific and flash memory in general have become.
View 4 Replies
View Related
Jul 5, 2010
Was wondering if its possible to scale ubuntu theme/environment to suite 1920x1080. Im using my comp on a 42" plasma TV, and it gets kinda small with the default scale.
Don't want to change to a lower res, simple because it's not as pretty and the toolbars are almost hidden.
View 2 Replies
View Related
Oct 24, 2010
Running Ubuntu 10.10..When you activate expose you see all your virtual desktops, but in each one the windows are overlaid. I want it to scale (ie show all windows on a grid) in each virtual desktop in the expose view. Does anyone know how to activate the scale plugin while in expose?
View 1 Replies
View Related
Dec 28, 2015
I would like my CPU to be overclocked, while retaining frequency scaling capabilities. The CPU is a Core2 Quad Q6700, with a stock speed of 2.67 GHz. In my BIOS, I can manually increase the FSB, but if SpeedStep (EIST) is enabled, the increased FSB is ignored by Linux, and the max speed remains 2.67 GHz. If I disable SpeedStep, then the CPU successfully runs at the higher speed I would expect, but does not scale down when under low load. As it is now, I am only running it at 2.8 GHz.Does CPUFreq *require* SpeedStep to be enabled in the BIOS?
View 13 Replies
View Related
Apr 18, 2010
how to fix the CPU Frequency Monitor 0.4.0~rc2 for AWN 0.4.0~rc2-rewrite-bzr674-karmic1-1 so that you can actually scale CPU frequencies?
View 1 Replies
View Related
Sep 1, 2011
what is the best way to scale up server set up for a high growth site? without getting a heart attack, where you can just open up a beer and watch tv as you push a red button to scale the server. lets assume the site is getting 100,000 people a day.And, in thirty days, it will be getting 9 million people a month, and in a few months it will get 9 million people a day. (I know it is a bit crazy)How would you structure a roll out?
two load balancers, two front end app servers, two database servers, and a cdn.And as traffic builds up, you would up the front end app servers, and maybe add two slave database servers? and maybe replicate the servers to east and the west to serve different parts of the world.What kind of hardware? I know it is a bit weird question, and it matters a lot on app, server hardware, server set up, style, class, lifestyle etc - I just want to see if there are any aha moments and awesome set ups that I am not aware of.
View 9 Replies
View Related
May 20, 2011
I am using ubuntu 10.04 with kolourpaint 4.4.2.Recently I saw in windows 7 professional that paint program has feature to show grid & scale in centimetre.This is useful in drawing geometric sketch.In my kolourpaint : show grid-ctrl+g in view menu is grayed out. What can I do ?Is there a binary available for latest version ( because compiling from source is tedious ) ?
View 4 Replies
View Related
May 3, 2010
I can successfully stream video, but I cant figure out how to scale the size of the video down. This is the command I am using to start the stream.
vlc -vvv input_stream --sout '#standard{access=http,mux=ts,dst=server.example.org:1234}'
Is there a way that I can specify the height and with of the stream on the command line? From what I read, it looks like a #transcoder option would work, but I cant seem to figure it out. The above command is working, and I can view the stream, but it's extremely slow, and continuously freezes and buffers. My thinking is that if I can reduce the scale of the video.
View 2 Replies
View Related
Jun 19, 2009
When moving the mouse to the right side of the screen quickly, all the windows are small.Previously I was the first thing I was stopped by removing the mark from the Scale, but now stopped while still influence the rest.
View 4 Replies
View Related