.jpg files and Blackberry 9330

I'd be interested in hearing what others have experienced with .jpg files on these phones. My 9330 does a poor job at displaying them - even saved at high quality. I understand that .jpg files are "stripped" of all uneeded data, but this seems to be amplified with the BB. The files display with a slight grid pattern.
I have not tried .gif, but .png and .tiff files seem to work ok.

Instead of putting a For loop around your code to display your "movie" you should put a While loop around it. Wire up its condition terminal just like the one for the graph, except use a local vaiable of the stop button. This should make your movie stop about when the graph does. Unfortunatly this won't act quite like a pause button, you won't be able to resart where you left off. It could be done though, you'd just need a bit more coding in both loops.
Good luck
Brian

Similar Messages

  • IPhoto doesn't recognize .jpg files and can't open it. What may I do now?

    iPhoto doesn't recognize .jpg files and can't open it. What may I do?

    a common problem is that you don't have permission to upload those files, but it is an easy fix
    1) Finder
    2) Users(it should have the account name on it)
    3) pictures
    4) right click on iphoto library then click info
    5 on the bottom of the new window there should be a sharing and permissions tab
    6) make sure you have permission to read & write
    The only other problem I can think is that you are having problems with hard drive space. if so you might want to clean up your hard drive to free up some space. please let me know if that worked for you.

  • Unable to make changes to a jpg file and then save it without the program trying to change it to a psd [was: What a Pile of Crap!]

    Can't even make changes to a jpg file and then save it without the program trying to change it to a psd!!!!!  No wonder nobody like Adobe anymore.

    Do you mean that PSD comes as a default option or that JPEG is not available no matter what?
    Did you add a layer?  Did you change the bit depth?  Did you add transparency?   The JPEG format does not support layers, nor 16-bit images, nor transparency.
    Due to the current unavailability of clairvoyants and mind-readers in the forum, we respectfully request you supply sensible, complete details.
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    A screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Can we start a relatively elementary thread about the quality level of a saved .jpg file and its relation to camera resolution settings, if any?

    My daughter has thousands of photos shot with a maximum resolution setting on her camera, each one occupying an approximately 4 MB file and apparently capable of generating a quality 32x48 print -- clearly a case of overkill.  I think she's doing it because she thinks it will maximize print quality.  I know it's exhausting our disk space.
    In PSE9, I've taken a sample .jpg file (4 MB) and saved it as three .jpg files: at maximum quality (5.2 MB), 50% quality (934 KB), and minimum quality (359 KB).  Note that the minimum quality file represents a 90% reduction in disk space! Then for each of these four sizes, I printed it on letter-size plain paper, and again on 4x6 photo paper.  They looked identical to me.  I asked her to compare them (she did not know which photos had which quality) and with her calibrated eyeballs she thought that the minimum quality was a bit more "pixellated".
    I successfully experimented with the editor's "Process Multiple Files" to resize the photos and I am pleased with its performance on my iMac -- less than seven minutes to convert 197 photos.  As a further test,  I ran 5 photos four times: low-quality and high quality, each at 300 dpi and 600 dpi.  Again I saw no apparent difference between 300 dpi low and high quality on letter-size plain paper, but I was taken aback to see the 600 dpi print as approx. 4x6 in the center of the letter-size paper.  I took another look at the four of them in the PSE workplace, and sure enough, the 300 dpi files showed up approximately letter-sized and the 600 dpi files showed up as approximately 4x6.
    Obviously I'm dealing with apples and oranges here, and this is why I'd like to see some elementary-level conversation on this subject.

    Thanks for the hints, Lundberg. Google led to ImageJ. Rather difficult to understand what it does, but fun to play around with. Further reading led me to this statement:
    Another sinusoidal transform (i.e. transform with sinusoidal base functions) related to the DFT is the Discrete Cosine Transform (DCT).
    And since jpeg is based on the DCT I thought: simply compressing an image at jpeg and looking at the file size will probably give info re the sharpness of the image. At maximum jpeg setting, there was a significant reduction in file size for a particular image when I applied a Gaussian Blur. So all I have to do is work out how to relate the jpeg file size to the minimum acceptable resolution.
    Anyway, thanks for the suggestion.

  • Aperture Creating Large JPG file and placing it with Ref File

    When I imported a group of images Aperture automatically created a JPEG file and placed it in the same folder I imported the Master images. The masters are 15.x meg and the JPEG is 3.x Meg. Any idea why this is happening - it is a new behavior

    This was news to me as well. Here's what Apple has to say about it:
    http://docs.info.apple.com/article.html?artnum=304868
    Kind of a bothersome thing to have to do before importing (their suggestion is to move the jpgs before importing). I'd shoot in RAW only except my wife wants the jpgs on her computer while I want the RAW files on mine.
    Message was edited by: Badunit

  • Read jpg files and stop programati​cally

    Hello,
    I would like to have my program stop reading the jpg files in a folder programatically. These pictures are formatted similar to a movie, to correspond to a graph. The graphical output will stop programatically but the jpg files continue to be read and outputted. In this situation, the graph will stop but the "movie" will continue. I would like them to both stop at the same time and the last jpg file read at the time when the stop button is pressed to be display. If the program is stopped halfway through the data, the graph will display half the data and the "movie" will also stop halfway through the jpg files. This is similar to pressing the pause button on your VCR or DVD player. I've tried several things an
    d none have been successful. Thank you.
    Attachments:
    front_panel_2.vi ‏485 KB

    Instead of putting a For loop around your code to display your "movie" you should put a While loop around it. Wire up its condition terminal just like the one for the graph, except use a local vaiable of the stop button. This should make your movie stop about when the graph does. Unfortunatly this won't act quite like a pause button, you won't be able to resart where you left off. It could be done though, you'd just need a bit more coding in both loops.
    Good luck
    Brian

  • What is the thumb64segment.jpg file, and why so big?

    Ok, I finally got my MacBook Pro (first mac) got all my photos approx.7-8k worth into iPhoto. Can someone tell me what are the:
    thumb64segment.data
    thumb32segment.data
    thumbJPGsegment.data
    files and why are they in hundreds of MB, and one is ~1.5GB?
    Thanks

    Thanks toad. You might be right about the color profile, I imported all my photos into iPhoto yesterday and I had left the add colorsync profile checkbox clicked--I'm still trying to figure out exactly what it does and if I should have done that in the first place.
    As a side note, and while I have your attention (since you are so good at answering iphoto questions).
    I have a Sony V1 camera, which I assume uses the RGB or the sRGB color profile. When I get home tonight, I would like to software calibrate my monitor to 2.2 gama and 6500k white point. What else do I need to do to make sure that my photos are the same accross the board with respect to colorsync/color profile.
    I rarely print photos (never at home), usually through imagestation.com (maybe through apple's service from now on, but I doubt it). I understand that assuming these services dont discard the color profile embeded into the image file I send them, I should aim to send them the file with the same color profile as is used by their printers? correct?
    Is there anything else I'm missing here?
    Is there any other benefit to embeding a color profile into an image? Like, if I email the img to someone, will the image look the same on their screen? (I assume not, because they will a) not have the screen calibrated the same way, and b) well, I'm sure there's another reason.
    PPS. I did the search on this group earlier today and read a bunch of threads on this, but I"m still not clear.
    Thanks in advance,
    Alex

  • Open jpg files on blackberry curve

    how do I and save jpg attachments on my blackberry curve. I can see the photo in my email on my blackberry. I can open and download the jpg attachment but when I try to save or make image my home screen image  I get an error message "files sytem full" When I click "View Pictures" the image does not appear/cannot be opened it looks like a little postage stamp of some application icon -- I assume jpg but it is not a mini photo like other photos taken directly with my blackberry
    what?
    Solved!
    Go to Solution.

    Hi there!
    The "file system full" message is the root of your issue. The reason you can't find it on your BB is because it failed to be saved there. You need to see what you can remove to make space for this new image as you've filled it up. Check your device memory stats (Options > Memory) and see what you have. If you have a Media Card, start saving things there instead of Device Memory. If you already have one and it is full, then, well, you've quite simply filled up your device...there's not much to be done except to start deleting things to make room for new things.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Storage for jpg, files and photoshop files??

    Premier elements.  How to store HUGE amount of one's notes(Word & Excel),  jpg, and Photoshop files away from computer to save memory??  Used Adobe's library, but now only accepts 50 files a month.
    Extremely low budget production.  High quality work.   Thanks for any suggestion

    vumadave
    How does all this relate to Premiere Elements?
    By Adobe's library, I am assuming that you are referring to Adobe Revel. If so, you can get more storage space at Adobe Revel by upgrading your free membership (I believe that there is a fee associated with that).
    What I prefer to do is store such files on an USB 2.0 or 3.0 external hard drive which is formatted NTFS, not FAT32. These drives come in a variety of capacities, come in desktop of portable hand held types, and can be plug and play. You can look for these drives on sale. Probably can find 1 TB under $100.00 US dollars.
    Please review and consider.
    Thanks.
    ATR

  • How can I convert JPG files in multiple subfolders into PDFs with a batch?

    So here's the situation. I'm sitting on 400+ files, each in its own individual subfolder which also contains 4-10 other files. Those files I don't care about, only the .jpg file. I want to be able to take all of those .jpg files and convert them into PDFs, saving them in the same original folder. I've tried making an action to do this but it selects all the files in the folder and converts them as well.

    Should be, yes... It's one of the options of the batch processes. I believe
    it's under the first step, the one where you select which folder/files to
    process. There should be a window there to select which file types to
    process as well. Untick everything except for JPG and it should work...

  • Mail turning 1 JPG in to 2 JPG files

    Any ideas on this one?
    Sending clients 20 or 30 JPG files and when they get it they receive 2 files. One is the JPG they can open the other is a slightly smaller file with a .- extension in front of it. Attaching the whole folder......also noticed mail must be zipping it because I'm not sending a zip file but that's what shows up. Using Photoshop CS3 for the batch resize, and have check the folder for dupes before I send. I am pretty sure I have also used Photoshop Elements 2.0 and got the same results.
    Also I might mention I am a photographer so I have done this a thousands times before on a PC.......new to Mac.
    Message was edited by: PixelPlayer

    We have the same problem in the office too since the update to Mac OS X Yosemite and Mail 8.2. We are using Microsoft Exchange. Every mail we send from Apple Mail will have an attached .html file after every attachment. This is especially bad when there is still some text after the attachment, because this text will be moved  into the .html file too so no receiver will ever read it.
    Looks like a similar problem was already existing some years ago:
    Mail attaches an HTML file for each file that I attach
    It seems as I could solve the problem though installing the Universal Mailer mentioned above.

  • Creation of JPG file

    Hi,
    I have a jsp page that display's data from the database in html table format.Now i have a button called "image" at the bottom.I want that when the user clicks on the image button a jpg file should be reandered to the user that would contain the table data (from the database) that is displayed in the jsp.
    I am fairly new to image creation in java.I know that i need to use the
    response.setContentType("image/jpeg"); to render the jpg back to the user but don't know how to write the data that is displayed in the table in the jsp to this jpg file and generate this file and show back to the user.
    I also know that i need to use a byte [] but dont know how to do this.
    Is there any way to achieve this?Thanks in advance.
    Regards,
    Aditya

    import javax.imageio.*;
    import javax.imageio.IIOImage.*;
    import java.awt.*;
    import java.awt.image.*;
    import java.io.*;
    import java.util.*;
    public class h
      public static void main( String a[] ) throws Exception
        doit( new FileOutputStream( a[ 0 ] ) );
      static void doit( OutputStream os ) throws Exception
        int                 width0 = 800;
        int                 height0 = 600;
        BufferedImage       sm0 = new BufferedImage( width0, height0, BufferedImage.TYPE_INT_BGR );
        Graphics2D          g0 = sm0.createGraphics();
        ImageIO.write( sm0, "jpg", os );
    }

  • File and folder import

    I just installed Aperture and began to import files and folders from previous photo shoots (stored on a hard drive). I have many original jpgs that I modified in Photoshop and then saved as a separate version with a .psd extension. That means I have hundreds of files like 1234.jpg with a corresponding 1234.psd file. Upon folder import Aperture only imports the .jpg file and I cannot even see the .psd file in the browser when I try to import individual files?!? This only happens if I have used a common filename with different extension. Is this a bug or am I missing something....
    I would really like to avoid to rename all my file names in order to import them properly into Aperture.
    MacBook Pro   Mac OS X (10.4.7)  

    Every image in Aperture has a Master.  The Master is a file.  If you want to control how those files names are organized (remember -- you leave the actual location on the drives up to the OS), use Referenced Masters.  If you don't want to worry about this, use Managed Masters.
    There is no way to change the Managed Masters file organization.
    Aperture is an image management program.  The image is the atomic unit of the database.  Aperture gives you powerful tools for organizing, storing, retrieving, adjusting, and exporting (by which you create image-formatted files for use by other programs) images.  It purposely relieves you of the burden of doing file management (just as long ago OS's relieved you of doing drive platter and sector management -- a task two guys named Bill and Paul made some money off of).
    It's not, of course, Steve's way or the highway.  You can have each of your images have a Referenced Master.  You can either organize these as you see fit in Finder, and then import the files (at which point Aperture creates what it calls an image), or you can use Aperture's tools to manage your Referenced Masters.
    The simplest thing to do -- recommended for those new to Aperture -- is to import your files into the Aperture Library and let Aperture manage the Masters.  There is a lot to learn to take advantage of Aperture.  You can always and at any time convert any Managed Master to a Referenced Master, and vice versa.
    All of, and any subset of, your images in Aperture can be sorted by import session, date taken, day of week taken, aperture, lens used, color space, rating, size, bit depth, orientation, file format of Master, and a score of other criteria -- all with one click.
    If you use Aperture, your file organization matters only for backup and security.
    Message was edited by: Kirby Krieger

  • Camera Raw won't open certain JPG files from Bridge, others open in ACR with no problem.

    Edit: This was orignally posted in the Photoshop > Macintosh forum, which I failed to realize was read only. Thanks to a PM headsup, I'm reposting it here. Thanks
    I've searched the internet and the Adobe forums and cannot find a direct answer to what I'm dealing with.
    The issue I am having is that Bridge CS5 (current version 4.0.5.11) will open some JPG images in Raw with no problem and others nothing happens at all. All the images come from the same source (Fujifilm Frontier SP2000) so I really don't understand why Bridge ignores some of them as being openable in RAW. For example, say this roll of film has 36 images. If I "Select All", right click, and select "Open in Camera Raw", it will open whichever it deems acceptable in RAW and nothing happens at all to the others (The RAW dialog will, for instance, only open 10 images instead of all 36, and the remaining images are not altered in any way).
    I've made sure that Photoshop is prefering Adobe Camera Raw with Supported Raw Files and in Camera Raw Preferences I have the box ticked to Automatically open JPGs with Settings but nothing helps.
    My work around is to one file at a time in the Photoshop Open dialog, selecting an affected JPG file and have it open them as Camera Raw instead of Jpeg.
    Any ideas? It's done this for quite a while and I have no idea how to fix it.
    Thanks.
    Cary

    Cary,
    It could be an insufficient memory problem.  Please supply details about your machine.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers: 
    http://forums.adobe.com/thread/419981?tstart=0
    Also, please note that the Camera Raw forum is here:
    http://forums.adobe.com/community/cameraraw
    Thanks!
    Wo Tai Lao Le
    我太老了

  • How do I turn a list of files and paths into this format using AS?

    Hi everyone,
    I'm a complete novice with Applescript and I need some help to script turning a list of files from the Finder into a specific format in a text doc, so I can save as CSV and import into another app (Anki, for learning language).
    Here's an example list of files:
    I can get Automator to spit out the files names and paths into a text file, but I think I need Applescript to turn the result into this:
    <img src="12-1.jpg">;[sound:12-1.caf];;
    <img src="12-2.jpg">;[sound:12-2.caf];;
    <img src="12-3.jpg">;[sound:12-3.caf];;
    <img src="12-4.jpg">;[sound:12-4.caf];;
    Any help would be appreciated.

    This processes the JPG files, and then assumes that the CAF files are in the flle structure you provided.
    Select files in the Image Folder:
    The Run Shell Script [pass input as arguments] is:
    for f in "$@"
    do
         caf="$f"
         caf=${caf/Images/Audio}
         caf=${caf%.*}.caf
         echo \<img src=\""$f"\"\>\;\;[sound:$caf\]\;\;
    done

Maybe you are looking for

  • Out of the blue, my computer stops working and refuses to power up. Can anyone help?

    So I am posting this on a Thursday night. Monday morning and night, my computer was working fine. Come Tuesday, however, and my computer won't turn on. I don't think much of it; I shrug it off and head to school. Come back from school, and the comput

  • Prority applying filters in Develope module

    LR is one of the best tools for those who wnat quick ranking, metadata editing for copyright, sorting and processing LARGE quantities of files... Among those photographers wedding, event and sport shooters are those who really need to fastly sort thi

  • Creating Membership registration using Struts?

    Any sample code or tutorials on how to do this using struts or just plain JSP? I have basic JSP experience but no real struts. Also basic adding, editing and deleting records from mysql using JSP/html forms. Just something that I can look, modify and

  • PAYRAYT

    I purchased a new computer preloaded with Windows 8 for my wife in Dec 2013. I am reasonably computer literate having had computers since the days of DOS and currently using Windows7. From day one, the operating system on new computer started malfunc

  • Command line Twitter application suggestions

    [sorry if this is the wrong place, feel free to move it and yell at me] I can't seem to find any real command line Twitter applications, and wondered if anyone could recommend one? To read as well as write to Twitter, that is. I realise how easy it i