extract_sentiment_terms: Extract Sentiment Words

Description Usage Arguments Value Examples

View source: R/extract_sentiment_terms.R

Description

Extract the sentiment words from a text.

Usage

1
2
3
4
5
6
7
extract_sentiment_terms(
  text.var,
  polarity_dt = lexicon::hash_sentiment_jockers_rinker,
  hyphen = "",
  retention_regex = "\\d:\\d|\\d\\s|[^[:alpha:]',;: ]",
  ...
)

Arguments

text.var

The text variable.

polarity_dt

A data.table of positive/negative words and weights with x and y as column names.

hyphen

The character string to replace hyphens with. Default replaces with nothing so 'sugar-free' becomes 'sugarfree'. Setting hyphen = " " would result in a space between words (e.g., 'sugar free').

retention_regex

A regex of what characters to keep. All other characters will be removed. Note that when this is used all text is lower case format. Only adjust this parameter if you really understand how it is used. Note that swapping the \\{p} for [^[:alpha:];:,\'] may retain more alpha letters but will likely decrease speed.

...

Ignored.

Value

Returns a data.table with columns of positive and negative terms. In addition, the attributes $counts and $elements return an aggregated count of the usage of the words and a detailed sentiment score of each word use. See the examples for more.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
library(data.table)
set.seed(10)
x <- get_sentences(sample(hu_liu_cannon_reviews[[2]], 1000, TRUE))
sentiment(x)

pol_words <- extract_sentiment_terms(x)
pol_words
pol_words$sentence
pol_words$neutral
data.table::as.data.table(pol_words)

attributes(extract_sentiment_terms(x))$counts
attributes(extract_sentiment_terms(x))$elements

## Not run: 
library(wordcloud)
library(data.table)

set.seed(10)
x <- get_sentences(sample(hu_liu_cannon_reviews[[2]], 1000, TRUE))
sentiment_words <- extract_sentiment_terms(x)

sentiment_counts <- attributes(sentiment_words)$counts
sentiment_counts[polarity > 0,]

par(mfrow = c(1, 3), mar = c(0, 0, 0, 0))
## Positive Words
with(
    sentiment_counts[polarity > 0,],
    wordcloud(words = words, freq = n, min.freq = 1,
          max.words = 200, random.order = FALSE, rot.per = 0.35,
          colors = brewer.pal(8, "Dark2"), scale = c(4.5, .75)
    )
)
mtext("Positive Words", side = 3, padj = 5)

## Negative Words
with(
    sentiment_counts[polarity < 0,],
    wordcloud(words = words, freq = n, min.freq = 1,
          max.words = 200, random.order = FALSE, rot.per = 0.35,
          colors = brewer.pal(8, "Dark2"), scale = c(4.5, 1)
    )
)
mtext("Negative Words", side = 3, padj = 5)

sentiment_counts[, 
    color := ifelse(polarity > 0, 'red', 
        ifelse(polarity < 0, 'blue', 'gray70')
    )]

## Positive & Negative Together
with(
    sentiment_counts[polarity != 0,],
    wordcloud(words = words, freq = n, min.freq = 1,
          max.words = 200, random.order = FALSE, rot.per = 0.35,
          colors = color, ordered.colors = TRUE, scale = c(5, .75)
    )
)
mtext("Positive (red) & Negative (blue) Words", side = 3, padj = 5)

## End(Not run)

Example output

      element_id sentence_id word_count  sentiment
   1:          1           1         11  0.3015113
   2:          2           1         38  0.2919986
   3:          3           1         20  0.4024922
   4:          4           1         14  0.0000000
   5:          5           1         16  0.1875000
  ---                                             
1059:        996           1          1  0.0000000
1060:        997           1         23 -0.6255432
1061:        998           1         15  0.0000000
1062:        999           1         13  0.3744226
1063:       1000           1         42  0.4243342
      element_id sentence_id           negative
   1:          1           1                   
   2:          2           1 wait,restless,fire
   3:          3           1                   
   4:          4           1                   
   5:          5           1                   
  ---                                          
1059:        996           1                   
1060:        997           1                   
1061:        998           1                   
1062:        999           1                   
1063:       1000           1               lack
                                  positive
   1:                         well behaved
   2: focus,focus,child,amusing,reasonable
   3:                                helps
   4:                                     
   5:                        great,working
  ---                                     
1059:                                     
1060:                         good,quickly
1061:                                     
1062:                              pleased
1063: quality,quality,outstanding,superior
   [1] "Most of the time, my g3 is a well-behaved camera."                                                                                                                                                                                                                                                                                                                                    
   [2] "Once I get focus lock, I can then wait until my restless subject ( a pet or a child ) strikes an amusing pose and then fire the shutter with some reasonable probability of getting my subject still in focus."                                                                                                                                                                       
   [3] "I can of course buy such a tool off the shelves separately but helps if it comes with my camera."                                                                                                                                                                                                                                                                                     
   [4] "It is very simple to import via iphoto 2 and then move them to photoshop."                                                                                                                                                                                                                                                                                                            
   [5] "It's great to switch to spot metering and actually see it working on the lcd screen."                                                                                                                                                                                                                                                                                                 
   [6] "I just bought the camera a few days ago."                                                                                                                                                                                                                                                                                                                                             
   [7] "Getting the printer to help output them was another tale."                                                                                                                                                                                                                                                                                                                            
   [8] "The camera was a marvel."                                                                                                                                                                                                                                                                                                                                                             
   [9] "This camera is worth every penny, and I highly recommend it!"                                                                                                                                                                                                                                                                                                                         
  [10] "8."                                                                                                                                                                                                                                                                                                                                                                                   
  [11] "perhaps inspired by the canon's factory white-correction settings ( which were found lacking and had to be altered by a user before the white edges from buildings etc could be cleaned out ), the g3 has much sharper white offsets."                                                                                                                                                
  [12] "You can read the other reviews for specs and performance opinions."                                                                                                                                                                                                                                                                                                                   
  [13] "I love the quality of the pictures."                                                                                                                                                                                                                                                                                                                                                  
  [14] "The only two minor issues I have with the camera are the lens cap ( it is not very snug and can come off too easily ) and the lens itself ( it partially obstructs the view through the viewfinder but not views through the lcd )."                                                                                                                                                  
  [15] "The g2 was better in this respect."                                                                                                                                                                                                                                                                                                                                                   
  [16] "I've had this for 3 months now, and I am pleased with my decision."                                                                                                                                                                                                                                                                                                                   
  [17] "( looks quite neat too suggesting that canon may have, er, canonized it a bit )."                                                                                                                                                                                                                                                                                                     
  [18] "With the automatic settings, I really haven't taken a bad picture yet."                                                                                                                                                                                                                                                                                                               
  [19] "Sure, I adjusted the film speed to 400."                                                                                                                                                                                                                                                                                                                                              
  [20] "I can't write enough positive things about this great little camera!"                                                                                                                                                                                                                                                                                                                 
  [21] "The pictures are fabulous and their is a ( short ) learning curve to it; there are tons of features I haven't even gotten to."                                                                                                                                                                                                                                                        
  [22] "After charging my card for the camera and for expedited shipping, 5 business days later, they still hadn't shipped the product."                                                                                                                                                                                                                                                      
  [23] "This camera is worth every penny, and I highly recommend it!"                                                                                                                                                                                                                                                                                                                         
  [24] "It is made of plastic."                                                                                                                                                                                                                                                                                                                                                               
  [25] "I am stunned and amazed at the quality of the raw images I am getting from this g3 ( in conjunction with my professional flash system ), and can easily put up with the cameras limitations, because ive never seen anything better within its resolution limits."                                                                                                                    
  [26] "1."                                                                                                                                                                                                                                                                                                                                                                                   
  [27] "the ability to selectively switch to raw format during record review gives you incredible more post-processing flexibility."                                                                                                                                                                                                                                                          
  [28] "For those of you who already bought this camera, I suggest you buy a hi-ti dye-sub photo printer."                                                                                                                                                                                                                                                                                    
  [29] "In terms of the important accessories, I got myself an the extra litium battery."                                                                                                                                                                                                                                                                                                     
  [30] "I am still trying to figure out the may options it has."                                                                                                                                                                                                                                                                                                                              
  [31] "The included memory card is too small."                                                                                                                                                                                                                                                                                                                                               
  [32] "I am stunned and amazed at the quality of the raw images I am getting from this g3 ( in conjunction with my professional flash system ), and can easily put up with the cameras limitations, because ive never seen anything better within its resolution limits."                                                                                                                    
  [33] "Canon's g3 does it consistently."                                                                                                                                                                                                                                                                                                                                                     
  [34] "You can move the focus range to almost anywhere in the scene with the push of a button, and it has an on-screen manual focus mode that would be really helpful if shooting a scene that is tough to automatically focus."                                                                                                                                                             
  [35] "I love having the option to manually control the f-stop, shutter speed and even focus."                                                                                                                                                                                                                                                                                               
  [36] "I looked at both the nikon coolpix 5700 and the canon g3, and decided on the g3 due both to ergonomics ( much more comfortable to hold and use ) and the price."                                                                                                                                                                                                                      
  [37] "There are six default settings ( off, vivid, sepia, neutral, low sharpening, b & w ) as well as a ' custom effect ' that allows you to control sharpening, contrast and saturation."                                                                                                                                                                                                  
  [38] "However, it seems that this is the general rule for most digital cameras."                                                                                                                                                                                                                                                                                                            
  [39] "Please go to read dpreview."                                                                                                                                                                                                                                                                                                                                                          
  [40] "com and you'll get the complete story."                                                                                                                                                                                                                                                                                                                                               
  [41] "I've now had the camera for two months and I'm even more pleased with it."                                                                                                                                                                                                                                                                                                            
  [42] "It seems to me that after the focus and metering are complete there is quite a lag before the shutter?"                                                                                                                                                                                                                                                                               
  [43] "No one told me, but I wanted to tell you."                                                                                                                                                                                                                                                                                                                                            
  [44] "Overall I think that you need to consider what you wan't to do."                                                                                                                                                                                                                                                                                                                      
  [45] "A ) the picture quality ( color and sharpness of focusing ) are so great, it completely eliminated my doubt about digital imaging --- how could one eat rice one grain at a time: - ) )"                                                                                                                                                                                              
  [46] "Bottom line, well made camera, easy to use, very flexible and powerful features to include the ability to use external flash and lense / filters choices."                                                                                                                                                                                                                            
  [47] "Get the canon 850 printer and an ex flash."                                                                                                                                                                                                                                                                                                                                           
  [48] "It was ( I sold it after a few months ) too expensive for the shots that I got."                                                                                                                                                                                                                                                                                                      
  [49] "I tried out some other brands in the stores, and was disappointed by the battery life of the other company; plus what you see in the lcd ( no optical finder ) isn't what you get - not even for color; the output was less than I expected."                                                                                                                                         
  [50] "Great job canon!"                                                                                                                                                                                                                                                                                                                                                                     
  [51] "The powershot g3 is a great camera."                                                                                                                                                                                                                                                                                                                                                  
  [52] "The lcd screen pulls out and rotates in any direction for easy pictures."                                                                                                                                                                                                                                                                                                             
  [53] "Messing around with images in photoshop ( a supplied software package ) and printing them on a good printer, yielded excellent results."                                                                                                                                                                                                                                              
  [54] "But at least youre starting with the most photorealistic images ive ever seen from a camera."                                                                                                                                                                                                                                                                                         
  [55] "I bought a 512 mb card, which seems to hold about 400 photos at the highest resolution."                                                                                                                                                                                                                                                                                              
  [56] "Has 4x optical zoom which is higher than any other in the same price range."                                                                                                                                                                                                                                                                                                          
  [57] "Nice camera but doesn't take as sharp as pictures I thought they would, and again."                                                                                                                                                                                                                                                                                                   
  [58] "This is my first digital camera, and I am very pleased with it."                                                                                                                                                                                                                                                                                                                      
  [59] "I agree with the positive reviews."                                                                                                                                                                                                                                                                                                                                                   
  [60] "+ they have great optics ( cp5700 has great optical zoom ) and features, not to mention take great pictures."                                                                                                                                                                                                                                                                         
  [61] "Photos had some artifacts and noise."                                                                                                                                                                                                                                                                                                                                                 
  [62] "I can't write enough positive things about this great little camera!"                                                                                                                                                                                                                                                                                                                 
  [63] "They haven't got all the bugs worked out just yet."                                                                                                                                                                                                                                                                                                                                   
  [64] "A good choice could be cf type ii, microdrives that can store around 1 gb of images."                                                                                                                                                                                                                                                                                                 
  [65] "The menus are easy to navigate and the buttons are easy to use."                                                                                                                                                                                                                                                                                                                      
  [66] "Photos had some artifacts and noise."                                                                                                                                                                                                                                                                                                                                                 
  [67] "I always shoot using the lcd panel."                                                                                                                                                                                                                                                                                                                                                  
  [68] "I've haven't heard about a diagnos or fix for this."                                                                                                                                                                                                                                                                                                                                  
  [69] "The g3 has most if not all of the features that you would want from a semi-pro / pro slr with a good range of manual options for those who know something about photography."                                                                                                                                                                                                         
  [70] "The canon g3 is perhaps the best 4mp camera out there."                                                                                                                                                                                                                                                                                                                               
  [71] "Got way too many blurry pictures."                                                                                                                                                                                                                                                                                                                                                    
  [72] "It's great to switch to spot metering and actually see it working on the lcd screen."                                                                                                                                                                                                                                                                                                 
  [73] "However, using the lcd seems to eliminate this minor problem."                                                                                                                                                                                                                                                                                                                        
  [74] "The reason I rated it a four is because of that darn diopter adjustment dial."                                                                                                                                                                                                                                                                                                        
  [75] "its very small and hard to turn so you can't get an accurate adjustment ( for those of you who don't know what a diopter adjustment is, it is to adjust the focus of the viewfinder to your eyesight."                                                                                                                                                                                
  [76] ")"                                                                                                                                                                                                                                                                                                                                                                                    
  [77] "Canon's g3 does it consistently."                                                                                                                                                                                                                                                                                                                                                     
  [78] "The optical zoom is awesome, and the viewfinder reflects the settings of the zoom."                                                                                                                                                                                                                                                                                                   
  [79] "Yes, I push the button down halfway first to avoid the autofocus delay."                                                                                                                                                                                                                                                                                                              
  [80] "( well thats only for old-school die-hard optical viewfinder fans ) use lcd instead which is brilliant and you can twist around too."                                                                                                                                                                                                                                                 
  [81] "They stop time."                                                                                                                                                                                                                                                                                                                                                                      
  [82] "Or save time and just do it, you won't regret it."                                                                                                                                                                                                                                                                                                                                    
  [83] "I also discovered the exposure-bracket setting, which enables you to take three exposures with one press of the shutter: the first at the camera-determined exposure, then one lighter and one darker."                                                                                                                                                                               
  [84] "And with the 500 you save you could print the results for the life of the camera."                                                                                                                                                                                                                                                                                                    
  [85] "I highly recommend it."                                                                                                                                                                                                                                                                                                                                                               
  [86] "You see, I can't rank the product since the merchant that amazon is collaborating with ( j and r camera."                                                                                                                                                                                                                                                                             
  [87] ") to bring us consumers better choices never sent me the product."                                                                                                                                                                                                                                                                                                                    
  [88] "+ takes sharp 5mp photo's, has great features and relatively easy to use."                                                                                                                                                                                                                                                                                                            
  [89] "This camera has significantly more noise at iso 100 than the nikon 4500."                                                                                                                                                                                                                                                                                                             
  [90] "I've been looking to buy a digital camera for a long time and v = finally decided that now was the time."                                                                                                                                                                                                                                                                             
  [91] "If you are looking for a very simple point and shoot camera, this is probably not what you are looking for."                                                                                                                                                                                                                                                                          
  [92] "Yep."                                                                                                                                                                                                                                                                                                                                                                                 
  [93] "Learning how to use it will not take very long."                                                                                                                                                                                                                                                                                                                                      
  [94] "Getting the printer to help output them was another tale."                                                                                                                                                                                                                                                                                                                            
  [95] "The canon g3 gives tons of control for photo buffs but still has an \" auto \" mode that makes it very easy for the novice to use."                                                                                                                                                                                                                                                   
  [96] "I love having the option to manually control the f-stop, shutter speed and even focus."                                                                                                                                                                                                                                                                                               
  [97] "Why?"                                                                                                                                                                                                                                                                                                                                                                                 
  [98] "Save them on computer and print out just the ones who want."                                                                                                                                                                                                                                                                                                                          
  [99] "Very cheaply made."                                                                                                                                                                                                                                                                                                                                                                   
 [100] "When it arrives, you press the shutter release."                                                                                                                                                                                                                                                                                                                                      
 [101] "The camera arrived on time and in perfect condition."                                                                                                                                                                                                                                                                                                                                 
 [102] "In terms of the shots taken, this camera is insanely great!"                                                                                                                                                                                                                                                                                                                          
 [103] "Maybe it is my lack of experience, but I found shots with this camera very disappointing."                                                                                                                                                                                                                                                                                            
 [104] "And so I must ask, what are cameras for?"                                                                                                                                                                                                                                                                                                                                             
 [105] "Excellent idea!"                                                                                                                                                                                                                                                                                                                                                                      
 [106] "As its 4mp, you might need bigger storage to store high quality images and recording movies ( you can record 3 minutes of video )."                                                                                                                                                                                                                                                   
 [107] "Instead, I bought the adobe photoshop camera raw plug-in."                                                                                                                                                                                                                                                                                                                            
 [108] "The g3 is loaded with many useful features, and unlike many smaller digital cameras, it is easy to hold steady when using slower shutter speeds."                                                                                                                                                                                                                                     
 [109] "Not perfect ( yes, the viewfinder can get obstructed in instances."                                                                                                                                                                                                                                                                                                                   
 [110] "but the lcd works well enough in those instances ), not the cheapest 4.0 mp, but the best 4.0 mp."                                                                                                                                                                                                                                                                                    
 [111] "2."                                                                                                                                                                                                                                                                                                                                                                                   
 [112] "battery life is over 4.5 hours, compared to about 2.5 hours for the g2 or the 2 hours for most nikons."                                                                                                                                                                                                                                                                               
 [113] "I also purchased a good sturdy tripod: the combination of the new camera, tripod and remote control enabled me to take some remarkable indoor, natural-light portraits I never would have attempted before."                                                                                                                                                                          
 [114] "I called the canon technical service center to see if I had a defective camera."                                                                                                                                                                                                                                                                                                      
 [115] "Simply, the canon g3 is the best digital camera out there today at this price point."                                                                                                                                                                                                                                                                                                 
 [116] "The canon g3."                                                                                                                                                                                                                                                                                                                                                                        
 [117] "I have not spent much time with the included software, so I don't know what to say about it other than it seems ok."                                                                                                                                                                                                                                                                  
 [118] "I can of course buy such a tool off the shelves separately but helps if it comes with my camera."                                                                                                                                                                                                                                                                                     
 [119] "The function lever - the one which switches between capture and view mode feels fragile."                                                                                                                                                                                                                                                                                             
 [120] "The compact flash is delicate and I hate to swap it in fear on the connetions ( camera and cf ) bending ( can lead to cf erros ) or losing it."                                                                                                                                                                                                                                       
 [121] "This camera also has a great feel and weight to it."                                                                                                                                                                                                                                                                                                                                  
 [122] "But after trying many adjustments, the camera remains unresponsive when compared to any film-based camera."                                                                                                                                                                                                                                                                           
 [123] "This camera has a cool stitch pictures feature, to find out more just log on to canon's website."                                                                                                                                                                                                                                                                                     
 [124] "I also purchased a good sturdy tripod: the combination of the new camera, tripod and remote control enabled me to take some remarkable indoor, natural-light portraits I never would have attempted before."                                                                                                                                                                          
 [125] "I found that low light situations combined with any sort of action left this camera in the dust."                                                                                                                                                                                                                                                                                     
 [126] "Good points:"                                                                                                                                                                                                                                                                                                                                                                         
 [127] "It was too new to have learned much about the advanced features, so I generally used the auto mode."                                                                                                                                                                                                                                                                                  
 [128] "Best camera ever."                                                                                                                                                                                                                                                                                                                                                                    
 [129] "from the image quality, color, function, I can say almost everything."                                                                                                                                                                                                                                                                                                                
 [130] "The highest optical zoom pictures are perfect."                                                                                                                                                                                                                                                                                                                                       
 [131] "The results are shadow-free images that look as if theyve been exposed with the gentlest natural light you could imagine."                                                                                                                                                                                                                                                            
 [132] "The g3 completely takes over controlling the duration of the metz flash, and most of the time, the exposure is spot on and when it isnt, its because youve exceeded the range of the metz flash itself."                                                                                                                                                                              
 [133] "I have but plan on selling my rebel ti and all of the equipment with it."                                                                                                                                                                                                                                                                                                             
 [134] "If you are looking for a very simple point and shoot camera, this is probably not what you are looking for."                                                                                                                                                                                                                                                                          
 [135] "Overall it is the best camera on the market."                                                                                                                                                                                                                                                                                                                                         
 [136] "I've been able to change modes on this thing without even looking at the manual."                                                                                                                                                                                                                                                                                                     
 [137] "What the photoshop plug-in gives you is reality, and then if you want fantasy, you can use photoshop to create it."                                                                                                                                                                                                                                                                   
 [138] "It takes great pictures, operates quickly, and feels solid."                                                                                                                                                                                                                                                                                                                          
 [139] "But make sure to buy a tripod and separate flash unit at the same time: you'll see the difference in your photos immediately."                                                                                                                                                                                                                                                        
 [140] "I called the canon technical service center to see if I had a defective camera."                                                                                                                                                                                                                                                                                                      
 [141] "Following my research, I decided on the g3."                                                                                                                                                                                                                                                                                                                                          
 [142] "Negative points:"                                                                                                                                                                                                                                                                                                                                                                     
 [143] "B ) the lens cover is surely loose, I already accidently finger-printed the len a few times, and au lens tigt and cause potential damage."                                                                                                                                                                                                                                            
 [144] "For those who have this metz flash ( or the 45cl-3 ) and would like to get the absolute ultimate quality out of this g3, the metz module you need is the sca 3102 and the connector cord is the sca 3000c."                                                                                                                                                                           
 [145] "If you shoot in lots of light and desire high quality, this will be your camera."                                                                                                                                                                                                                                                                                                     
 [146] "Duplicates are a no brainer and cheap."                                                                                                                                                                                                                                                                                                                                               
 [147] "You see, I can't rank the product since the merchant that amazon is collaborating with ( j and r camera."                                                                                                                                                                                                                                                                             
 [148] ") to bring us consumers better choices never sent me the product."                                                                                                                                                                                                                                                                                                                    
 [149] "The optical zoom works great and the 14x digital zoom is a very nice addition although pictures at the highest digital zoom are a little blurry."                                                                                                                                                                                                                                     
 [150] "A 35mm film camera captures the moments you want, while these digital cameras ( my friends now inform me ) all seem to capture the moment immediately following the one you asked to capture."                                                                                                                                                                                        
 [151] "Highly recommended."                                                                                                                                                                                                                                                                                                                                                                  
 [152] "I bought this last week through amazon."                                                                                                                                                                                                                                                                                                                                              
 [153] "The reason I rated it a four is because of that darn diopter adjustment dial."                                                                                                                                                                                                                                                                                                        
 [154] "its very small and hard to turn so you can't get an accurate adjustment ( for those of you who don't know what a diopter adjustment is, it is to adjust the focus of the viewfinder to your eyesight."                                                                                                                                                                                
 [155] ")"                                                                                                                                                                                                                                                                                                                                                                                    
 [156] "The g3 has a different type of battery charging system from the smaller canon cameras: the battery needs to be charged while in the camera, but the charging system also enables you to use the camera while plugged in without running down the battery."                                                                                                                            
 [157] "I bought a 512 mb card by simpletech and it works great with my canon."                                                                                                                                                                                                                                                                                                               
 [158] "I can't fit all that resolution ( 4mp = 2272x 1704 resol."                                                                                                                                                                                                                                                                                                                            
 [159] ") in my 19in flat monitor ( 1200x1024 resol."                                                                                                                                                                                                                                                                                                                                         
 [160] ") anyways."                                                                                                                                                                                                                                                                                                                                                                           
 [161] "4."                                                                                                                                                                                                                                                                                                                                                                                   
 [162] "the shape of this device is a little squarer, without losing the weight which means better balance and less shaking while clicking."                                                                                                                                                                                                                                                  
 [163] "I bought it for my trip to beunos aires, and also used it at the iguazu falls, and could not have asked for more perfect performance!"                                                                                                                                                                                                                                                
 [164] "Despite this minor disappointment, I highly recommend the canon g3 anyone who is serious about digital photography."                                                                                                                                                                                                                                                                  
 [165] "And so far, I've been very pleased."                                                                                                                                                                                                                                                                                                                                                  
 [166] "I cancelled the order."                                                                                                                                                                                                                                                                                                                                                               
 [167] "But at the same time, it takes wonderful pictures very easily in \" auto \" mode, so that even an average joe like me can use it!"                                                                                                                                                                                                                                                    
 [168] "I have only had this camera for one full day and I have to say that it is wonderful."                                                                                                                                                                                                                                                                                                 
 [169] "This camera has canon's great colorimetry, plus what you see in the lcd is what you get."                                                                                                                                                                                                                                                                                             
 [170] "The results are shadow-free images that look as if theyve been exposed with the gentlest natural light you could imagine."                                                                                                                                                                                                                                                            
 [171] "The manual mode is easy to use with fast access for the selection of shutter speed and aperture without having to fumble through menu options."                                                                                                                                                                                                                                       
 [172] "I bought a 512 mb card by simpletech and it works great with my canon."                                                                                                                                                                                                                                                                                                               
 [173] "I am a long-time user of highly responsive film slrs and professional quality external flash equipment, just so you know my bias."                                                                                                                                                                                                                                                    
 [174] "And the body / construction in general has quite a bit of plastic, a disappointment after the stainless steel heft of the s330."                                                                                                                                                                                                                                                      
 [175] "The lcd screen pulls out and rotates in any direction for easy pictures."                                                                                                                                                                                                                                                                                                             
 [176] "Poor quality pics, short battery life, slow time consuming uploads and printing will ruin the digital camera experience and keep you buying film."                                                                                                                                                                                                                                    
 [177] "When it arrives, you press the shutter release."                                                                                                                                                                                                                                                                                                                                      
 [178] "Looks sort of like picasa software ( google it if you dont know ) in the interface and is as easy to install and operate as g2's, but more intuitive."                                                                                                                                                                                                                                
 [179] "4."                                                                                                                                                                                                                                                                                                                                                                                   
 [180] "the shape of this device is a little squarer, without losing the weight which means better balance and less shaking while clicking."                                                                                                                                                                                                                                                  
 [181] "The g3 has most if not all of the features that you would want from a semi-pro / pro slr with a good range of manual options for those who know something about photography."                                                                                                                                                                                                         
 [182] "I found that low light situations combined with any sort of action left this camera in the dust."                                                                                                                                                                                                                                                                                     
 [183] "In the hands of someone who doesn't, it will yield good results on idiot program / auto mode."                                                                                                                                                                                                                                                                                        
 [184] "Canon's optics are better and I believe their processing algorithms are also better."                                                                                                                                                                                                                                                                                                 
 [185] "I compared it to the olympus c5050z, the sony dcs-f 717 and the nikon 5700."                                                                                                                                                                                                                                                                                                          
 [186] "I'm concerned that with the easily removed lens cap, I may damage the lens."                                                                                                                                                                                                                                                                                                          
 [187] "This is my first digital camera and I couldn't be happier."                                                                                                                                                                                                                                                                                                                           
 [188] "The g3 has most if not all of the features that you would want from a semi-pro / pro slr with a good range of manual options for those who know something about photography."                                                                                                                                                                                                         
 [189] "Excellent idea!"                                                                                                                                                                                                                                                                                                                                                                      
 [190] "I don't write many reviews but I'm compelled to do so with this camera."                                                                                                                                                                                                                                                                                                              
 [191] "For me on the fine resolution setting ( not maximum but very close ) this adds up to over 1000 images with the 1 gig card."                                                                                                                                                                                                                                                           
 [192] "When shopping for digital cameras I looked at the nikon cp5700, olympus c5050, nikon cp5000, and the canon g3."                                                                                                                                                                                                                                                                       
 [193] "Recent price drops have made the g3 the best bargain in digital cameras currently available."                                                                                                                                                                                                                                                                                         
 [194] "I love this camera."                                                                                                                                                                                                                                                                                                                                                                  
 [195] "My fiance just didn't like the way it felt in her hands."                                                                                                                                                                                                                                                                                                                             
 [196] "What the photoshop plug-in gives you is reality, and then if you want fantasy, you can use photoshop to create it."                                                                                                                                                                                                                                                                   
 [197] "I believe this is enabled by a second file that comes out of the camera that stores all this information."                                                                                                                                                                                                                                                                            
 [198] "Unless you want to print murals, you don't need it."                                                                                                                                                                                                                                                                                                                                  
 [199] "7."                                                                                                                                                                                                                                                                                                                                                                                   
 [200] "a new photostich software for stiching your pics into a panoramic view."                                                                                                                                                                                                                                                                                                              
 [201] "Nice camera but doesn't take as sharp as pictures I thought they would, and again."                                                                                                                                                                                                                                                                                                   
 [202] "But after trying many adjustments, the camera remains unresponsive when compared to any film-based camera."                                                                                                                                                                                                                                                                           
 [203] "Am I ever glad that I decided on this camera!"                                                                                                                                                                                                                                                                                                                                        
 [204] "They said it is in stock, but they are \" too busy \"."                                                                                                                                                                                                                                                                                                                               
 [205] "You can see the lens barrel in the view-finder."                                                                                                                                                                                                                                                                                                                                      
 [206] "This camera has none of these flaws and will be something you'll use all the time."                                                                                                                                                                                                                                                                                                   
 [207] "It doesn't do you any good if a camera has all the features but you can't access them quickly when you need them!"                                                                                                                                                                                                                                                                    
 [208] "I am going to have so much fun with this camera and when I learn more I will post a more accurate review."                                                                                                                                                                                                                                                                            
 [209] "I've figured out most of its features on my own already ( because I have used digital cameras before, so I know things like symbols )."                                                                                                                                                                                                                                               
 [210] "I am absolutely in awe of this camera, canon put enormous quality into the g3."                                                                                                                                                                                                                                                                                                       
 [211] "When it arrives, you press the shutter release."                                                                                                                                                                                                                                                                                                                                      
 [212] "It is also one of the few electronic items that works right out of the box."                                                                                                                                                                                                                                                                                                          
 [213] "I have returned the g3 ( actually I tried two of them ) and have my g2!"                                                                                                                                                                                                                                                                                                              
 [214] "But do not assume, as I did, that the g3 has the same ability as [ your current film camera ] to stop the moment you choose."                                                                                                                                                                                                                                                         
 [215] "Then again a one time use camera may do just as well."                                                                                                                                                                                                                                                                                                                                
 [216] "After about a minute of trying to tell me that most people use the lcd and not the view finder, they finally admitted, it was a design flaw in the camera."                                                                                                                                                                                                                           
 [217] "Crop and enlarge the best at practically no extra cost or time."                                                                                                                                                                                                                                                                                                                      
 [218] "This camera has significantly more noise at iso 100 than the nikon 4500."                                                                                                                                                                                                                                                                                                             
 [219] "Canon's g3 does it consistently."                                                                                                                                                                                                                                                                                                                                                     
 [220] "The little digital elphs were the best-designed, most-elegant cameras until the g3 came along and squashed them."                                                                                                                                                                                                                                                                     
 [221] "I've been pleased with the picture quality and durability in snow, car, boat and wind."                                                                                                                                                                                                                                                                                               
 [222] "I make photographs at work, and so wanted a camera good enough to compare with what I use professionally."                                                                                                                                                                                                                                                                            
 [223] "I compared it to the olympus c5050z, the sony dcs-f 717 and the nikon 5700."                                                                                                                                                                                                                                                                                                          
 [224] "The g3 has most if not all of the features that you would want from a semi-pro / pro slr with a good range of manual options for those who know something about photography."                                                                                                                                                                                                         
 [225] "Rather heavy for point and shoot but a great camera for semi pros."                                                                                                                                                                                                                                                                                                                   
 [226] "Sure, I adjusted the film speed to 400."                                                                                                                                                                                                                                                                                                                                              
 [227] "This camera has a major design flaw."                                                                                                                                                                                                                                                                                                                                                 
 [228] "Duplicates are a no brainer and cheap."                                                                                                                                                                                                                                                                                                                                               
 [229] "I compared it to the olympus c5050z, the sony dcs-f 717 and the nikon 5700."                                                                                                                                                                                                                                                                                                          
 [230] "One bad thing is that it comes with a pitiful 32mb compactflash card, and for most purposes, it is not enough."                                                                                                                                                                                                                                                                       
 [231] "4."                                                                                                                                                                                                                                                                                                                                                                                   
 [232] "the shape of this device is a little squarer, without losing the weight which means better balance and less shaking while clicking."                                                                                                                                                                                                                                                  
 [233] "I won't go into the details here, as the online sites ( stevesdigicams, dpreviews ) go into great depth in their reviews, but I am very pleased with the features, the speed, the picture quality, the flexibility, the automation, and the functional conveniences this camera offers."                                                                                              
 [234] "My wife, who has never used a camera before, picked it up and soon got the hang of the fact that if you don't like what you have created you just delete and try again."                                                                                                                                                                                                              
 [235] "I've been pleased with the picture quality and durability in snow, car, boat and wind."                                                                                                                                                                                                                                                                                               
 [236] "It focuses in a snap."                                                                                                                                                                                                                                                                                                                                                                
 [237] "So why lie about it?"                                                                                                                                                                                                                                                                                                                                                                 
 [238] "4 megapixels is enough for anybody and the photo quality is awesome."                                                                                                                                                                                                                                                                                                                 
 [239] "4 ) the viewfinder is borderuer lcd scoying."                                                                                                                                                                                                                                                                                                                                         
 [240] "Trips."                                                                                                                                                                                                                                                                                                                                                                               
 [241] "So why lie about it?"                                                                                                                                                                                                                                                                                                                                                                 
 [242] "The included memory card is too small."                                                                                                                                                                                                                                                                                                                                               
 [243] "You also have to set the g3 to second shutter sync, which is what youd want to do most of the time anyhow."                                                                                                                                                                                                                                                                           
 [244] "A ) the picture quality ( color and sharpness of focusing ) are so great, it completely eliminated my doubt about digital imaging --- how could one eat rice one grain at a time: - ) )"                                                                                                                                                                                              
 [245] "The objections of the naysayers almost caused me to purchase a different camera, but, in the end, I figured I'd give the g3 a try."                                                                                                                                                                                                                                                   
 [246] "Unless you are making posters, a g3 is more than good enough."                                                                                                                                                                                                                                                                                                                        
 [247] "I can't fit all that resolution ( 4mp = 2272x 1704 resol."                                                                                                                                                                                                                                                                                                                            
 [248] ") in my 19in flat monitor ( 1200x1024 resol."                                                                                                                                                                                                                                                                                                                                         
 [249] ") anyways."                                                                                                                                                                                                                                                                                                                                                                           
 [250] "By cocking the shutter to the halfway position and getting the settings ready to shoot, I was able to produce excellent stopaction photos -- contrary to what other reviewers experienced."                                                                                                                                                                                           
 [251] "I own another canon - an eos ( 35mm film ) camera."                                                                                                                                                                                                                                                                                                                                   
 [252] "Her main focus was having a camera that is easy to understand and use."                                                                                                                                                                                                                                                                                                               
 [253] "My only suggestion is to get a lens protector to help protect the shooting lens ( the lens coating will wear out after so many clean wipes ) and I'm getting the those ( 52 mm adapter and uv lens filter ) at lensmateonline.com."                                                                                                                                                   
 [254] "The only drawback is the viewfinder is slightly blocked by the lens."                                                                                                                                                                                                                                                                                                                 
 [255] "The included memory card is too small."                                                                                                                                                                                                                                                                                                                                               
 [256] "Overall I think that you need to consider what you wan't to do."                                                                                                                                                                                                                                                                                                                      
 [257] "However for me, I occasionally use the view finder and trying to frame in a picture with the lens blocking the view is too much."                                                                                                                                                                                                                                                     
 [258] "Some feature I could turn on or off, or some attachment I could get."                                                                                                                                                                                                                                                                                                                 
 [259] "The distortion is not a flaw."                                                                                                                                                                                                                                                                                                                                                        
 [260] "I spent a lot of time comparing different cameras, and I realized that there is not such thing as the best digital camera."                                                                                                                                                                                                                                                           
 [261] "For those who have this metz flash ( or the 45cl-3 ) and would like to get the absolute ultimate quality out of this g3, the metz module you need is the sca 3102 and the connector cord is the sca 3000c."                                                                                                                                                                           
 [262] "The dive, the kick, the blow-out-the-candles moments are, to me, the reason for cameras."                                                                                                                                                                                                                                                                                             
 [263] "I don't need to go into exhustive review of this camera."                                                                                                                                                                                                                                                                                                                             
 [264] "I am absolutely in awe of this camera, canon put enormous quality into the g3."                                                                                                                                                                                                                                                                                                       
 [265] "The powershot g3 is a great camera."                                                                                                                                                                                                                                                                                                                                                  
 [266] "First and foremost, it will take better pic's than most film camera's."                                                                                                                                                                                                                                                                                                               
 [267] "It is a fantastic camera and well worth the price."                                                                                                                                                                                                                                                                                                                                   
 [268] "However for me, I occasionally use the view finder and trying to frame in a picture with the lens blocking the view is too much."                                                                                                                                                                                                                                                     
 [269] "I haven't used any of them since I got the g3."                                                                                                                                                                                                                                                                                                                                       
 [270] "Unless your a professional, now you will need only one camera."                                                                                                                                                                                                                                                                                                                       
 [271] "this one."                                                                                                                                                                                                                                                                                                                                                                            
 [272] "The manual mode is easy to use with fast access for the selection of shutter speed and aperture without having to fumble through menu options."                                                                                                                                                                                                                                       
 [273] "They said it is in stock, but they are \" too busy \"."                                                                                                                                                                                                                                                                                                                               
 [274] "Despite these grieps, I still recommend the camera."                                                                                                                                                                                                                                                                                                                                  
 [275] "The only drawback is the viewfinder is slightly blocked by the lens."                                                                                                                                                                                                                                                                                                                 
 [276] "The olympus is a bit clumsy-looking and the user-interface not as friendly as the canon, but one of the features that sold me on the g3 was the battery life - no other camera out there gives you the type of battery life as the canon g3."                                                                                                                                         
 [277] "This camera is closest to perfect than any other digicam that is 4-5 megapixel."                                                                                                                                                                                                                                                                                                      
 [278] "I've had this for 3 months now, and I am pleased with my decision."                                                                                                                                                                                                                                                                                                                   
 [279] "This is quite simply the best you can ask for."                                                                                                                                                                                                                                                                                                                                       
 [280] "The only two minor issues I have with the camera are the lens cap ( it is not very snug and can come off too easily ) and the lens itself ( it partially obstructs the view through the viewfinder but not views through the lcd )."                                                                                                                                                  
 [281] "As with taking digital pictures, I notice other people including myself have errors on their compactflash which results in certain shots being partially taken or lost - this is an issue that seems to effect compactflash and other digicam brand."                                                                                                                                 
 [282] "The g3 has a different type of battery charging system from the smaller canon cameras: the battery needs to be charged while in the camera, but the charging system also enables you to use the camera while plugged in without running down the battery."                                                                                                                            
 [283] "Hence I decided to spring for a point-and-shoot digicam that that would have features that would let me get around their inherent limitations."                                                                                                                                                                                                                                       
 [284] "I spent a lot of time comparing different cameras, and I realized that there is not such thing as the best digital camera."                                                                                                                                                                                                                                                           
 [285] "A big plus in my book."                                                                                                                                                                                                                                                                                                                                                               
 [286] "I am a software engineer and am very keen into technical details of everything I buy, I spend around 3 months before buying the digital camera; and I must say, g3 worth every single cent I spent on it."                                                                                                                                                                            
 [287] "In the coastal redwood forests I was able to use these additional features along with the macro-focussing option to shoot wonderful close-up photos of the trilliums and other flowers in bloom."                                                                                                                                                                                     
 [288] "It is generally overpriced a little bit but you get what you are paying for."                                                                                                                                                                                                                                                                                                         
 [289] "- I didn't care much for the tilting lcd screen, it seemed very limited and not very usefull."                                                                                                                                                                                                                                                                                        
 [290] "Then just forget about all the controls you have on the metz flash head itself and the sca 3102 control panel, because they are all ignored."                                                                                                                                                                                                                                         
 [291] "Although I tried contacting amazon to see if they can do anything, the replies I got were inept as if they hadn't taken time to read the complaint."                                                                                                                                                                                                                                  
 [292] "Although canon's batteries are proprietary, they last a really long time, recharge fairly quickly in the camera, plus if you want ' more power ', you can even find a knockoff charger and spare batteries right here on amazon."                                                                                                                                                     
 [293] "Proven canon built quality and lens."                                                                                                                                                                                                                                                                                                                                                 
 [294] "( again this is my first digital camera and maybe that is just how they all are."                                                                                                                                                                                                                                                                                                     
 [295] ")"                                                                                                                                                                                                                                                                                                                                                                                    
 [296] "Before I \" get used to it \", here are my first feelings:"                                                                                                                                                                                                                                                                                                                           
 [297] "The photos she took are better than the results I got from my nikon slr and range of lenses!"                                                                                                                                                                                                                                                                                         
 [298] "The only minor nits I have with the camera are it is fairly boxy looking, it needs a wrist strap instead of a neck strap, and it is a bit slow between shots."                                                                                                                                                                                                                        
 [299] "However, it seems that this is the general rule for most digital cameras."                                                                                                                                                                                                                                                                                                            
 [300] "Get the canon 850 printer and an ex flash."                                                                                                                                                                                                                                                                                                                                           
 [301] "The distortion is not a flaw."                                                                                                                                                                                                                                                                                                                                                        
 [302] "Whether you are a novice or an expert, its ease of use and functionality goes together."                                                                                                                                                                                                                                                                                              
 [303] "In a word, \" awesome \" is how I would describe this camera."                                                                                                                                                                                                                                                                                                                        
 [304] "Proven canon built quality and lens."                                                                                                                                                                                                                                                                                                                                                 
 [305] "The menus are easy to navigate and the buttons are easy to use."                                                                                                                                                                                                                                                                                                                      
 [306] "Negatives?"                                                                                                                                                                                                                                                                                                                                                                           
 [307] "Just a little overview, powershot g3 is the flagship of canon's powershot series and its an slr-like camera, its 4 megapixel and ( alsmost ) full manual control gives the pictures a touch of brilliance."                                                                                                                                                                           
 [308] "I've been using the g3 for about six weeks and it has proven itself to be all that it's advertised."                                                                                                                                                                                                                                                                                  
 [309] "Negatives?"                                                                                                                                                                                                                                                                                                                                                                           
 [310] "So buy the g3."                                                                                                                                                                                                                                                                                                                                                                       
 [311] "These things may get a lot better in the future, but from what I've seen in the last few years, the technology for digital cameras isn't advancing at the pace of pc's, phones and hard drives."                                                                                                                                                                                      
 [312] "They weren't busy enough to charge the credit card, though!"                                                                                                                                                                                                                                                                                                                          
 [313] "It takes great pictures, operates quickly, and feels solid."                                                                                                                                                                                                                                                                                                                          
 [314] "Very comfortable camera, easy to use, and the best digital photos you're going to get at this price."                                                                                                                                                                                                                                                                                 
 [315] "This camera has a cool stitch pictures feature, to find out more just log on to canon's website."                                                                                                                                                                                                                                                                                     
 [316] "Definetely a great camera."                                                                                                                                                                                                                                                                                                                                                           
 [317] "And so I must ask, what are cameras for?"                                                                                                                                                                                                                                                                                                                                             
 [318] "Got way too many blurry pictures."                                                                                                                                                                                                                                                                                                                                                    
 [319] "The moveable lcd screen is great."                                                                                                                                                                                                                                                                                                                                                    
 [320] "Negatives"                                                                                                                                                                                                                                                                                                                                                                            
 [321] "Canon's g3 does it consistently."                                                                                                                                                                                                                                                                                                                                                     
 [322] "I tried out some other brands in the stores, and was disappointed by the battery life of the other company; plus what you see in the lcd ( no optical finder ) isn't what you get - not even for color; the output was less than I expected."                                                                                                                                         
 [323] "Without any tweaking at all, if the exposure is accurate, the colors are as realistic as ive ever seen produced by film, and this is a raw image!"                                                                                                                                                                                                                                    
 [324] "They fired away and the picture turned out quite nicely."                                                                                                                                                                                                                                                                                                                             
 [325] "( as all of my pictures have thusfar )."                                                                                                                                                                                                                                                                                                                                              
 [326] "Being a great fan of the g2 I set out with g3 with a somewhat negative expectation, difficult as it is to improve drastically on something already as ' perfect ' as the powershot g2."                                                                                                                                                                                               
 [327] "Though the instruction booklet says that the camera should display \" lens \" when the cap and the camera are both on, the camera lens extends out and simply takes the lens cap off by itself."                                                                                                                                                                                      
 [328] "They said it is in stock, but they are \" too busy \"."                                                                                                                                                                                                                                                                                                                               
 [329] "I don't write many reviews but I'm compelled to do so with this camera."                                                                                                                                                                                                                                                                                                              
 [330] "I do not know a whole lot about photography, but I am happy to know that this camera can always perform, even as I grow in skill and knowledge."                                                                                                                                                                                                                                      
 [331] "The camera arrived on time and in perfect condition."                                                                                                                                                                                                                                                                                                                                 
 [332] "I do not know a whole lot about photography, but I am happy to know that this camera can always perform, even as I grow in skill and knowledge."                                                                                                                                                                                                                                      
 [333] "This camera is closest to perfect than any other digicam that is 4-5 megapixel."                                                                                                                                                                                                                                                                                                      
 [334] "I'm easily enlarging pictures to 8 1/2 x 11 with no visable loss in picture quality and not even using the best possible setting as yet ( super fine )."                                                                                                                                                                                                                              
 [335] "Whoa."                                                                                                                                                                                                                                                                                                                                                                                
 [336] "Get the canon 850 printer and an ex flash."                                                                                                                                                                                                                                                                                                                                           
 [337] "I can't write enough positive things about this great little camera!"                                                                                                                                                                                                                                                                                                                 
 [338] "They said it is in stock, but they are \" too busy \"."                                                                                                                                                                                                                                                                                                                               
 [339] "It gives great pictures, the controls are easy to use, the battery lasts forever on one single charge, the software is very user-friendly and it is beautiful in it chrome casing."                                                                                                                                                                                                   
 [340] "The menus are easy to navigate and the buttons are easy to use."                                                                                                                                                                                                                                                                                                                      
 [341] "But at the same time, it takes wonderful pictures very easily in \" auto \" mode, so that even an average joe like me can use it!"                                                                                                                                                                                                                                                    
 [342] "I bought my canon g3 about a month ago and I have to say I am very satisfied."                                                                                                                                                                                                                                                                                                        
 [343] "1 ) the included lens cap is very loose on the camera."                                                                                                                                                                                                                                                                                                                               
 [344] "Also, the display is \" hinged \" and it can be placed in a myriad of positions, or to protect it against any damage."                                                                                                                                                                                                                                                                
 [345] "I agree with the positive reviews."                                                                                                                                                                                                                                                                                                                                                   
 [346] "I am a long-time user of highly responsive film slrs and professional quality external flash equipment, just so you know my bias."                                                                                                                                                                                                                                                    
 [347] "Feels solid in hand."                                                                                                                                                                                                                                                                                                                                                                 
 [348] "Yes, I recommend it over the competition."                                                                                                                                                                                                                                                                                                                                            
 [349] "I found that low light situations combined with any sort of action left this camera in the dust."                                                                                                                                                                                                                                                                                     
 [350] "Took hundreds of pictures and they were great."                                                                                                                                                                                                                                                                                                                                       
 [351] "The camera arrived on time and in perfect condition."                                                                                                                                                                                                                                                                                                                                 
 [352] "But once youve got your exposure within an acceptable range, the g3 is shown to produce utterly stunning images that I can hardly get with my nikon f100 film camera."                                                                                                                                                                                                                
 [353] "I did buy the telephoto lens ( and the required extension )."                                                                                                                                                                                                                                                                                                                         
 [354] "Maybe it is my lack of experience, but I found shots with this camera very disappointing."                                                                                                                                                                                                                                                                                            
 [355] "I don't need to go into exhustive review of this camera."                                                                                                                                                                                                                                                                                                                             
 [356] "As with taking digital pictures, I notice other people including myself have errors on their compactflash which results in certain shots being partially taken or lost - this is an issue that seems to effect compactflash and other digicam brand."                                                                                                                                 
 [357] "If you are looking for a very simple point and shoot camera, this is probably not what you are looking for."                                                                                                                                                                                                                                                                          
 [358] "The photo quality is amazing and I know I'm going to have fun with all the features."                                                                                                                                                                                                                                                                                                 
 [359] "I have owned this camera for a short time and wouldn't give it up for anything."                                                                                                                                                                                                                                                                                                      
 [360] "The canon g3 is perhaps the best 4mp camera out there."                                                                                                                                                                                                                                                                                                                               
 [361] "It has a beautiful design, lots of features, very easy to use, very configurable and customizable, and the battery duration is amazing!"                                                                                                                                                                                                                                              
 [362] "The reason I rated it a four is because of that darn diopter adjustment dial."                                                                                                                                                                                                                                                                                                        
 [363] "its very small and hard to turn so you can't get an accurate adjustment ( for those of you who don't know what a diopter adjustment is, it is to adjust the focus of the viewfinder to your eyesight."                                                                                                                                                                                
 [364] ")"                                                                                                                                                                                                                                                                                                                                                                                    
 [365] "The g3 has a different type of battery charging system from the smaller canon cameras: the battery needs to be charged while in the camera, but the charging system also enables you to use the camera while plugged in without running down the battery."                                                                                                                            
 [366] "Those used to 35mm cameras will find the g3 very comfortable and friendly to use."                                                                                                                                                                                                                                                                                                    
 [367] "The photos she took are better than the results I got from my nikon slr and range of lenses!"                                                                                                                                                                                                                                                                                         
 [368] "I believe this is enabled by a second file that comes out of the camera that stores all this information."                                                                                                                                                                                                                                                                            
 [369] "Advanced photobugs will find more creative control than imaginable."                                                                                                                                                                                                                                                                                                                  
 [370] "Buy it for fun, for lack of processing, because you want to use iphoto, or whatever."                                                                                                                                                                                                                                                                                                 
 [371] "I began taking pics as soon as I got this camera and am amazed at the quality of photos I have took simply by using the auto mode."                                                                                                                                                                                                                                                   
 [372] "The camera's a work of art / science -- that's understood."                                                                                                                                                                                                                                                                                                                           
 [373] "Anyways, canon has improved upon the g2 with this g3."                                                                                                                                                                                                                                                                                                                                
 [374] "It is versatile and seems to be one of the best."                                                                                                                                                                                                                                                                                                                                     
 [375] "I did extensive research before chosing the g3 but there's nothing like picking one up and playing with it first."                                                                                                                                                                                                                                                                    
 [376] "I've been using a powershot s330 for nearly a year, and wanted to upgrade to a 4 or 5 megapixel camera with a longer zoom, more adjustability, a hot shoe for an external flash, and a remote control."                                                                                                                                                                               
 [377] "It can be a point-and-shoot camera, but if you do not intend to \" get into \" it's finer features, I'd suggest a less enthusiast featured choice."                                                                                                                                                                                                                                   
 [378] "I'm concerned that with the easily removed lens cap, I may damage the lens."                                                                                                                                                                                                                                                                                                          
 [379] "For more info on digital cameras, go to dpreviews."                                                                                                                                                                                                                                                                                                                                   
 [380] "The service from the supplier was exceptional."                                                                                                                                                                                                                                                                                                                                       
 [381] "4mp, 4x optical zoom, takes absolutely beautiful photos with detail that challenges all of the above 5mp cameras, easy to understand and use ( has a great swivel lcd screen ), a lot of features and add-on options, comes with great software ( not to be overlooked ), and last but by far not least, received my fiance's stamp of approval ( two thumbs up!"                     
 [382] ")"                                                                                                                                                                                                                                                                                                                                                                                    
 [383] "As with taking digital pictures, I notice other people including myself have errors on their compactflash which results in certain shots being partially taken or lost - this is an issue that seems to effect compactflash and other digicam brand."                                                                                                                                 
 [384] "I did extensive research before chosing the g3 but there's nothing like picking one up and playing with it first."                                                                                                                                                                                                                                                                    
 [385] "I don't write many reviews but I'm compelled to do so with this camera."                                                                                                                                                                                                                                                                                                              
 [386] "And I let my kids shoot as many pics as they want, let them review them on the camera and just print the good ones ( which are not many )."                                                                                                                                                                                                                                           
 [387] "This is my first digital camera."                                                                                                                                                                                                                                                                                                                                                     
 [388] "I am a long-time user of highly responsive film slrs and professional quality external flash equipment, just so you know my bias."                                                                                                                                                                                                                                                    
 [389] "However, for a $ 600 - $ 800 budget, I think this camera is an excellent choice."                                                                                                                                                                                                                                                                                                     
 [390] "For simple point and shoot photography, consider a cheaper digital."                                                                                                                                                                                                                                                                                                                  
 [391] "2 ) 4mp is about right for the target market of this camera ( semi-serious amateur photographer )"                                                                                                                                                                                                                                                                                    
 [392] "The standard battery include with the g3 is a camcorder battery that will allow me to take pictures all day without worrying about charging."                                                                                                                                                                                                                                         
 [393] "6."                                                                                                                                                                                                                                                                                                                                                                                   
 [394] "the g2's \" color effect \" exposure mode has now been removed, the replacement is a selectable \" effect func \" menu option available in all exposure modes."                                                                                                                                                                                                                       
 [395] "My girlfriend loved using this camera so much as a point and shoot that I had to pry it out of her hands most of the time."                                                                                                                                                                                                                                                           
 [396] "I haven't used any of them since I got the g3."                                                                                                                                                                                                                                                                                                                                       
 [397] "It helps avoid the problem of a color cast on the pictures, especially in mixed-light settings."                                                                                                                                                                                                                                                                                      
 [398] "The canon g3 improves in almost all ways on the g1 and g2 before it, and in fact beats the nikon coolpix 5000 in performance ( picture quality and battery life ) -- which is amazing because the 5000 is a 5 megapixel camera and the canon is a 4 megapixel camera."                                                                                                                
 [399] "I did a good month's worth of research before buying this over other similar priced digital cameras, and this is the best buy for the buck."                                                                                                                                                                                                                                          
 [400] "The service from the supplier was exceptional."                                                                                                                                                                                                                                                                                                                                       
 [401] "It's great to switch to spot metering and actually see it working on the lcd screen."                                                                                                                                                                                                                                                                                                 
 [402] "This camera performs like I can not believe!"                                                                                                                                                                                                                                                                                                                                         
 [403] "4mp, 4x optical zoom, takes absolutely beautiful photos with detail that challenges all of the above 5mp cameras, easy to understand and use ( has a great swivel lcd screen ), a lot of features and add-on options, comes with great software ( not to be overlooked ), and last but by far not least, received my fiance's stamp of approval ( two thumbs up!"                     
 [404] ")"                                                                                                                                                                                                                                                                                                                                                                                    
 [405] "Bought this product about a month ago and have used it in a variety of situations."                                                                                                                                                                                                                                                                                                   
 [406] "I cant use my nikon external flash on a canon camera, but I can use my metz, with the proper metz module and extension cord connected between the g3 and the 60 ct-4."                                                                                                                                                                                                                
 [407] "Splash!"                                                                                                                                                                                                                                                                                                                                                                              
 [408] "I'm one of those people that can only concentrate on one screen at a time so I've been having trouble paying attention to the little display panel on top, but that doesn't stop me from loving this camera."                                                                                                                                                                         
 [409] "They stop time."                                                                                                                                                                                                                                                                                                                                                                      
 [410] "I always shoot using the lcd panel."                                                                                                                                                                                                                                                                                                                                                  
 [411] "Based on my used, 1 full charge was enough for at least 255 shots."                                                                                                                                                                                                                                                                                                                   
 [412] "Please go to read dpreview."                                                                                                                                                                                                                                                                                                                                                          
 [413] "com and you'll get the complete story."                                                                                                                                                                                                                                                                                                                                               
 [414] "It is generally overpriced a little bit but you get what you are paying for."                                                                                                                                                                                                                                                                                                         
 [415] "5."                                                                                                                                                                                                                                                                                                                                                                                   
 [416] "the 1/200 sec, f5.6 + nd filter for highly exposed ( or very brightly lit ) environments."                                                                                                                                                                                                                                                                                            
 [417] "The camera has a wonderful set of features."                                                                                                                                                                                                                                                                                                                                          
 [418] "Some feature I could turn on or off, or some attachment I could get."                                                                                                                                                                                                                                                                                                                 
 [419] "The photo quality is amazing and I know I'm going to have fun with all the features."                                                                                                                                                                                                                                                                                                 
 [420] "Takes excellent photos."                                                                                                                                                                                                                                                                                                                                                              
 [421] "I'm very glad I did."                                                                                                                                                                                                                                                                                                                                                                 
 [422] "Based on the cameras features and about dozen online reviews, this one seemed like the best all round deal."                                                                                                                                                                                                                                                                          
 [423] "A couple of online camera review sites were extremely helpful, as they provided complete exhaustive reviews of nearly every camera made, plus provided a great number of high resolution sample images to compare amongst the models."                                                                                                                                                
 [424] "( I knew this before hand, and it is not that bad ) there is no tiff format."                                                                                                                                                                                                                                                                                                         
 [425] "3 ) 4x zoom is nice"                                                                                                                                                                                                                                                                                                                                                                  
 [426] "Unless your a professional, now you will need only one camera."                                                                                                                                                                                                                                                                                                                       
 [427] "this one."                                                                                                                                                                                                                                                                                                                                                                            
 [428] "I recommend unreservedly the powershot g3 to any potential buyer looking for a first-class digital camera at a reasonable price - there is no better camera out there - period!"                                                                                                                                                                                                      
 [429] "Another point of note: the battery life is incredible!"                                                                                                                                                                                                                                                                                                                               
 [430] "It gives great pictures, the controls are easy to use, the battery lasts forever on one single charge, the software is very user-friendly and it is beautiful in it chrome casing."                                                                                                                                                                                                   
 [431] "The moveable lcd screen is great."                                                                                                                                                                                                                                                                                                                                                    
 [432] "I called the canon technical service center to see if I had a defective camera."                                                                                                                                                                                                                                                                                                      
 [433] "It seems to me that after the focus and metering are complete there is quite a lag before the shutter?"                                                                                                                                                                                                                                                                               
 [434] "I've only had it a week, but so far, everything about this camera is making me happy."                                                                                                                                                                                                                                                                                                
 [435] "I have owned this camera for a short time and wouldn't give it up for anything."                                                                                                                                                                                                                                                                                                      
 [436] "I chose the canon speedlite 420."                                                                                                                                                                                                                                                                                                                                                     
 [437] "This is the perfect camera for a photo hobbiest who wants to have easy point and shoot ability as well."                                                                                                                                                                                                                                                                              
 [438] "A lot of my opinions are more relevant for those who are switching from film."                                                                                                                                                                                                                                                                                                        
 [439] "Night mode is clear as day."                                                                                                                                                                                                                                                                                                                                                          
 [440] "Absolutely breathtaking."                                                                                                                                                                                                                                                                                                                                                             
 [441] "I chose the g3 because of its reputation for very high quality, clean images."                                                                                                                                                                                                                                                                                                        
 [442] "( again this is my first digital camera and maybe that is just how they all are."                                                                                                                                                                                                                                                                                                     
 [443] ")"                                                                                                                                                                                                                                                                                                                                                                                    
 [444] "It seems to me that after the focus and metering are complete there is quite a lag before the shutter?"                                                                                                                                                                                                                                                                               
 [445] "That's what I did and hopes this helps."                                                                                                                                                                                                                                                                                                                                              
 [446] "I'm concerned that with the easily removed lens cap, I may damage the lens."                                                                                                                                                                                                                                                                                                          
 [447] "The camera has a wonderful set of features."                                                                                                                                                                                                                                                                                                                                          
 [448] "Just a little overview, powershot g3 is the flagship of canon's powershot series and its an slr-like camera, its 4 megapixel and ( alsmost ) full manual control gives the pictures a touch of brilliance."                                                                                                                                                                           
 [449] "There are six default settings ( off, vivid, sepia, neutral, low sharpening, b & w ) as well as a ' custom effect ' that allows you to control sharpening, contrast and saturation."                                                                                                                                                                                                  
 [450] "I would recommend a larger compact-flash card, at least 128 mb."                                                                                                                                                                                                                                                                                                                      
 [451] "2 ) not very ergonomical - you'll find even for a point-and-shoot lens )"                                                                                                                                                                                                                                                                                                             
 [452] "Olympus c5050 is a very solid camera with a metal body."                                                                                                                                                                                                                                                                                                                              
 [453] "Buy it for fun, for lack of processing, because you want to use iphoto, or whatever."                                                                                                                                                                                                                                                                                                 
 [454] "Another point of note: the battery life is incredible!"                                                                                                                                                                                                                                                                                                                               
 [455] "I'm sending mine back and am waiting for the problem to be corrected."                                                                                                                                                                                                                                                                                                                
 [456] "So why lie about it?"                                                                                                                                                                                                                                                                                                                                                                 
 [457] "The 60 ct-4 flash head can actually be reversed 180 degrees and then tilted, enabling you to bounce the flash off the walls behind you."                                                                                                                                                                                                                                              
 [458] "If you don't have a gray card, you can use a plain white piece of paper."                                                                                                                                                                                                                                                                                                             
 [459] "Some things that I didn't like ( but hey."                                                                                                                                                                                                                                                                                                                                            
 [460] "nothing is perfect )."                                                                                                                                                                                                                                                                                                                                                                
 [461] "Rather heavy for point and shoot but a great camera for semi pros."                                                                                                                                                                                                                                                                                                                   
 [462] "The standard battery include with the g3 is a camcorder battery that will allow me to take pictures all day without worrying about charging."                                                                                                                                                                                                                                         
 [463] "The little digital elphs were the best-designed, most-elegant cameras until the g3 came along and squashed them."                                                                                                                                                                                                                                                                     
 [464] "3 ) 4x zoom is nice"                                                                                                                                                                                                                                                                                                                                                                  
 [465] "4 ) the great thing about digital, in general, is that you can generally see the results of your exposure settings on the lcd screen before you take the picture, not two weeks later when you get the film developed."                                                                                                                                                               
 [466] "It makes up for this by being extremely easy to use with well laid out controls that can be learned quickly."                                                                                                                                                                                                                                                                         
 [467] "The manual mode is easy to use with fast access for the selection of shutter speed and aperture without having to fumble through menu options."                                                                                                                                                                                                                                       
 [468] "Maybe if you delete those files before you looked at them with the software, youd see the true, raw image that the camera actually produces."                                                                                                                                                                                                                                         
 [469] "With the automatic settings, I really haven't taken a bad picture yet."                                                                                                                                                                                                                                                                                                               
 [470] "Unfortunately, the neutral density filters for the metz flash are no longer available, so the first problem cant easily be solved."                                                                                                                                                                                                                                                   
 [471] "The two limitations I knew I would have to deal with are the very long lag time before it focus-locks ( even in bright light ), and the unsatisfactory light quality of the built-in flash."                                                                                                                                                                                          
 [472] "What else can you say about a camera that works for both of you?"                                                                                                                                                                                                                                                                                                                     
 [473] "When you look through the viewfinder ( not the lcd ) the bottom left corner of the picture ( about 15 % ) is blocked by the lens."                                                                                                                                                                                                                                                    
 [474] "If you don't believe me on that, check the consumer reports review as well as the many digital camera review sites out there."                                                                                                                                                                                                                                                        
 [475] "Proven canon built quality and lens."                                                                                                                                                                                                                                                                                                                                                 
 [476] "The camera is a dream to operate in automode, but also gives tremendous flexibility in aperture priority, shutter priority, and manual modes."                                                                                                                                                                                                                                        
 [477] "I expect the g3 will please me for years to come."                                                                                                                                                                                                                                                                                                                                    
 [478] "I wanted something that is able to take high quality photos but not be so bulky that I would wind up leaving it at home all the time."                                                                                                                                                                                                                                                
 [479] "2 ) the body construction - buttons, casing, etc, are too plastic."                                                                                                                                                                                                                                                                                                                   
 [480] "The service from the supplier was exceptional."                                                                                                                                                                                                                                                                                                                                       
 [481] "I also purchased a good sturdy tripod: the combination of the new camera, tripod and remote control enabled me to take some remarkable indoor, natural-light portraits I never would have attempted before."                                                                                                                                                                          
 [482] "4mp, 4x optical zoom, takes absolutely beautiful photos with detail that challenges all of the above 5mp cameras, easy to understand and use ( has a great swivel lcd screen ), a lot of features and add-on options, comes with great software ( not to be overlooked ), and last but by far not least, received my fiance's stamp of approval ( two thumbs up!"                     
 [483] ")"                                                                                                                                                                                                                                                                                                                                                                                    
 [484] "Night mode is clear as day."                                                                                                                                                                                                                                                                                                                                                          
 [485] "This is a big plus for those who a shifting to digital and the g3's large mobile screen helps with this."                                                                                                                                                                                                                                                                             
 [486] "You can use this camera right out of the box on the automatic setting, or slowly get comfortable with the manual settings and what they can do."                                                                                                                                                                                                                                      
 [487] "I challenge anyone ( who is not in direct sun at the beach at noon ) to say it is fast and responsive."                                                                                                                                                                                                                                                                               
 [488] "Some things that I didn't like ( but hey."                                                                                                                                                                                                                                                                                                                                            
 [489] "nothing is perfect )."                                                                                                                                                                                                                                                                                                                                                                
 [490] "The bottom line: if you're serious about your digital photography, or been bitten with the bug after using a digital point-and-shoot, this may be just the camera for you."                                                                                                                                                                                                           
 [491] "My girlfriend loved using this camera so much as a point and shoot that I had to pry it out of her hands most of the time."                                                                                                                                                                                                                                                           
 [492] "Duplicates are a no brainer and cheap."                                                                                                                                                                                                                                                                                                                                               
 [493] "Getting the printer to help output them was another tale."                                                                                                                                                                                                                                                                                                                            
 [494] "The moveable lcd screen is great."                                                                                                                                                                                                                                                                                                                                                    
 [495] "I'd highly recommend this camera for anyone who is looking for excellent quality pictures and a combination of ease of use and the flexibility to get advanced with many options to adjust if you like."                                                                                                                                                                              
 [496] "The camera is a dream to operate in automode, but also gives tremendous flexibility in aperture priority, shutter priority, and manual modes."                                                                                                                                                                                                                                        
 [497] "I bought this last week through amazon."                                                                                                                                                                                                                                                                                                                                              
 [498] "The lcd screen pulls out and rotates in any direction for easy pictures."                                                                                                                                                                                                                                                                                                             
 [499] "Manual functionality is excellent, downloading pictures is quick and a breeze, and the quality is astounding."                                                                                                                                                                                                                                                                        
 [500] "Being a great fan of the g2 I set out with g3 with a somewhat negative expectation, difficult as it is to improve drastically on something already as ' perfect ' as the powershot g2."                                                                                                                                                                                               
 [501] "The 60 ct-4 flash head can actually be reversed 180 degrees and then tilted, enabling you to bounce the flash off the walls behind you."                                                                                                                                                                                                                                              
 [502] "Most of the time, my g3 is a well-behaved camera."                                                                                                                                                                                                                                                                                                                                    
 [503] "The only minor nits I have with the camera are it is fairly boxy looking, it needs a wrist strap instead of a neck strap, and it is a bit slow between shots."                                                                                                                                                                                                                        
 [504] "The best 4 megapixel/4x optical zoom camera available and fairly easy to use."                                                                                                                                                                                                                                                                                                        
 [505] "But there are two things I don't like about the camera that were not mentioned in any previous reviews."                                                                                                                                                                                                                                                                              
 [506] "Flash - as with all built-in flashes in small cameras, you get overilluminated main subjects with depth being lost."                                                                                                                                                                                                                                                                  
 [507] "So why lie about it?"                                                                                                                                                                                                                                                                                                                                                                 
 [508] "I know there are five mp cameras out there, but this thing does just fine for me."                                                                                                                                                                                                                                                                                                    
 [509] "About the only legitimate criticsm from the online reviews is that fact that the lens really does obstruct the viewfinder."                                                                                                                                                                                                                                                           
 [510] "Bottom line, well made camera, easy to use, very flexible and powerful features to include the ability to use external flash and lense / filters choices."                                                                                                                                                                                                                            
 [511] "I am quite happy with the camera."                                                                                                                                                                                                                                                                                                                                                    
 [512] "Anyone looking for more than \" point and shoot \" can make a huge step up for a moderate price difference."                                                                                                                                                                                                                                                                          
 [513] "I am stunned and amazed at the quality of the raw images I am getting from this g3 ( in conjunction with my professional flash system ), and can easily put up with the cameras limitations, because ive never seen anything better within its resolution limits."                                                                                                                    
 [514] "4 ) the great thing about digital, in general, is that you can generally see the results of your exposure settings on the lcd screen before you take the picture, not two weeks later when you get the film developed."                                                                                                                                                               
 [515] "* lens visible in optical viewfinder."                                                                                                                                                                                                                                                                                                                                                
 [516] "If you're investing in a camera at this level, buy this software!"                                                                                                                                                                                                                                                                                                                    
 [517] "The extended zoom range and faster lense put it at the top of it's class."                                                                                                                                                                                                                                                                                                            
 [518] "The included memory card is too small."                                                                                                                                                                                                                                                                                                                                               
 [519] "I love this camera."                                                                                                                                                                                                                                                                                                                                                                  
 [520] "Range of functions - as indicated above - it has something for everyone: point and shoot power plus advanced functions for those who are serious about photography."                                                                                                                                                                                                                  
 [521] "I needed three batteries to keep myself going with the s330, but the battery in the g3 is a real powerhouse:"                                                                                                                                                                                                                                                                         
 [522] "I was perfectly happy with my g2, so why did I trade up to the g3?"                                                                                                                                                                                                                                                                                                                   
 [523] "Highly recommended."                                                                                                                                                                                                                                                                                                                                                                  
 [524] "I have not spent much time with the included software, so I don't know what to say about it other than it seems ok."                                                                                                                                                                                                                                                                  
 [525] "If you shoot in lots of light and desire high quality, this will be your camera."                                                                                                                                                                                                                                                                                                     
 [526] "When shopping for digital cameras I looked at the nikon cp5700, olympus c5050, nikon cp5000, and the canon g3."                                                                                                                                                                                                                                                                       
 [527] "It was ( I sold it after a few months ) too expensive for the shots that I got."                                                                                                                                                                                                                                                                                                      
 [528] "It feels slow to focus, and unbearably slow to shoot."                                                                                                                                                                                                                                                                                                                                
 [529] "Any film zoom p and s would have given superior results with a minimal effort."                                                                                                                                                                                                                                                                                                       
 [530] "My girlfriend loved using this camera so much as a point and shoot that I had to pry it out of her hands most of the time."                                                                                                                                                                                                                                                           
 [531] "We also looked at the fuji fps602."                                                                                                                                                                                                                                                                                                                                                   
 [532] "This is the perfect camera for a photo hobbiest who wants to have easy point and shoot ability as well."                                                                                                                                                                                                                                                                              
 [533] "Fortunately, the g3 has a hot shoe that can take an external flash, and fortunately for me, I already owned a one of the highest quality external flashes that money can buy: the metz 60 ct-4."                                                                                                                                                                                      
 [534] "I've been pleased with the picture quality and durability in snow, car, boat and wind."                                                                                                                                                                                                                                                                                               
 [535] "The camera arrived on time and in perfect condition."                                                                                                                                                                                                                                                                                                                                 
 [536] "( 2 ) there are, actually, several differences between the g2 and g3, such as differences in continuous shooting, the optical lens, the control layout, playback zoom, image processing, and so on."                                                                                                                                                                                  
 [537] "For me on the fine resolution setting ( not maximum but very close ) this adds up to over 1000 images with the 1 gig card."                                                                                                                                                                                                                                                           
 [538] "My story is based on personal usage."                                                                                                                                                                                                                                                                                                                                                 
 [539] "I am a long-time user of highly responsive film slrs and professional quality external flash equipment, just so you know my bias."                                                                                                                                                                                                                                                    
 [540] "I've figured out most of its features on my own already ( because I have used digital cameras before, so I know things like symbols )."                                                                                                                                                                                                                                               
 [541] "But do not assume, as I did, that the g3 has the same ability as [ your current film camera ] to stop the moment you choose."                                                                                                                                                                                                                                                         
 [542] "It doesn't do you any good if a camera has all the features but you can't access them quickly when you need them!"                                                                                                                                                                                                                                                                    
 [543] "It's great to switch to spot metering and actually see it working on the lcd screen."                                                                                                                                                                                                                                                                                                 
 [544] "Maybe it is my lack of experience, but I found shots with this camera very disappointing."                                                                                                                                                                                                                                                                                            
 [545] "The larger lens of the g3 gives better picture quality in low light, and the 4-times optical zooms gets you just that much closer."                                                                                                                                                                                                                                                   
 [546] "It takes great pictures, operates quickly, and feels solid."                                                                                                                                                                                                                                                                                                                          
 [547] "This is not a handbag camera."                                                                                                                                                                                                                                                                                                                                                        
 [548] "Great colors, pictures and white balance."                                                                                                                                                                                                                                                                                                                                            
 [549] "I cant use my nikon external flash on a canon camera, but I can use my metz, with the proper metz module and extension cord connected between the g3 and the 60 ct-4."                                                                                                                                                                                                                
 [550] "Those used to 35mm cameras will find the g3 very comfortable and friendly to use."                                                                                                                                                                                                                                                                                                    
 [551] "I've been bothered by blown-out highlights on the s330, and the g3 seems to do only slightly better."                                                                                                                                                                                                                                                                                 
 [552] "It gives great pictures, the controls are easy to use, the battery lasts forever on one single charge, the software is very user-friendly and it is beautiful in it chrome casing."                                                                                                                                                                                                   
 [553] "But there are two things I don't like about the camera that were not mentioned in any previous reviews."                                                                                                                                                                                                                                                                              
 [554] "I showed her how to turn it on, where the lens zoom lever is, and she loves it!"                                                                                                                                                                                                                                                                                                      
 [555] "As I said, this is the last digital camera I'll buy, and if you are in the market one, my advice is to buy the best thing you can afford and keep it forever."                                                                                                                                                                                                                        
 [556] "The g3 looks like a work of art!"                                                                                                                                                                                                                                                                                                                                                     
 [557] "The canon g3 improves in almost all ways on the g1 and g2 before it, and in fact beats the nikon coolpix 5000 in performance ( picture quality and battery life ) -- which is amazing because the 5000 is a 5 megapixel camera and the canon is a 4 megapixel camera."                                                                                                                
 [558] "To save a picture as raw, you have to have the display on, this seems like a waste of battery power."                                                                                                                                                                                                                                                                                 
 [559] "Rather heavy for point and shoot but a great camera for semi pros."                                                                                                                                                                                                                                                                                                                   
 [560] "A few of my work constituants owned the g2 and highly recommended the canon for picture quality."                                                                                                                                                                                                                                                                                     
 [561] "I finally decided to upgrade, and started my research."                                                                                                                                                                                                                                                                                                                               
 [562] "Most of the time, my g3 is a well-behaved camera."                                                                                                                                                                                                                                                                                                                                    
 [563] "I researched, held, tested, and observed 3 different brands."                                                                                                                                                                                                                                                                                                                         
 [564] "The pictures are fabulous and their is a ( short ) learning curve to it; there are tons of features I haven't even gotten to."                                                                                                                                                                                                                                                        
 [565] "Rather heavy for point and shoot but a great camera for semi pros."                                                                                                                                                                                                                                                                                                                   
 [566] "The strap is horrible and gets in the way of parts of the camera you need access to."                                                                                                                                                                                                                                                                                                 
 [567] "If you don't have a gray card, you can use a plain white piece of paper."                                                                                                                                                                                                                                                                                                             
 [568] "Because once the moment is gone, it is not coming back."                                                                                                                                                                                                                                                                                                                              
 [569] "Flash - as with all built-in flashes in small cameras, you get overilluminated main subjects with depth being lost."                                                                                                                                                                                                                                                                  
 [570] "They fired away and the picture turned out quite nicely."                                                                                                                                                                                                                                                                                                                             
 [571] "( as all of my pictures have thusfar )."                                                                                                                                                                                                                                                                                                                                              
 [572] "Another good thing is that this camera seems to introduce much less noise in dark places than others I've seen."                                                                                                                                                                                                                                                                      
 [573] "I am not talking milliseconds."                                                                                                                                                                                                                                                                                                                                                       
 [574] "They fired away and the picture turned out quite nicely."                                                                                                                                                                                                                                                                                                                             
 [575] "( as all of my pictures have thusfar )."                                                                                                                                                                                                                                                                                                                                              
 [576] "Not perfect ( yes, the viewfinder can get obstructed in instances."                                                                                                                                                                                                                                                                                                                   
 [577] "but the lcd works well enough in those instances ), not the cheapest 4.0 mp, but the best 4.0 mp."                                                                                                                                                                                                                                                                                    
 [578] "Proven canon built quality and lens."                                                                                                                                                                                                                                                                                                                                                 
 [579] "But who cares?"                                                                                                                                                                                                                                                                                                                                                                       
 [580] "I didn't think I would find this quality and ease of use for under $ 1500 - I'm thrilled with my purchase!"                                                                                                                                                                                                                                                                           
 [581] "My girlfriend loved using this camera so much as a point and shoot that I had to pry it out of her hands most of the time."                                                                                                                                                                                                                                                           
 [582] "There's really very little about g3 images to criticize."                                                                                                                                                                                                                                                                                                                             
 [583] "For those who have this metz flash ( or the 45cl-3 ) and would like to get the absolute ultimate quality out of this g3, the metz module you need is the sca 3102 and the connector cord is the sca 3000c."                                                                                                                                                                           
 [584] "The camera is very easy to use, in fact on a recent trip this past week I was asked to take a picture of a vacationing elderly group."                                                                                                                                                                                                                                                
 [585] "Though the instruction booklet says that the camera should display \" lens \" when the cap and the camera are both on, the camera lens extends out and simply takes the lens cap off by itself."                                                                                                                                                                                      
 [586] "My wife shuns all new technology and compained when I brought this home, but now she's forever asking for the digital camera."                                                                                                                                                                                                                                                        
 [587] "Even with these shortcomings, I still think it is the best digital camera available under $ 1200."                                                                                                                                                                                                                                                                                    
 [588] "Some of the great gains over g2 --"                                                                                                                                                                                                                                                                                                                                                   
 [589] "( I'm starting to think that this may just be one of the weaknesses of all digital photography at this level."                                                                                                                                                                                                                                                                        
 [590] ")"                                                                                                                                                                                                                                                                                                                                                                                    
 [591] "Your child is going to do a cannonball off the diving board, so you compose the shot and wait for your moment."                                                                                                                                                                                                                                                                       
 [592] "Got a great deal from a reputable seller."                                                                                                                                                                                                                                                                                                                                            
 [593] "If you are looking for a very simple point and shoot camera, this is probably not what you are looking for."                                                                                                                                                                                                                                                                          
 [594] "You also have to set the g3 to second shutter sync, which is what youd want to do most of the time anyhow."                                                                                                                                                                                                                                                                           
 [595] "Relative to what I can easily achieve with external flash on my nikon slr, the internal flash on the g3 produces harsh, flat images with ugly hot spots."                                                                                                                                                                                                                             
 [596] "One bad thing is that it comes with a pitiful 32mb compactflash card, and for most purposes, it is not enough."                                                                                                                                                                                                                                                                       
 [597] "One bad thing is that it comes with a pitiful 32mb compactflash card, and for most purposes, it is not enough."                                                                                                                                                                                                                                                                       
 [598] "The battery life of this camera is twice that of the nikon 5000 and is better than anything else I've seen."                                                                                                                                                                                                                                                                          
 [599] "A great new use for that underutilized computer."                                                                                                                                                                                                                                                                                                                                     
 [600] "I've only had it a week, but so far, everything about this camera is making me happy."                                                                                                                                                                                                                                                                                                
 [601] "Recently, I attended a \" flyball \" competition"                                                                                                                                                                                                                                                                                                                                     
 [602] "Yes, I push the button down halfway first to avoid the autofocus delay."                                                                                                                                                                                                                                                                                                              
 [603] "I began taking pics as soon as I got this camera and am amazed at the quality of photos I have took simply by using the auto mode."                                                                                                                                                                                                                                                   
 [604] "Unless you want to print murals, you don't need it."                                                                                                                                                                                                                                                                                                                                  
 [605] "After reading the very positive review of this camera in a leading consumer magazine, I decided to head here, to amazon, to read through the online reviews."                                                                                                                                                                                                                         
 [606] "Hope to get my refund in a timely manner."                                                                                                                                                                                                                                                                                                                                            
 [607] "I am a software engineer and am very keen into technical details of everything I buy, I spend around 3 months before buying the digital camera; and I must say, g3 worth every single cent I spent on it."                                                                                                                                                                            
 [608] "When it arrives, you press the shutter release."                                                                                                                                                                                                                                                                                                                                      
 [609] "It seems to me that after the focus and metering are complete there is quite a lag before the shutter?"                                                                                                                                                                                                                                                                               
 [610] "The only two minor issues I have with the camera are the lens cap ( it is not very snug and can come off too easily ) and the lens itself ( it partially obstructs the view through the viewfinder but not views through the lcd )."                                                                                                                                                  
 [611] "I can take better pictures with this then my rebel ti with a good lens."                                                                                                                                                                                                                                                                                                              
 [612] "But after trying many adjustments, the camera remains unresponsive when compared to any film-based camera."                                                                                                                                                                                                                                                                           
 [613] "I wanted it to shoot concerts as well."                                                                                                                                                                                                                                                                                                                                               
 [614] "I always shoot using the lcd panel."                                                                                                                                                                                                                                                                                                                                                  
 [615] "And I let my kids shoot as many pics as they want, let them review them on the camera and just print the good ones ( which are not many )."                                                                                                                                                                                                                                           
 [616] "Canon was an obvious choice, but I did not want to limit my decision, so started researching all brands that would take my microdrives."                                                                                                                                                                                                                                              
 [617] "Being a great fan of the g2 I set out with g3 with a somewhat negative expectation, difficult as it is to improve drastically on something already as ' perfect ' as the powershot g2."                                                                                                                                                                                               
 [618] "I chose the canon speedlite 420."                                                                                                                                                                                                                                                                                                                                                     
 [619] "Proven canon built quality and lens."                                                                                                                                                                                                                                                                                                                                                 
 [620] "With canon, you get pictures that appear to be photos, not still camcorder shots."                                                                                                                                                                                                                                                                                                    
 [621] "At the same time, I wanted my wife to not be intimidated by knobs and buttons."                                                                                                                                                                                                                                                                                                       
 [622] "Poor quality pics, short battery life, slow time consuming uploads and printing will ruin the digital camera experience and keep you buying film."                                                                                                                                                                                                                                    
 [623] "I did a good month's worth of research before buying this over other similar priced digital cameras, and this is the best buy for the buck."                                                                                                                                                                                                                                          
 [624] "If you are looking for a very simple point and shoot camera, this is probably not what you are looking for."                                                                                                                                                                                                                                                                          
 [625] "Photos had some artifacts and noise."                                                                                                                                                                                                                                                                                                                                                 
 [626] "You can read the other reviews for specs and performance opinions."                                                                                                                                                                                                                                                                                                                   
 [627] "If you don't have a gray card, you can use a plain white piece of paper."                                                                                                                                                                                                                                                                                                             
 [628] "Highly recommended."                                                                                                                                                                                                                                                                                                                                                                  
 [629] "The hot shoe flash attachment allowed me to buy and use a sophisticated flash unit:"                                                                                                                                                                                                                                                                                                  
 [630] "That's what I did and hopes this helps."                                                                                                                                                                                                                                                                                                                                              
 [631] "Yes there is a corner lens barrel distortion ( I don't like it too but no harm done since I always use the camea lcd screen to see exactly what I'm going to get ) in the viewfinder when you don't zoom ( when you zoom the lens distortion goes away ), canon knows this and engineered it that way to minimize the parallax phenomenon; that is what lmost exactly ot the picture."
 [632] "They weren't busy enough to charge the credit card, though!"                                                                                                                                                                                                                                                                                                                          
 [633] "Getting the printer to help output them was another tale."                                                                                                                                                                                                                                                                                                                            
 [634] "I make photographs at work, and so wanted a camera good enough to compare with what I use professionally."                                                                                                                                                                                                                                                                            
 [635] "You see, I can't rank the product since the merchant that amazon is collaborating with ( j and r camera."                                                                                                                                                                                                                                                                             
 [636] ") to bring us consumers better choices never sent me the product."                                                                                                                                                                                                                                                                                                                    
 [637] "I can't write enough positive things about this great little camera!"                                                                                                                                                                                                                                                                                                                 
 [638] "In a word, \" awesome \" is how I would describe this camera."                                                                                                                                                                                                                                                                                                                        
 [639] "I've been using a powershot s330 for nearly a year, and wanted to upgrade to a 4 or 5 megapixel camera with a longer zoom, more adjustability, a hot shoe for an external flash, and a remote control."                                                                                                                                                                               
 [640] "The standard battery include with the g3 is a camcorder battery that will allow me to take pictures all day without worrying about charging."                                                                                                                                                                                                                                         
 [641] "The on-off button feels somewhat flimsy, and has an awkward, tiny little lock-out button that needs to be depressed to turn on the camera."                                                                                                                                                                                                                                           
 [642] "However, it seems that this is the general rule for most digital cameras."                                                                                                                                                                                                                                                                                                            
 [643] "Poor quality pics, short battery life, slow time consuming uploads and printing will ruin the digital camera experience and keep you buying film."                                                                                                                                                                                                                                    
 [644] "They stop time."                                                                                                                                                                                                                                                                                                                                                                      
 [645] "Sure, I adjusted the film speed to 400."                                                                                                                                                                                                                                                                                                                                              
 [646] "What makes the focus-lock lag time something I can live with is the extreme depth of field obtainable with these point and shoot digicams at f8."                                                                                                                                                                                                                                     
 [647] "Flash - as with all built-in flashes in small cameras, you get overilluminated main subjects with depth being lost."                                                                                                                                                                                                                                                                  
 [648] "It doesn't do you any good if a camera has all the features but you can't access them quickly when you need them!"                                                                                                                                                                                                                                                                    
 [649] "A 35mm film camera captures the moments you want, while these digital cameras ( my friends now inform me ) all seem to capture the moment immediately following the one you asked to capture."                                                                                                                                                                                        
 [650] "Highly recommended."                                                                                                                                                                                                                                                                                                                                                                  
 [651] "Am I ever glad that I decided on this camera!"                                                                                                                                                                                                                                                                                                                                        
 [652] "I can't fit all that resolution ( 4mp = 2272x 1704 resol."                                                                                                                                                                                                                                                                                                                            
 [653] ") in my 19in flat monitor ( 1200x1024 resol."                                                                                                                                                                                                                                                                                                                                         
 [654] ") anyways."                                                                                                                                                                                                                                                                                                                                                                           
 [655] "Unfortunately, the neutral density filters for the metz flash are no longer available, so the first problem cant easily be solved."                                                                                                                                                                                                                                                   
 [656] "I'm concerned that with the easily removed lens cap, I may damage the lens."                                                                                                                                                                                                                                                                                                          
 [657] "This is by no means unique to this model, I'm sure."                                                                                                                                                                                                                                                                                                                                  
 [658] "6."                                                                                                                                                                                                                                                                                                                                                                                   
 [659] "the g2's \" color effect \" exposure mode has now been removed, the replacement is a selectable \" effect func \" menu option available in all exposure modes."                                                                                                                                                                                                                       
 [660] "Positives"                                                                                                                                                                                                                                                                                                                                                                            
 [661] "Learning how to use it will not take very long."                                                                                                                                                                                                                                                                                                                                      
 [662] "Advanced photobugs will find more creative control than imaginable."                                                                                                                                                                                                                                                                                                                  
 [663] "The catch with the canon g3 camera, ( and perhaps all of digital cameras ) is that its unresponsiveness will cause you to miss precious shots."                                                                                                                                                                                                                                       
 [664] "I am quite happy with the camera."                                                                                                                                                                                                                                                                                                                                                    
 [665] "I love my g2 so thought I would upgrade."                                                                                                                                                                                                                                                                                                                                             
 [666] "There's a noticeable difference in the quality of a 4 megapixel image versus the 2 megapixels of the s330, especially if you want to crop and enlarge the pictures."                                                                                                                                                                                                                  
 [667] "I make photographs at work, and so wanted a camera good enough to compare with what I use professionally."                                                                                                                                                                                                                                                                            
 [668] "Even with these shortcomings, I still think it is the best digital camera available under $ 1200."                                                                                                                                                                                                                                                                                    
 [669] "The other cameras were great and I'm sure many people will beg to differ from my observations, but to each his / her own."                                                                                                                                                                                                                                                            
 [670] "Nice camera but doesn't take as sharp as pictures I thought they would, and again."                                                                                                                                                                                                                                                                                                   
 [671] "I began taking pics as soon as I got this camera and am amazed at the quality of photos I have took simply by using the auto mode."                                                                                                                                                                                                                                                   
 [672] "You could take a picture of a stone glinting in the sun and still avoid the shining glaze and get the contours right."                                                                                                                                                                                                                                                                
 [673] "In terms of the shots taken, this camera is insanely great!"                                                                                                                                                                                                                                                                                                                          
 [674] "It can be a point-and-shoot camera, but if you do not intend to \" get into \" it's finer features, I'd suggest a less enthusiast featured choice."                                                                                                                                                                                                                                   
 [675] "The function lever - the one which switches between capture and view mode feels fragile."                                                                                                                                                                                                                                                                                             
 [676] "I was worried that 4 megapixel photos would download more slowly, but there's no difference in working with the files."                                                                                                                                                                                                                                                               
 [677] "In terms of the important accessories, I got myself an the extra litium battery."                                                                                                                                                                                                                                                                                                     
 [678] "I have not yet seen any of the usual problems with digital pictures ( purple fringing, etc ) so I am very pleased."                                                                                                                                                                                                                                                                   
 [679] "It helps avoid the problem of a color cast on the pictures, especially in mixed-light settings."                                                                                                                                                                                                                                                                                      
 [680] "Proven canon built quality and lens."                                                                                                                                                                                                                                                                                                                                                 
 [681] "I have returned the g3 ( actually I tried two of them ) and have my g2!"                                                                                                                                                                                                                                                                                                              
 [682] "It is made of plastic."                                                                                                                                                                                                                                                                                                                                                               
 [683] "Definetely a great camera."                                                                                                                                                                                                                                                                                                                                                           
 [684] "The camera's a work of art / science -- that's understood."                                                                                                                                                                                                                                                                                                                           
 [685] "The 60 ct-4 flash head can actually be reversed 180 degrees and then tilted, enabling you to bounce the flash off the walls behind you."                                                                                                                                                                                                                                              
 [686] "As with taking digital pictures, I notice other people including myself have errors on their compactflash which results in certain shots being partially taken or lost - this is an issue that seems to effect compactflash and other digicam brand."                                                                                                                                 
 [687] "Perhaps there is a way around this delay."                                                                                                                                                                                                                                                                                                                                            
 [688] "Learning how to use it will not take very long."                                                                                                                                                                                                                                                                                                                                      
 [689] "I agree with the positive reviews."                                                                                                                                                                                                                                                                                                                                                   
 [690] "9."                                                                                                                                                                                                                                                                                                                                                                                   
 [691] "in dim lit environs the g2 could easily outperform any other camera, and thankfully g3 maintains this rep."                                                                                                                                                                                                                                                                           
 [692] "This camera also has a great feel and weight to it."                                                                                                                                                                                                                                                                                                                                  
 [693] "I didnt wait to experiment."                                                                                                                                                                                                                                                                                                                                                          
 [694] "It's great to switch to spot metering and actually see it working on the lcd screen."                                                                                                                                                                                                                                                                                                 
 [695] "This camera is worth every penny, and I highly recommend it!"                                                                                                                                                                                                                                                                                                                         
 [696] "I bought this last week through amazon."                                                                                                                                                                                                                                                                                                                                              
 [697] "2."                                                                                                                                                                                                                                                                                                                                                                                   
 [698] "battery life is over 4.5 hours, compared to about 2.5 hours for the g2 or the 2 hours for most nikons."                                                                                                                                                                                                                                                                               
 [699] "Crop and enlarge the best at practically no extra cost or time."                                                                                                                                                                                                                                                                                                                      
 [700] "Unfortunately, the neutral density filters for the metz flash are no longer available, so the first problem cant easily be solved."                                                                                                                                                                                                                                                   
 [701] "Ensure you get a larger flash, 128 or 256, some are selling with the larger flash, 32mb will do in a pinch but you'll quickly want a larger flash card as with any of the 4mp cameras."                                                                                                                                                                                               
 [702] "But once in a while, I run up against it's major flaw:"                                                                                                                                                                                                                                                                                                                               
 [703] "Then just forget about all the controls you have on the metz flash head itself and the sca 3102 control panel, because they are all ignored."                                                                                                                                                                                                                                         
 [704] "Splash!"                                                                                                                                                                                                                                                                                                                                                                              
 [705] "This camera performs like I can not believe!"                                                                                                                                                                                                                                                                                                                                         
 [706] "To save a picture as raw, you have to have the display on, this seems like a waste of battery power."                                                                                                                                                                                                                                                                                 
 [707] "I called the canon technical service center to see if I had a defective camera."                                                                                                                                                                                                                                                                                                      
 [708] "You can always spend more money to get a better one."                                                                                                                                                                                                                                                                                                                                 
 [709] "( again this is my first digital camera and maybe that is just how they all are."                                                                                                                                                                                                                                                                                                     
 [710] ")"                                                                                                                                                                                                                                                                                                                                                                                    
 [711] "I am a software engineer and am very keen into technical details of everything I buy, I spend around 3 months before buying the digital camera; and I must say, g3 worth every single cent I spent on it."                                                                                                                                                                            
 [712] "B ) the lens cover is surely loose, I already accidently finger-printed the len a few times, and au lens tigt and cause potential damage."                                                                                                                                                                                                                                            
 [713] "Has 4x optical zoom which is higher than any other in the same price range."                                                                                                                                                                                                                                                                                                          
 [714] "What task do they perform?"                                                                                                                                                                                                                                                                                                                                                           
 [715] "Got way too many blurry pictures."                                                                                                                                                                                                                                                                                                                                                    
 [716] "This is not a handbag camera."                                                                                                                                                                                                                                                                                                                                                        
 [717] "Manual functionality is excellent, downloading pictures is quick and a breeze, and the quality is astounding."                                                                                                                                                                                                                                                                        
 [718] "Battery life, the drawback to most digital cameras, to quote k. reeves."                                                                                                                                                                                                                                                                                                              
 [719] "A lot of research went into digital camera's before I made this purchase, and hands down, the g3 had everything I needed plus more."                                                                                                                                                                                                                                                  
 [720] "Recent price drops have made the g3 the best bargain in digital cameras currently available."                                                                                                                                                                                                                                                                                         
 [721] "I challenge anyone ( who is not in direct sun at the beach at noon ) to say it is fast and responsive."                                                                                                                                                                                                                                                                               
 [722] "I have been watching the development of digicams for years, waiting to make my first move."                                                                                                                                                                                                                                                                                           
 [723] "Canon was an obvious choice, but I did not want to limit my decision, so started researching all brands that would take my microdrives."                                                                                                                                                                                                                                              
 [724] "Battery life, the drawback to most digital cameras, to quote k. reeves."                                                                                                                                                                                                                                                                                                              
 [725] "Save them on computer and print out just the ones who want."                                                                                                                                                                                                                                                                                                                          
 [726] "The powershot g3 is a great camera."                                                                                                                                                                                                                                                                                                                                                  
 [727] "Everything else about the camera is great."                                                                                                                                                                                                                                                                                                                                           
 [728] "The adobe camera raw plug-in shows once again that hardware is miles ahead of software."                                                                                                                                                                                                                                                                                              
 [729] "I bought it for my trip to beunos aires, and also used it at the iguazu falls, and could not have asked for more perfect performance!"                                                                                                                                                                                                                                                
 [730] "For those who have this metz flash ( or the 45cl-3 ) and would like to get the absolute ultimate quality out of this g3, the metz module you need is the sca 3102 and the connector cord is the sca 3000c."                                                                                                                                                                           
 [731] "Then just forget about all the controls you have on the metz flash head itself and the sca 3102 control panel, because they are all ignored."                                                                                                                                                                                                                                         
 [732] "After reading the very positive review of this camera in a leading consumer magazine, I decided to head here, to amazon, to read through the online reviews."                                                                                                                                                                                                                         
 [733] "I haven't used any of them since I got the g3."                                                                                                                                                                                                                                                                                                                                       
 [734] "You feel like you are holding something of substance, not some cheap plastic toy."                                                                                                                                                                                                                                                                                                    
 [735] "I bought this last week through amazon."                                                                                                                                                                                                                                                                                                                                              
 [736] "It's a winner."                                                                                                                                                                                                                                                                                                                                                                       
 [737] "And as I said in my review of the s330, all of these digital cameras are easier to use with apple computers."                                                                                                                                                                                                                                                                         
 [738] "The optical zoom is awesome, and the viewfinder reflects the settings of the zoom."                                                                                                                                                                                                                                                                                                   
 [739] "Well flash photos are never great, and there was still a lot of noise."                                                                                                                                                                                                                                                                                                               
 [740] "However for me, I occasionally use the view finder and trying to frame in a picture with the lens blocking the view is too much."                                                                                                                                                                                                                                                     
 [741] "Highly recommended."                                                                                                                                                                                                                                                                                                                                                                  
 [742] "It makes up for this by being extremely easy to use with well laid out controls that can be learned quickly."                                                                                                                                                                                                                                                                         
 [743] "Canon's optics are better and I believe their processing algorithms are also better."                                                                                                                                                                                                                                                                                                 
 [744] "Whether you are a novice or an expert, its ease of use and functionality goes together."                                                                                                                                                                                                                                                                                              
 [745] "At the same time, I wanted my wife to not be intimidated by knobs and buttons."                                                                                                                                                                                                                                                                                                       
 [746] "Yes, all cameras except g3 were 5mp but I was looking for a lot more than just megapixel power."                                                                                                                                                                                                                                                                                      
 [747] "The more I work with it, the more I love it!"                                                                                                                                                                                                                                                                                                                                         
 [748] "I can take better pictures with this then my rebel ti with a good lens."                                                                                                                                                                                                                                                                                                              
 [749] "I've been using a powershot s330 for nearly a year, and wanted to upgrade to a 4 or 5 megapixel camera with a longer zoom, more adjustability, a hot shoe for an external flash, and a remote control."                                                                                                                                                                               
 [750] "I would recomend that you purchase a lexar media cf for the camera as the sandisk card that comes packaged is too small and too slow!"                                                                                                                                                                                                                                                
 [751] "I am absolutely in awe of this camera, canon put enormous quality into the g3."                                                                                                                                                                                                                                                                                                       
 [752] "Just received this camera two days ago and already love the features it has."                                                                                                                                                                                                                                                                                                         
 [753] "One of the calls was on a saturday and when I pressed the guy a bit, he said, \" actually we don't ship on saturdays \"."                                                                                                                                                                                                                                                             
 [754] "And so I must ask, what are cameras for?"                                                                                                                                                                                                                                                                                                                                             
 [755] "Simply, the canon g3 is the best digital camera out there today at this price point."                                                                                                                                                                                                                                                                                                 
 [756] "Negatives?"                                                                                                                                                                                                                                                                                                                                                                           
 [757] "I am very pleased with it so far."                                                                                                                                                                                                                                                                                                                                                    
 [758] "The nikon's are great cameras."                                                                                                                                                                                                                                                                                                                                                       
 [759] "This camera has a major design flaw."                                                                                                                                                                                                                                                                                                                                                 
 [760] "* main dial is not backlit."                                                                                                                                                                                                                                                                                                                                                          
 [761] "I've been pleased with the picture quality and durability in snow, car, boat and wind."                                                                                                                                                                                                                                                                                               
 [762] "For those of you who already bought this camera, I suggest you buy a hi-ti dye-sub photo printer."                                                                                                                                                                                                                                                                                    
 [763] "Also, the display is \" hinged \" and it can be placed in a myriad of positions, or to protect it against any damage."                                                                                                                                                                                                                                                                
 [764] "I've been looking to buy a digital camera for a long time and v = finally decided that now was the time."                                                                                                                                                                                                                                                                             
 [765] "It can be a point-and-shoot camera, but if you do not intend to \" get into \" it's finer features, I'd suggest a less enthusiast featured choice."                                                                                                                                                                                                                                   
 [766] "I have not spent much time with the included software, so I don't know what to say about it other than it seems ok."                                                                                                                                                                                                                                                                  
 [767] "Although you may think you're dealing with amazon, you're dealing with some second rate store that you've never heard of."                                                                                                                                                                                                                                                            
 [768] "I do not know a whole lot about photography, but I am happy to know that this camera can always perform, even as I grow in skill and knowledge."                                                                                                                                                                                                                                      
 [769] "The photos she took are better than the results I got from my nikon slr and range of lenses!"                                                                                                                                                                                                                                                                                         
 [770] "Proven canon built quality and lens."                                                                                                                                                                                                                                                                                                                                                 
 [771] "1 ) slr like programming and exposure control gives you latitude to be creative, yet its progam and auto exposure settings provide excellent photos if you don't want to bother with the settings."                                                                                                                                                                                   
 [772] "I would recomend that you purchase a lexar media cf for the camera as the sandisk card that comes packaged is too small and too slow!"                                                                                                                                                                                                                                                
 [773] "4 ) the viewfinder is borderuer lcd scoying."                                                                                                                                                                                                                                                                                                                                         
 [774] "Yes, I recommend it over the competition."                                                                                                                                                                                                                                                                                                                                            
 [775] "The canon g3 gives tons of control for photo buffs but still has an \" auto \" mode that makes it very easy for the novice to use."                                                                                                                                                                                                                                                   
 [776] "I have not yet seen any of the usual problems with digital pictures ( purple fringing, etc ) so I am very pleased."                                                                                                                                                                                                                                                                   
 [777] "Overall I'm happy with my toy."                                                                                                                                                                                                                                                                                                                                                       
 [778] "The strap is horrible and gets in the way of parts of the camera you need access to."                                                                                                                                                                                                                                                                                                 
 [779] "Canon have packed a lot in here and the options and controls are easy to use and logically laid out."                                                                                                                                                                                                                                                                                 
 [780] "I cancelled the order."                                                                                                                                                                                                                                                                                                                                                               
 [781] "This camera has significantly more noise at iso 100 than the nikon 4500."                                                                                                                                                                                                                                                                                                             
 [782] "The strap is horrible and gets in the way of parts of the camera you need access to."                                                                                                                                                                                                                                                                                                 
 [783] "Simply, the canon g3 is the best digital camera out there today at this price point."                                                                                                                                                                                                                                                                                                 
 [784] "I did extensive research comparing different 4 and 5 megapixel cameras."                                                                                                                                                                                                                                                                                                              
 [785] "Now there is one more complaint I have about the g3 and that is the software that comes with it for processing raw images ( I only shoot in raw image mode and the first thing I did was replace the 32 mbyte cf with a 512 mbyte cf, which gives me 130 raw images, as opposed to 7!"                                                                                                
 [786] "This is quite simply the best you can ask for."                                                                                                                                                                                                                                                                                                                                       
 [787] "Prior to the purchase, none of my digital camera friends mentioned the delay between pressing the shutter button and the camera taking the picture."                                                                                                                                                                                                                                  
 [788] "* main dial is not backlit."                                                                                                                                                                                                                                                                                                                                                          
 [789] "Because this camera is beautiful."                                                                                                                                                                                                                                                                                                                                                    
 [790] "1."                                                                                                                                                                                                                                                                                                                                                                                   
 [791] "the ability to selectively switch to raw format during record review gives you incredible more post-processing flexibility."                                                                                                                                                                                                                                                          
 [792] "I've had this for 3 months now, and I am pleased with my decision."                                                                                                                                                                                                                                                                                                                   
 [793] "Recent price drops have made the g3 the best bargain in digital cameras currently available."                                                                                                                                                                                                                                                                                         
 [794] "The results are shadow-free images that look as if theyve been exposed with the gentlest natural light you could imagine."                                                                                                                                                                                                                                                            
 [795] "We also looked at the fuji fps602."                                                                                                                                                                                                                                                                                                                                                   
 [796] "It had a heavier and more sturdy casing."                                                                                                                                                                                                                                                                                                                                             
 [797] "Not all the time, but often enough to be a real problem."                                                                                                                                                                                                                                                                                                                             
 [798] "For me on the fine resolution setting ( not maximum but very close ) this adds up to over 1000 images with the 1 gig card."                                                                                                                                                                                                                                                           
 [799] "This is a camera you will need to study and use in order to fully exploit its many features."                                                                                                                                                                                                                                                                                         
 [800] "I've been looking to buy a digital camera for a long time and v = finally decided that now was the time."                                                                                                                                                                                                                                                                             
 [801] "We also looked at the fuji fps602."                                                                                                                                                                                                                                                                                                                                                   
 [802] "Sure."                                                                                                                                                                                                                                                                                                                                                                                
 [803] "One bad thing is that it comes with a pitiful 32mb compactflash card, and for most purposes, it is not enough."                                                                                                                                                                                                                                                                       
 [804] "I have only had this camera for one full day and I have to say that it is wonderful."                                                                                                                                                                                                                                                                                                 
 [805] "4 megapixels is plenty for all but pros, and you will not be disappointed with the results of this camera."                                                                                                                                                                                                                                                                           
 [806] "Its silver magnesium finish is stunning, and the sharp lines and excellent grip are better than any other camera I've seen."                                                                                                                                                                                                                                                          
 [807] "The objections of the naysayers almost caused me to purchase a different camera, but, in the end, I figured I'd give the g3 a try."                                                                                                                                                                                                                                                   
 [808] "I chose the g3 because of its reputation for very high quality, clean images."                                                                                                                                                                                                                                                                                                        
 [809] "This is not the same thing as a film camera."                                                                                                                                                                                                                                                                                                                                         
 [810] "Battery life, the drawback to most digital cameras, to quote k. reeves."                                                                                                                                                                                                                                                                                                              
 [811] "It comes with a clearly written manual and the learning curve is not too too steep."                                                                                                                                                                                                                                                                                                  
 [812] "This is a big plus for those who a shifting to digital and the g3's large mobile screen helps with this."                                                                                                                                                                                                                                                                             
 [813] "That's what I did and hopes this helps."                                                                                                                                                                                                                                                                                                                                              
 [814] "It is less versatile, but I am never disappointed with the output."                                                                                                                                                                                                                                                                                                                   
 [815] "Very comfortable camera, easy to use, and the best digital photos you're going to get at this price."                                                                                                                                                                                                                                                                                 
 [816] "I've figured out most of its features on my own already ( because I have used digital cameras before, so I know things like symbols )."                                                                                                                                                                                                                                               
 [817] "It is versatile and seems to be one of the best."                                                                                                                                                                                                                                                                                                                                     
 [818] "I bought a 512 mb card by simpletech and it works great with my canon."                                                                                                                                                                                                                                                                                                               
 [819] "The extended zoom range and faster lense put it at the top of it's class."                                                                                                                                                                                                                                                                                                            
 [820] "It is generally overpriced a little bit but you get what you are paying for."                                                                                                                                                                                                                                                                                                         
 [821] "Warning - I did read the manual!"                                                                                                                                                                                                                                                                                                                                                     
 [822] "When I took outdoor photos with plenty of light and the objects weren't moving, the photos were awesome."                                                                                                                                                                                                                                                                             
 [823] "Ensure you get a larger flash, 128 or 256, some are selling with the larger flash, 32mb will do in a pinch but you'll quickly want a larger flash card as with any of the 4mp cameras."                                                                                                                                                                                               
 [824] "I've been using the g3 for about six weeks and it has proven itself to be all that it's advertised."                                                                                                                                                                                                                                                                                  
 [825] "You can use this camera right out of the box on the automatic setting, or slowly get comfortable with the manual settings and what they can do."                                                                                                                                                                                                                                      
 [826] "This is quite simply the best you can ask for."                                                                                                                                                                                                                                                                                                                                       
 [827] "Whether you are a novice or an expert, its ease of use and functionality goes together."                                                                                                                                                                                                                                                                                              
 [828] "I wanted it to shoot concerts as well."                                                                                                                                                                                                                                                                                                                                               
 [829] "I showed her how to turn it on, where the lens zoom lever is, and she loves it!"                                                                                                                                                                                                                                                                                                      
 [830] "Maybe if you delete those files before you looked at them with the software, youd see the true, raw image that the camera actually produces."                                                                                                                                                                                                                                         
 [831] "Your child is going to do a cannonball off the diving board, so you compose the shot and wait for your moment."                                                                                                                                                                                                                                                                       
 [832] "Very intuitive menus are a big plus on this camera."                                                                                                                                                                                                                                                                                                                                  
 [833] "The strap is horrible and gets in the way of parts of the camera you need access to."                                                                                                                                                                                                                                                                                                 
 [834] "Those used to 35mm cameras will find the g3 very comfortable and friendly to use."                                                                                                                                                                                                                                                                                                    
 [835] "I chose the g3 because of its reputation for very high quality, clean images."                                                                                                                                                                                                                                                                                                        
 [836] "Yes, I have red-eye off, and yes, I've tried adding a flash."                                                                                                                                                                                                                                                                                                                         
 [837] "Picture this:"                                                                                                                                                                                                                                                                                                                                                                        
 [838] "Your child is going to do a cannonball off the diving board, so you compose the shot and wait for your moment."                                                                                                                                                                                                                                                                       
 [839] "Best camera ever."                                                                                                                                                                                                                                                                                                                                                                    
 [840] "from the image quality, color, function, I can say almost everything."                                                                                                                                                                                                                                                                                                                
 [841] "I can't fit all that resolution ( 4mp = 2272x 1704 resol."                                                                                                                                                                                                                                                                                                                            
 [842] ") in my 19in flat monitor ( 1200x1024 resol."                                                                                                                                                                                                                                                                                                                                         
 [843] ") anyways."                                                                                                                                                                                                                                                                                                                                                                           
 [844] "I can imagine that they'd fill up my ibook's internal memory pretty quickly."                                                                                                                                                                                                                                                                                                         
 [845] "Simply, the canon g3 is the best digital camera out there today at this price point."                                                                                                                                                                                                                                                                                                 
 [846] "- the drawbacks were that they were not user friendly for the casual photographer, the lcd screen is a little too small, cp5000 does not take photos in raw format."                                                                                                                                                                                                                  
 [847] "Getting the printer to help output them was another tale."                                                                                                                                                                                                                                                                                                                            
 [848] "I would recomend that you purchase a lexar media cf for the camera as the sandisk card that comes packaged is too small and too slow!"                                                                                                                                                                                                                                                
 [849] "If you strictly use the lcd and not the view finder, I highly recommend the camera."                                                                                                                                                                                                                                                                                                  
 [850] "I can't fit all that resolution ( 4mp = 2272x 1704 resol."                                                                                                                                                                                                                                                                                                                            
 [851] ") in my 19in flat monitor ( 1200x1024 resol."                                                                                                                                                                                                                                                                                                                                         
 [852] ") anyways."                                                                                                                                                                                                                                                                                                                                                                           
 [853] "Photos had some artifacts and noise."                                                                                                                                                                                                                                                                                                                                                 
 [854] "It sometimes takes the picture at some indefinite period of time after you press the shutter button."                                                                                                                                                                                                                                                                                 
 [855] "Hope to get my refund in a timely manner."                                                                                                                                                                                                                                                                                                                                            
 [856] "It doesn't do you any good if a camera has all the features but you can't access them quickly when you need them!"                                                                                                                                                                                                                                                                    
 [857] "The canon allows you to change lenses, and it accepts the ibm microdrive ( type ii compact flash ), so you can have up to 1 gigabyte of storage."                                                                                                                                                                                                                                     
 [858] "This is my first digital camera."                                                                                                                                                                                                                                                                                                                                                     
 [859] "The g2 was slightly curvy with a champagne finish -- very homely."                                                                                                                                                                                                                                                                                                                    
 [860] "Once I get focus lock, I can then wait until my restless subject ( a pet or a child ) strikes an amusing pose and then fire the shutter with some reasonable probability of getting my subject still in focus."                                                                                                                                                                       
 [861] "B ) the lens cover is surely loose, I already accidently finger-printed the len a few times, and au lens tigt and cause potential damage."                                                                                                                                                                                                                                            
 [862] "I am using kingston 512mb cf which works great and is very fast."                                                                                                                                                                                                                                                                                                                     
 [863] "Whether you are a novice or an expert, its ease of use and functionality goes together."                                                                                                                                                                                                                                                                                              
 [864] "Or save time and just do it, you won't regret it."                                                                                                                                                                                                                                                                                                                                    
 [865] "Whether you are a novice or an expert, its ease of use and functionality goes together."                                                                                                                                                                                                                                                                                              
 [866] "It would have been a much easier choice if this were 5mp camera."                                                                                                                                                                                                                                                                                                                     
 [867] "Warning - I did read the manual!"                                                                                                                                                                                                                                                                                                                                                     
 [868] "Battery life, the drawback to most digital cameras, to quote k. reeves."                                                                                                                                                                                                                                                                                                              
 [869] "This camera has a major design flaw."                                                                                                                                                                                                                                                                                                                                                 
 [870] "In the hands of someone who doesn't, it will yield good results on idiot program / auto mode."                                                                                                                                                                                                                                                                                        
 [871] "The grain was terrible."                                                                                                                                                                                                                                                                                                                                                              
 [872] "The light auto-correction is awesome."                                                                                                                                                                                                                                                                                                                                                
 [873] "The g3 had problems focusing in low light and would not take the picture when the shutter was pressed but after the shutter had been released a few seconds."                                                                                                                                                                                                                         
 [874] "I've been using a powershot s330 for nearly a year, and wanted to upgrade to a 4 or 5 megapixel camera with a longer zoom, more adjustability, a hot shoe for an external flash, and a remote control."                                                                                                                                                                               
 [875] "It's slightly lighter than the g2 and packed with even more features."                                                                                                                                                                                                                                                                                                                
 [876] "Recent price drops have made the g3 the best bargain in digital cameras currently available."                                                                                                                                                                                                                                                                                         
 [877] "Then just forget about all the controls you have on the metz flash head itself and the sca 3102 control panel, because they are all ignored."                                                                                                                                                                                                                                         
 [878] "I did extensive research comparing different 4 and 5 megapixel cameras."                                                                                                                                                                                                                                                                                                              
 [879] "Negatives?"                                                                                                                                                                                                                                                                                                                                                                           
 [880] "Whether you are a novice or an expert, its ease of use and functionality goes together."                                                                                                                                                                                                                                                                                              
 [881] "The canon allows you to change lenses, and it accepts the ibm microdrive ( type ii compact flash ), so you can have up to 1 gigabyte of storage."                                                                                                                                                                                                                                     
 [882] "Negatives"                                                                                                                                                                                                                                                                                                                                                                            
 [883] "I recently purchased the canon powershot g3 and am extremely satisfied with the purchase."                                                                                                                                                                                                                                                                                            
 [884] "To save a picture as raw, you have to have the display on, this seems like a waste of battery power."                                                                                                                                                                                                                                                                                 
 [885] "* lens visible in optical viewfinder."                                                                                                                                                                                                                                                                                                                                                
 [886] "Buy it for fun, for lack of processing, because you want to use iphoto, or whatever."                                                                                                                                                                                                                                                                                                 
 [887] "I've had this for 3 months now, and I am pleased with my decision."                                                                                                                                                                                                                                                                                                                   
 [888] "But canon never fails to amaze."                                                                                                                                                                                                                                                                                                                                                      
 [889] "These things may get a lot better in the future, but from what I've seen in the last few years, the technology for digital cameras isn't advancing at the pace of pc's, phones and hard drives."                                                                                                                                                                                      
 [890] "The prints are beautiful!"                                                                                                                                                                                                                                                                                                                                                            
 [891] "The highest optical zoom pictures are perfect."                                                                                                                                                                                                                                                                                                                                       
 [892] "From a dime store disposable to a top of the line eos, all film cameras share this ability to capture the moment you tell them to."                                                                                                                                                                                                                                                   
 [893] "That would be a nice compromise between jpeg and raw."                                                                                                                                                                                                                                                                                                                                
 [894] "If you shoot in lots of light and desire high quality, this will be your camera."                                                                                                                                                                                                                                                                                                     
 [895] "Everything else about the camera is great."                                                                                                                                                                                                                                                                                                                                           
 [896] "I love having the option to manually control the f-stop, shutter speed and even focus."                                                                                                                                                                                                                                                                                               
 [897] "For simple point and shoot photography, consider a cheaper digital."                                                                                                                                                                                                                                                                                                                  
 [898] "And I let my kids shoot as many pics as they want, let them review them on the camera and just print the good ones ( which are not many )."                                                                                                                                                                                                                                           
 [899] "It is made of plastic."                                                                                                                                                                                                                                                                                                                                                               
 [900] "For simple point and shoot photography, consider a cheaper digital."                                                                                                                                                                                                                                                                                                                  
 [901] "Get the canon 850 printer and an ex flash."                                                                                                                                                                                                                                                                                                                                           
 [902] "These things may get a lot better in the future, but from what I've seen in the last few years, the technology for digital cameras isn't advancing at the pace of pc's, phones and hard drives."                                                                                                                                                                                      
 [903] "3."                                                                                                                                                                                                                                                                                                                                                                                   
 [904] "the remote capture and fileviewer software bundled for photo capture is mind-blowing."                                                                                                                                                                                                                                                                                                
 [905] "Following my research, I decided on the g3."                                                                                                                                                                                                                                                                                                                                          
 [906] "I am still trying to figure out the may options it has."                                                                                                                                                                                                                                                                                                                              
 [907] "Not perfect ( yes, the viewfinder can get obstructed in instances."                                                                                                                                                                                                                                                                                                                   
 [908] "but the lcd works well enough in those instances ), not the cheapest 4.0 mp, but the best 4.0 mp."                                                                                                                                                                                                                                                                                    
 [909] "After about a minute of trying to tell me that most people use the lcd and not the view finder, they finally admitted, it was a design flaw in the camera."                                                                                                                                                                                                                           
 [910] "A ) the picture quality ( color and sharpness of focusing ) are so great, it completely eliminated my doubt about digital imaging --- how could one eat rice one grain at a time: - ) )"                                                                                                                                                                                              
 [911] "And the body / construction in general has quite a bit of plastic, a disappointment after the stainless steel heft of the s330."                                                                                                                                                                                                                                                      
 [912] "It is very simple to import via iphoto 2 and then move them to photoshop."                                                                                                                                                                                                                                                                                                            
 [913] "You can take pictures with the camera held above your head, way down, or beside you with no problem, allowing you to position the camera for the best shot without contorting yourself."                                                                                                                                                                                              
 [914] "I am stunned and amazed at the quality of the raw images I am getting from this g3 ( in conjunction with my professional flash system ), and can easily put up with the cameras limitations, because ive never seen anything better within its resolution limits."                                                                                                                    
 [915] "When shopping for digital cameras I looked at the nikon cp5700, olympus c5050, nikon cp5000, and the canon g3."                                                                                                                                                                                                                                                                       
 [916] "I showed her how to turn it on, where the lens zoom lever is, and she loves it!"                                                                                                                                                                                                                                                                                                      
 [917] "My story is based on personal usage."                                                                                                                                                                                                                                                                                                                                                 
 [918] "The g3 has most if not all of the features that you would want from a semi-pro / pro slr with a good range of manual options for those who know something about photography."                                                                                                                                                                                                         
 [919] "But once in a while, I run up against it's major flaw:"                                                                                                                                                                                                                                                                                                                               
 [920] "Negatives?"                                                                                                                                                                                                                                                                                                                                                                           
 [921] "Canon have packed a lot in here and the options and controls are easy to use and logically laid out."                                                                                                                                                                                                                                                                                 
 [922] "After about a minute of trying to tell me that most people use the lcd and not the view finder, they finally admitted, it was a design flaw in the camera."                                                                                                                                                                                                                           
 [923] "The camera arrived on time and in perfect condition."                                                                                                                                                                                                                                                                                                                                 
 [924] "A couple of online camera review sites were extremely helpful, as they provided complete exhaustive reviews of nearly every camera made, plus provided a great number of high resolution sample images to compare amongst the models."                                                                                                                                                
 [925] "The canon g3."                                                                                                                                                                                                                                                                                                                                                                        
 [926] "A great new use for that underutilized computer."                                                                                                                                                                                                                                                                                                                                     
 [927] "The compact flash is delicate and I hate to swap it in fear on the connetions ( camera and cf ) bending ( can lead to cf erros ) or losing it."                                                                                                                                                                                                                                       
 [928] "One little minor flaw with this camera is that the lens is visible in the viewfinder, but does not detract from the image at all."                                                                                                                                                                                                                                                    
 [929] "It's great to switch to spot metering and actually see it working on the lcd screen."                                                                                                                                                                                                                                                                                                 
 [930] "And the body / construction in general has quite a bit of plastic, a disappointment after the stainless steel heft of the s330."                                                                                                                                                                                                                                                      
 [931] "The prints are beautiful!"                                                                                                                                                                                                                                                                                                                                                            
 [932] "I've tried the sony s85 with the carl zeiss lens, but the pictures were too digital."                                                                                                                                                                                                                                                                                                 
 [933] "Because it can help a so-so photographer take spectacular photos!"                                                                                                                                                                                                                                                                                                                    
 [934] "A great new use for that underutilized computer."                                                                                                                                                                                                                                                                                                                                     
 [935] "I was worried that 4 megapixel photos would download more slowly, but there's no difference in working with the files."                                                                                                                                                                                                                                                               
 [936] "Perhaps there is a way around this delay."                                                                                                                                                                                                                                                                                                                                            
 [937] "This camera has significantly more noise at iso 100 than the nikon 4500."                                                                                                                                                                                                                                                                                                             
 [938] "I can't fit all that resolution ( 4mp = 2272x 1704 resol."                                                                                                                                                                                                                                                                                                                            
 [939] ") in my 19in flat monitor ( 1200x1024 resol."                                                                                                                                                                                                                                                                                                                                         
 [940] ") anyways."                                                                                                                                                                                                                                                                                                                                                                           
 [941] "The compact flash is delicate and I hate to swap it in fear on the connetions ( camera and cf ) bending ( can lead to cf erros ) or losing it."                                                                                                                                                                                                                                       
 [942] "Buy it for fun, for lack of processing, because you want to use iphoto, or whatever."                                                                                                                                                                                                                                                                                                 
 [943] "Needless to say, the canon won, hands down."                                                                                                                                                                                                                                                                                                                                          
 [944] "I would recomend that you purchase a lexar media cf for the camera as the sandisk card that comes packaged is too small and too slow!"                                                                                                                                                                                                                                                
 [945] "Photos had some artifacts and noise."                                                                                                                                                                                                                                                                                                                                                 
 [946] "The best 4 megapixel/4x optical zoom camera available and fairly easy to use."                                                                                                                                                                                                                                                                                                        
 [947] "This camera also has a great feel and weight to it."                                                                                                                                                                                                                                                                                                                                  
 [948] "Warning - I did read the manual!"                                                                                                                                                                                                                                                                                                                                                     
 [949] "That would be a nice compromise between jpeg and raw."                                                                                                                                                                                                                                                                                                                                
 [950] "I cant use my nikon external flash on a canon camera, but I can use my metz, with the proper metz module and extension cord connected between the g3 and the 60 ct-4."                                                                                                                                                                                                                
 [951] "I chose the canon speedlite 420."                                                                                                                                                                                                                                                                                                                                                     
 [952] "2."                                                                                                                                                                                                                                                                                                                                                                                   
 [953] "battery life is over 4.5 hours, compared to about 2.5 hours for the g2 or the 2 hours for most nikons."                                                                                                                                                                                                                                                                               
 [954] "Picture this:"                                                                                                                                                                                                                                                                                                                                                                        
 [955] "I am quite happy with the camera."                                                                                                                                                                                                                                                                                                                                                    
 [956] "2 ) not very ergonomical - you'll find even for a point-and-shoot lens )"                                                                                                                                                                                                                                                                                                             
 [957] "Bought this product about a month ago and have used it in a variety of situations."                                                                                                                                                                                                                                                                                                   
 [958] "Although I tried contacting amazon to see if they can do anything, the replies I got were inept as if they hadn't taken time to read the complaint."                                                                                                                                                                                                                                  
 [959] "The canon g3."                                                                                                                                                                                                                                                                                                                                                                        
 [960] "The lens is visible in the viewfinder when the lens is set to the wide angle, but since I use the lcd most of the time, this is not really much of a bother to me."                                                                                                                                                                                                                   
 [961] "Great colors, pictures and white balance."                                                                                                                                                                                                                                                                                                                                            
 [962] "I just told them, press halfway, wait for the box to turn green and press the rest of the way."                                                                                                                                                                                                                                                                                       
 [963] "This is a camera you will need to study and use in order to fully exploit its many features."                                                                                                                                                                                                                                                                                         
 [964] "I am still trying to figure out the may options it has."                                                                                                                                                                                                                                                                                                                              
 [965] "This is my first digital camera and I couldn't be happier."                                                                                                                                                                                                                                                                                                                           
 [966] "-- an event that involves dogs running and jumping hurdles."                                                                                                                                                                                                                                                                                                                          
 [967] "And with the 500 you save you could print the results for the life of the camera."                                                                                                                                                                                                                                                                                                    
 [968] "The 60 ct-4 flash head can actually be reversed 180 degrees and then tilted, enabling you to bounce the flash off the walls behind you."                                                                                                                                                                                                                                              
 [969] "Personally I believe it even outperforms the g2 in terms of less haze and astonishingly real colors."                                                                                                                                                                                                                                                                                 
 [970] "Manual functionality is excellent, downloading pictures is quick and a breeze, and the quality is astounding."                                                                                                                                                                                                                                                                        
 [971] "While light, it will not easily go in small handbags or pockets."                                                                                                                                                                                                                                                                                                                     
 [972] "Always remember, cameras don't take great pictures, people do!"                                                                                                                                                                                                                                                                                                                       
 [973] "It surpasses my greatest expectations in a 4mp camera.."                                                                                                                                                                                                                                                                                                                              
 [974] "It is also one of the few electronic items that works right out of the box."                                                                                                                                                                                                                                                                                                          
 [975] "But if you've used a slr 35mm camera, the controls are very intuitive!"                                                                                                                                                                                                                                                                                                               
 [976] "This is the perfect camera for a photo hobbiest who wants to have easy point and shoot ability as well."                                                                                                                                                                                                                                                                              
 [977] "I'm one of those people that can only concentrate on one screen at a time so I've been having trouble paying attention to the little display panel on top, but that doesn't stop me from loving this camera."                                                                                                                                                                         
 [978] "The zooming lever is shaky, I hope it does not operate mechanically, otherwise you'll feel uneasy."                                                                                                                                                                                                                                                                                   
 [979] "There's really very little about g3 images to criticize."                                                                                                                                                                                                                                                                                                                             
 [980] "I also discovered the exposure-bracket setting, which enables you to take three exposures with one press of the shutter: the first at the camera-determined exposure, then one lighter and one darker."                                                                                                                                                                               
 [981] "As of this writing, technology has not solved the focus-lock lag time problem for point-and-shoot digicams and anyone who is satisfied with it simply has never used a modern film slr."                                                                                                                                                                                              
 [982] "- I didn't care much for the tilting lcd screen, it seemed very limited and not very usefull."                                                                                                                                                                                                                                                                                        
 [983] "I can of course buy such a tool off the shelves separately but helps if it comes with my camera."                                                                                                                                                                                                                                                                                     
 [984] "After charging my card for the camera and for expedited shipping, 5 business days later, they still hadn't shipped the product."                                                                                                                                                                                                                                                      
 [985] "They said it is in stock, but they are \" too busy \"."                                                                                                                                                                                                                                                                                                                               
 [986] "4 megapixels is plenty for all but pros, and you will not be disappointed with the results of this camera."                                                                                                                                                                                                                                                                           
 [987] "I give it 10 stars!"                                                                                                                                                                                                                                                                                                                                                                  
 [988] "Despite this minor disappointment, I highly recommend the canon g3 anyone who is serious about digital photography."                                                                                                                                                                                                                                                                  
 [989] "Bought this product about a month ago and have used it in a variety of situations."                                                                                                                                                                                                                                                                                                   
 [990] "Proven canon built quality and lens."                                                                                                                                                                                                                                                                                                                                                 
 [991] "For those who have this metz flash ( or the 45cl-3 ) and would like to get the absolute ultimate quality out of this g3, the metz module you need is the sca 3102 and the connector cord is the sca 3000c."                                                                                                                                                                           
 [992] "A ) the picture quality ( color and sharpness of focusing ) are so great, it completely eliminated my doubt about digital imaging --- how could one eat rice one grain at a time: - ) )"                                                                                                                                                                                              
 [993] "If you don't have a gray card, you can use a plain white piece of paper."                                                                                                                                                                                                                                                                                                             
 [994] "It takes great pictures, operates quickly, and feels solid."                                                                                                                                                                                                                                                                                                                          
 [995] "And as I said in my review of the s330, all of these digital cameras are easier to use with apple computers."                                                                                                                                                                                                                                                                         
 [996] "The powershot g3 is a great camera."                                                                                                                                                                                                                                                                                                                                                  
 [997] "Maybe it is my lack of experience, but I found shots with this camera very disappointing."                                                                                                                                                                                                                                                                                            
 [998] "What I really want is a $ 1,500 digital slr with a full frame sensor that will take my nikon lenses."                                                                                                                                                                                                                                                                                 
 [999] "I would recommend a larger compact-flash card, at least 128 mb."                                                                                                                                                                                                                                                                                                                      
[1000] "+ you can have different kind of lens if you want + flashes, etc."                                                                                                                                                                                                                                                                                                                    
[1001] "It is also one of the few electronic items that works right out of the box."                                                                                                                                                                                                                                                                                                          
[1002] "The compact flash is delicate and I hate to swap it in fear on the connetions ( camera and cf ) bending ( can lead to cf erros ) or losing it."                                                                                                                                                                                                                                       
[1003] "It is a fantastic camera and well worth the price."                                                                                                                                                                                                                                                                                                                                   
[1004] "The camera is a dream to operate in automode, but also gives tremendous flexibility in aperture priority, shutter priority, and manual modes."                                                                                                                                                                                                                                        
[1005] "I shot over 300 photos at my goddaughter's birthday party without switching out to my backup battery."                                                                                                                                                                                                                                                                                
[1006] "The optical zoom works great and the 14x digital zoom is a very nice addition although pictures at the highest digital zoom are a little blurry."                                                                                                                                                                                                                                     
[1007] "You could take a picture of a stone glinting in the sun and still avoid the shining glaze and get the contours right."                                                                                                                                                                                                                                                                
[1008] "If you strictly use the lcd and not the view finder, I highly recommend the camera."                                                                                                                                                                                                                                                                                                  
[1009] "The moveable lcd screen is great."                                                                                                                                                                                                                                                                                                                                                    
[1010] "7."                                                                                                                                                                                                                                                                                                                                                                                   
[1011] "a new photostich software for stiching your pics into a panoramic view."                                                                                                                                                                                                                                                                                                              
[1012] "For me on the fine resolution setting ( not maximum but very close ) this adds up to over 1000 images with the 1 gig card."                                                                                                                                                                                                                                                           
[1013] "I'm glad canon decided to keep the 4mp resolution and improved upon it with new technology;"                                                                                                                                                                                                                                                                                          
[1014] "I charged it up the day I got it, took a bunch of pictures and I don't think the battery indicator has budged from fully charged."                                                                                                                                                                                                                                                    
[1015] "I'd highly recommend this camera for anyone who is looking for excellent quality pictures and a combination of ease of use and the flexibility to get advanced with many options to adjust if you like."                                                                                                                                                                              
[1016] "It can be a point-and-shoot camera, but if you do not intend to \" get into \" it's finer features, I'd suggest a less enthusiast featured choice."                                                                                                                                                                                                                                   
[1017] "I've had the camera for about two weeks and shot hundreds of pictures so far."                                                                                                                                                                                                                                                                                                        
[1018] "The only two minor issues I have with the camera are the lens cap ( it is not very snug and can come off too easily ) and the lens itself ( it partially obstructs the view through the viewfinder but not views through the lcd )."                                                                                                                                                  
[1019] "The results are shadow-free images that look as if theyve been exposed with the gentlest natural light you could imagine."                                                                                                                                                                                                                                                            
[1020] "Yes, all cameras except g3 were 5mp but I was looking for a lot more than just megapixel power."                                                                                                                                                                                                                                                                                      
[1021] "I can't write enough positive things about this great little camera!"                                                                                                                                                                                                                                                                                                                 
[1022] "After about a minute of trying to tell me that most people use the lcd and not the view finder, they finally admitted, it was a design flaw in the camera."                                                                                                                                                                                                                           
[1023] "The larger lens of the g3 gives better picture quality in low light, and the 4-times optical zooms gets you just that much closer."                                                                                                                                                                                                                                                   
[1024] "The second problem is solved by more direct lighting from the metz ( with the attendant shadows unfortunately )."                                                                                                                                                                                                                                                                     
[1025] "The image quality is excellent."                                                                                                                                                                                                                                                                                                                                                      
[1026] "Yes, I have red-eye off, and yes, I've tried adding a flash."                                                                                                                                                                                                                                                                                                                         
[1027] "The photo quality is amazing and I know I'm going to have fun with all the features."                                                                                                                                                                                                                                                                                                 
[1028] "Some things that I didn't like ( but hey."                                                                                                                                                                                                                                                                                                                                            
[1029] "nothing is perfect )."                                                                                                                                                                                                                                                                                                                                                                
[1030] "Well flash photos are never great, and there was still a lot of noise."                                                                                                                                                                                                                                                                                                               
[1031] "Very intuitive menus are a big plus on this camera."                                                                                                                                                                                                                                                                                                                                  
[1032] "What task do they perform?"                                                                                                                                                                                                                                                                                                                                                           
[1033] "My only suggestion is to get a lens protector to help protect the shooting lens ( the lens coating will wear out after so many clean wipes ) and I'm getting the those ( 52 mm adapter and uv lens filter ) at lensmateonline.com."                                                                                                                                                   
[1034] "A good choice could be cf type ii, microdrives that can store around 1 gb of images."                                                                                                                                                                                                                                                                                                 
[1035] "Despite these grieps, I still recommend the camera."                                                                                                                                                                                                                                                                                                                                  
[1036] "And with the panoramic \" stitch \" mode, it guides you through stitching together multiple pictures to build a seamless panoramic image."                                                                                                                                                                                                                                            
[1037] "With canon, you get pictures that appear to be photos, not still camcorder shots."                                                                                                                                                                                                                                                                                                    
[1038] "I'm concerned that with the easily removed lens cap, I may damage the lens."                                                                                                                                                                                                                                                                                                          
[1039] "Yes, I push the button down halfway first to avoid the autofocus delay."                                                                                                                                                                                                                                                                                                              
[1040] "I can't fit all that resolution ( 4mp = 2272x 1704 resol."                                                                                                                                                                                                                                                                                                                            
[1041] ") in my 19in flat monitor ( 1200x1024 resol."                                                                                                                                                                                                                                                                                                                                         
[1042] ") anyways."                                                                                                                                                                                                                                                                                                                                                                           
[1043] "For simple point and shoot photography, consider a cheaper digital."                                                                                                                                                                                                                                                                                                                  
[1044] "If you don't believe me on that, check the consumer reports review as well as the many digital camera review sites out there."                                                                                                                                                                                                                                                        
[1045] "Everything else about the camera is great."                                                                                                                                                                                                                                                                                                                                           
[1046] "I looked at both the nikon coolpix 5700 and the canon g3, and decided on the g3 due both to ergonomics ( much more comfortable to hold and use ) and the price."                                                                                                                                                                                                                      
[1047] "It is very simple to import via iphoto 2 and then move them to photoshop."                                                                                                                                                                                                                                                                                                            
[1048] "Some feature I could turn on or off, or some attachment I could get."                                                                                                                                                                                                                                                                                                                 
[1049] "It is generally overpriced a little bit but you get what you are paying for."                                                                                                                                                                                                                                                                                                         
[1050] "Bottom line, well made camera, easy to use, very flexible and powerful features to include the ability to use external flash and lense / filters choices."                                                                                                                                                                                                                            
[1051] "The highest optical zoom pictures are perfect."                                                                                                                                                                                                                                                                                                                                       
[1052] "The two limitations I knew I would have to deal with are the very long lag time before it focus-locks ( even in bright light ), and the unsatisfactory light quality of the built-in flash."                                                                                                                                                                                          
[1053] "But once youve got your exposure within an acceptable range, the g3 is shown to produce utterly stunning images that I can hardly get with my nikon f100 film camera."                                                                                                                                                                                                                
[1054] "( 2 ) there are, actually, several differences between the g2 and g3, such as differences in continuous shooting, the optical lens, the control layout, playback zoom, image processing, and so on."                                                                                                                                                                                  
[1055] "I can't fit all that resolution ( 4mp = 2272x 1704 resol."                                                                                                                                                                                                                                                                                                                            
[1056] ") in my 19in flat monitor ( 1200x1024 resol."                                                                                                                                                                                                                                                                                                                                         
[1057] ") anyways."                                                                                                                                                                                                                                                                                                                                                                           
[1058] "Some of the great gains over g2 --"                                                                                                                                                                                                                                                                                                                                                   
[1059] "Trips."                                                                                                                                                                                                                                                                                                                                                                               
[1060] "It doesn't do you any good if a camera has all the features but you can't access them quickly when you need them!"                                                                                                                                                                                                                                                                    
[1061] "I have returned the g3 ( actually I tried two of them ) and have my g2!"                                                                                                                                                                                                                                                                                                              
[1062] "This is my first digital camera, and I am very pleased with it."                                                                                                                                                                                                                                                                                                                      
[1063] "After doing a hands-on comparison between the nikon coolpix 5700 and sony dsc-f 717 ( both of which lack the quality, feel, or features of the g3 ), I ultimately chose the g3 because of its outstanding image quality ( resolution and coloration are superior )."                                                                                                                  
[[1]]
[1] "most"   "of"     "the"    "time"   "my"     "g"      "is"     "a"     
[9] "camera"

[[2]]
 [1] "once"        "i"           "i"           "get"         "lock"       
 [6] "can"         "then"        "then"        "until"       "my"         
[11] "my"          "subject"     "subject"     "a"           "a"          
[16] "pet"         "or"          "strikes"     "an"          "pose"       
[21] "and"         "the"         "shutter"     "with"        "some"       
[26] "probability" "of"          "getting"     "still"       "in"         

[[3]]
 [1] "i"          "can"        "of"         "course"     "buy"       
 [6] "such"       "a"          "tool"       "off"        "the"       
[11] "shelves"    "separately" "but"        "if"         "it"        
[16] "comes"      "with"       "my"         "camera"    

[[4]]
 [1] "it"        "is"        "very"      "simple"    "to"        "to"       
 [7] "import"    "via"       "iphoto"    "and"       "then"      "move"     
[13] "them"      "photoshop"

[[5]]
 [1] "it's"     "to"       "to"       "switch"   "spot"     "metering"
 [7] "and"      "actually" "see"      "it"       "on"       "the"     
[13] "lcd"      "screen"  

[[6]]
[1] "i"      "just"   "bought" "the"    "camera" "a"      "few"    "days"  
[9] "ago"   

[[7]]
 [1] "getting" "the"     "printer" "to"      "help"    "output"  "them"   
 [8] "was"     "another" "tale"   

[[8]]
[1] "the"    "camera" "was"    "a"     

[[9]]
[1] "this"   "camera" "is"     "every"  "penny"  "and"    "i"      "highly"
[9] "it"    

[[10]]
[1] NA

[[11]]
 [1] "perhaps"   "by"        "by"        "the"       "the"       "the"      
 [7] "canon's"   "factory"   "settings"  "which"     "were"      "and"      
[13] "had"       "to"        "be"        "be"        "altered"   "a"        
[19] "user"      "before"    "edges"     "from"      "buildings" "etc"      
[25] "could"     "cleaned"   "out"       "g"         "has"       "much"     
[31] "offsets"  

[[12]]
 [1] "you"      "can"      "read"     "the"      "other"    "reviews" 
 [7] "for"      "specs"    "and"      "opinions"

[[13]]
[1] "i"        "the"      "the"      "of"       "pictures"

[[14]]
 [1] "the"        "the"        "the"        "the"        "the"       
 [6] "the"        "the"        "only"       "two"        "minor"     
[11] "i"          "have"       "with"       "camera"     "are"       
[16] "lens"       "lens"       "cap"        "it"         "it"        
[21] "is"         "not"        "not"        "very"       "snug"      
[26] "and"        "and"        "can"        "come"       "off"       
[31] "too"        "easily"     "itself"     "partially"  "view"      
[36] "through"    "through"    "viewfinder" "but"        "views"     
[41] "lcd"       

[[15]]
[1] "the"  "g"    "was"  "in"   "this"

[[16]]
 [1] "i've"     "had"      "this"     "for"      "months"   "now"     
 [7] "and"      "i"        "am"       "with"     "my"       "decision"

[[17]]
 [1] "looks"      "quite"      "too"        "suggesting" "that"      
 [6] "may"        "have"       "er"         "canonized"  "it"        
[11] "a"          "bit"       

[[18]]
 [1] "with"      "the"       "automatic" "settings"  "i"         "really"   
 [7] "haven't"   "taken"     "a"         "picture"   "yet"      

[[19]]
[1] "sure"     "i"        "adjusted" "the"      "film"     "speed"    "to"      

[[20]]
[1] "i"      "can't"  "write"  "things" "about"  "this"   "little" "camera"

[[21]]
 [1] "the"      "pictures" "are"      "are"      "and"      "their"   
 [7] "is"       "a"        "short"    "curve"    "to"       "to"      
[13] "it"       ";"        "there"    "tons"     "of"       "features"
[19] "i"        "haven't"  "even"     "gotten"  

[[22]]
 [1] "after"     "charging"  "my"        "card"      "for"       "for"      
 [7] "the"       "the"       "camera"    "and"       "expedited" "shipping" 
[13] "business"  "days"      "later"     "they"      "still"     "hadn't"   
[19] "shipped"   "product"  

[[23]]
[1] "this"   "camera" "is"     "every"  "penny"  "and"    "i"      "highly"
[9] "it"    

[[24]]
[1] "it"      "is"      "made"    "of"      "plastic"

[[25]]
 [1] "i"           "i"           "am"          "am"          "and"        
 [6] "and"         "at"          "the"         "the"         "the"        
[11] "of"          "raw"         "images"      "getting"     "from"       
[16] "this"        "g"           "in"          "conjunction" "with"       
[21] "with"        "my"          "flash"       "system"      "can"        
[26] "easily"      "put"         "up"          "cameras"     "because"    
[31] "ive"         "never"       "seen"        "anything"    "within"     
[36] "its"         "resolution" 

[[26]]
[1] NA

[[27]]
 [1] "the"         "to"          "to"          "selectively" "switch"     
 [6] "raw"         "format"      "during"      "record"      "review"     
[11] "gives"       "you"         "more"        "post"        "processing" 

[[28]]
 [1] "for"     "those"   "of"      "you"     "you"     "who"     "already"
 [8] "bought"  "this"    "camera"  "i"       "suggest" "buy"     "a"      
[15] "hi"      "ti"      "dye"     "sub"     "photo"   "printer"

[[29]]
 [1] "in"          "terms"       "of"          "the"         "the"        
 [6] "accessories" "i"           "got"         "myself"      "an"         
[11] "litium"      "battery"    

[[30]]
 [1] "i"       "am"      "still"   "trying"  "to"      "figure"  "out"    
 [8] "the"     "may"     "options" "it"      "has"    

[[31]]
[1] "the"    "memory" "card"   "is"     "too"    "small" 

[[32]]
 [1] "i"           "i"           "am"          "am"          "and"        
 [6] "and"         "at"          "the"         "the"         "the"        
[11] "of"          "raw"         "images"      "getting"     "from"       
[16] "this"        "g"           "in"          "conjunction" "with"       
[21] "with"        "my"          "flash"       "system"      "can"        
[26] "easily"      "put"         "up"          "cameras"     "because"    
[31] "ive"         "never"       "seen"        "anything"    "within"     
[36] "its"         "resolution" 

[[33]]
[1] "canon's" "g"       "does"    "it"     

[[34]]
 [1] "you"           "can"           "move"          "the"          
 [5] "the"           "the"           "range"         "to"           
 [9] "to"            "almost"        "anywhere"      "in"           
[13] "scene"         "scene"         "with"          "push"         
[17] "of"            "a"             "a"             "button"       
[21] "and"           "it"            "has"           "an"           
[25] "on"            "screen"        "manual"        "mode"         
[29] "that"          "that"          "really"        "if"           
[33] "is"            "automatically"

[[35]]
 [1] "i"        "having"   "the"      "the"      "to"       "manually"
 [7] "control"  "f"        "shutter"  "speed"    "and"      "even"    

[[36]]
 [1] "i"          "looked"     "at"         "both"       "both"      
 [6] "the"        "the"        "the"        "the"        "nikon"     
[11] "coolpix"    "and"        "and"        "and"        "and"       
[16] "g"          "g"          "decided"    "on"         "due"       
[21] "to"         "to"         "ergonomics" "much"       "more"      
[26] "hold"       "use"        "price"     

[[37]]
 [1] "there"      "are"        "six"        "default"    "settings"  
 [6] "off"        "sepia"      "neutral"    "low"        "sharpening"
[11] "sharpening" "b"          "w"          "as"         "as"        
[16] "a"          "'"          "'"          "custom"     "effect"    
[21] "that"       "allows"     "you"        "to"         "control"   
[26] "contrast"   "and"        "saturation"

[[38]]
 [1] "however" "it"      "seems"   "that"    "this"    "is"      "the"    
 [8] "rule"    "for"     "most"    "digital" "cameras"

[[39]]
[1] "go"       "to"       "read"     "dpreview"

[[40]]
[1] "com"      "and"      "you'll"   "get"      "the"      "complete" "story"   

[[41]]
 [1] "i've"   "now"    "had"    "the"    "camera" "for"    "two"    "months"
 [9] "and"    "i'm"    "even"   "more"   "with"   "it"    

[[42]]
 [1] "it"       "seems"    "to"       "me"       "that"     "after"   
 [7] "the"      "the"      "and"      "metering" "are"      "complete"
[13] "there"    "is"       "quite"    "a"        "before"   "shutter" 

[[43]]
 [1] "no"     "one"    "told"   "me"     "but"    "i"      "wanted" "to"    
 [9] "tell"   "you"   

[[44]]
 [1] "overall"  "i"        "think"    "that"     "you"      "you"     
 [7] "need"     "to"       "to"       "consider" "what"     "wan't"   
[13] "do"      

[[45]]
 [1] "a"         "a"         "the"       "picture"   "color"     "and"      
 [7] "sharpness" "of"        "focusing"  "are"       "so"        "it"       
[13] "my"        "about"     "digital"   "imaging"   "how"       "could"    
[19] "one"       "one"       "rice"      "grain"     "at"        "time"     
[25] ":"        

[[46]]
 [1] "bottom"   "line"     "camera"   "very"     "and"      "and"     
 [7] "features" "to"       "to"       "the"      "use"      "external"
[13] "flash"    "lense"    "filters"  "choices" 

[[47]]
[1] "get"     "the"     "printer" "and"     "an"      "ex"      "flash"  

[[48]]
 [1] "it"     "it"     "was"    "i"      "i"      "sold"   "after"  "a"     
 [9] "few"    "months" "too"    "for"    "the"    "shots"  "that"   "got"   

[[49]]
 [1] "i"        "i"        "tried"    "out"      "some"     "other"   
 [7] "other"    "brands"   "in"       "in"       "the"      "the"     
[13] "the"      "the"      "the"      "stores"   "and"      "was"     
[19] "was"      "by"       "battery"  "life"     "of"       "company" 
[25] ";"        ";"        "plus"     "what"     "what"     "you"     
[31] "you"      "see"      "lcd"      "no"       "optical"  "finder"  
[37] "isn't"    "get"      "not"      "even"     "for"      "color"   
[43] "output"   "less"     "than"     "expected"

[[50]]
[1] "job"

[[51]]
[1] "the"       "powershot" "g"         "is"        "a"         "camera"   

[[52]]
 [1] "the"       "lcd"       "screen"    "pulls"     "out"       "and"      
 [7] "rotates"   "in"        "any"       "direction" "for"       "pictures" 

[[53]]
 [1] "around"    "with"      "images"    "in"        "photoshop" "a"        
 [7] "a"         "supplied"  "software"  "package"   "and"       "printing" 
[13] "them"      "on"        "printer"   "yielded"  

[[54]]
 [1] "but"            "at"             "least"          "youre"         
 [5] "starting"       "with"           "the"            "most"          
 [9] "photorealistic" "images"         "ive"            "ever"          
[13] "seen"           "from"           "a"              "camera"        

[[55]]
 [1] "i"          "bought"     "a"          "mb"         "card"      
 [6] "which"      "seems"      "to"         "hold"       "about"     
[11] "photos"     "at"         "the"        "highest"    "resolution"

[[56]]
 [1] "has"     "x"       "optical" "zoom"    "which"   "is"      "higher" 
 [8] "than"    "any"     "other"   "in"      "the"     "same"    "price"  
[15] "range"  

[[57]]
 [1] "camera"   "but"      "doesn't"  "take"     "as"       "as"      
 [7] "pictures" "i"        "thought"  "they"     "would"    "and"     
[13] "again"   

[[58]]
 [1] "this"    "is"      "my"      "first"   "digital" "camera"  "and"    
 [8] "i"       "am"      "very"    "with"    "it"     

[[59]]
[1] "i"       "with"    "the"     "reviews"

[[60]]
 [1] "they"     "have"     "optics"   "cp"       "has"      "optical" 
 [7] "zoom"     "and"      "features" "not"      "to"       "mention" 
[13] "take"     "pictures"

[[61]]
[1] "photos"    "had"       "some"      "artifacts" "and"      

[[62]]
[1] "i"      "can't"  "write"  "things" "about"  "this"   "little" "camera"

[[63]]
[1] "they"    "haven't" "got"     "all"     "the"     "out"     "just"   
[8] "yet"    

[[64]]
 [1] "a"           "could"       "be"          "cf"          "type"       
 [6] "ii"          "microdrives" "that"        "can"         "store"      
[11] "around"      "gb"          "of"          "images"     

[[65]]
[1] "the"      "the"      "menus"    "are"      "are"      "to"       "navigate"
[8] "and"      "buttons" 

[[66]]
[1] "photos"    "had"       "some"      "artifacts" "and"      

[[67]]
[1] "i"      "always" "using"  "the"    "lcd"    "panel" 

[[68]]
 [1] "i've"    "haven't" "heard"   "about"   "a"       "diagnos" "or"     
 [8] "fix"     "for"     "this"   

[[69]]
 [1] "the"         "the"         "g"           "has"         "most"       
 [6] "if"          "not"         "all"         "of"          "of"         
[11] "features"    "that"        "you"         "would"       "want"       
[16] "from"        "a"           "a"           "semi"        "slr"        
[21] "with"        "range"       "manual"      "options"     "for"        
[26] "those"       "who"         "know"        "something"   "about"      
[31] "photography"

[[70]]
[1] "the"     "the"     "g"       "is"      "perhaps" "mp"      "camera" 
[8] "out"     "there"  

[[71]]
[1] "got"      "way"      "pictures"

[[72]]
 [1] "it's"     "to"       "to"       "switch"   "spot"     "metering"
 [7] "and"      "actually" "see"      "it"       "on"       "the"     
[13] "lcd"      "screen"  

[[73]]
[1] "however"   "using"     "the"       "lcd"       "seems"     "to"       
[7] "eliminate" "this"      "minor"    

[[74]]
 [1] "the"        "i"          "it"         "a"          "four"      
 [6] "is"         "because"    "of"         "that"       "darn"      
[11] "diopter"    "adjustment" "dial"      

[[75]]
 [1] "its"        "very"       "small"      "and"        "to"        
 [6] "to"         "to"         "turn"       "so"         "you"       
[11] "you"        "can't"      "get"        "an"         "adjustment"
[16] "adjustment" "for"        "those"      "of"         "of"        
[21] "who"        "don't"      "know"       "what"       "a"         
[26] "diopter"    "is"         "is"         "it"         "adjust"    
[31] "the"        "the"        "viewfinder" "your"       "eyesight"  

[[76]]
[1] NA

[[77]]
[1] "canon's" "g"       "does"    "it"     

[[78]]
 [1] "the"        "the"        "the"        "the"        "optical"   
 [6] "zoom"       "zoom"       "is"         "and"        "viewfinder"
[11] "settings"   "of"        

[[79]]
 [1] "i"         "push"      "the"       "the"       "button"    "down"     
 [7] "halfway"   "first"     "to"        "autofocus"

[[80]]
 [1] "thats"      "only"       "for"        "old"        "school"    
 [6] "optical"    "viewfinder" "use"        "lcd"        "instead"   
[11] "which"      "is"         "and"        "you"        "can"       
[16] "around"     "too"       

[[81]]
[1] "they" "time"

[[82]]
[1] "or"    "time"  "and"   "just"  "do"    "it"    "it"    "you"   "won't"

[[83]]
 [1] "i"          "also"       "discovered" "the"        "the"       
 [6] "the"        "the"        "exposure"   "exposure"   "bracket"   
[11] "setting"    "which"      "enables"    "you"        "to"        
[16] "take"       "three"      "exposures"  "with"       "one"       
[21] "one"        "one"        "press"      "of"         "shutter"   
[26] ":"          "first"      "at"         "camera"     "then"      
[31] "and"       

[[84]]
 [1] "and"    "with"   "the"    "the"    "the"    "the"    "you"    "you"   
 [9] "could"  "print"  "for"    "life"   "of"     "camera"

[[85]]
[1] "i"      "highly" "it"    

[[86]]
 [1] "you"           "see"           "i"             "can't"        
 [5] "rank"          "the"           "the"           "product"      
 [9] "since"         "merchant"      "that"          "amazon"       
[13] "is"            "collaborating" "with"          "j"            
[17] "and"           "r"             "camera"       

[[87]]
 [1] "to"        "bring"     "us"        "consumers" "choices"   "never"    
 [7] "sent"      "me"        "the"       "product"  

[[88]]
[1] "takes"      "mp"         "photo's"    "has"        "features"  
[6] "and"        "relatively"

[[89]]
 [1] "this"          "camera"        "has"           "significantly"
 [5] "more"          "at"            "iso"           "than"         
 [9] "the"           "nikon"        

[[90]]
 [1] "i've"    "been"    "looking" "to"      "buy"     "a"       "a"      
 [8] "digital" "camera"  "for"     "long"    "time"    "time"    "and"    
[15] "v"       "decided" "that"    "now"     "was"     "the"    

[[91]]
 [1] "if"       "you"      "you"      "are"      "are"      "looking" 
 [7] "looking"  "for"      "for"      "a"        "very"     "simple"  
[13] "point"    "and"      "camera"   "this"     "is"       "probably"
[19] "not"      "what"    

[[92]]
[1] "yep"

[[93]]
[1] "how"  "to"   "use"  "it"   "will" "not"  "take" "very" "long"

[[94]]
 [1] "getting" "the"     "printer" "to"      "help"    "output"  "them"   
 [8] "was"     "another" "tale"   

[[95]]
 [1] "the"     "the"     "g"       "gives"   "tons"    "of"      "control"
 [8] "for"     "for"     "photo"   "buffs"   "but"     "still"   "has"    
[15] "an"      "auto"    "mode"    "that"    "makes"   "it"      "very"   
[22] "to"      "use"    

[[96]]
 [1] "i"        "having"   "the"      "the"      "to"       "manually"
 [7] "control"  "f"        "shutter"  "speed"    "and"      "even"    

[[97]]
[1] "why"

[[98]]
 [1] "them"     "on"       "computer" "and"      "print"    "out"     
 [7] "just"     "the"      "ones"     "who"      "want"    

[[99]]
[1] "very" "made"

[[100]]
[1] "when"    "it"      "arrives" "you"     "press"   "the"     "shutter"
[8] "release"

[[101]]
[1] "the"       "camera"    "arrived"   "and"       "in"        "condition"

[[102]]
[1] "in"     "terms"  "of"     "the"    "shots"  "taken"  "this"   "camera"
[9] "is"    

[[103]]
 [1] "maybe"      "it"         "is"         "my"         "of"        
 [6] "experience" "but"        "i"          "shots"      "with"      
[11] "this"       "camera"     "very"      

[[104]]
[1] "and"     "so"      "i"       "must"    "ask"     "what"    "are"    
[8] "cameras" "for"    

[[105]]
[1] "idea"

[[106]]
 [1] "as"        "its"       "mp"        "you"       "you"       "might"    
 [7] "need"      "bigger"    "storage"   "to"        "store"     "images"   
[13] "and"       "recording" "movies"    "can"       "record"    "minutes"  
[19] "of"        "video"    

[[107]]
 [1] "instead"   "i"         "bought"    "the"       "adobe"     "photoshop"
 [7] "camera"    "raw"       "plug"      "in"       

[[108]]
 [1] "the"      "g"        "is"       "is"       "loaded"   "with"    
 [7] "many"     "many"     "features" "and"      "unlike"   "smaller" 
[13] "digital"  "cameras"  "it"       "to"       "hold"     "when"    
[19] "using"    "shutter"  "speeds"  

[[109]]
[1] "not"        "the"        "viewfinder" "can"        "get"       
[6] "in"         "instances" 

[[110]]
 [1] "but"       "but"       "the"       "the"       "the"       "lcd"      
 [7] "in"        "those"     "instances" "not"       "mp"        "mp"       

[[111]]
[1] NA

[[112]]
 [1] "battery"  "life"     "is"       "over"     "hours"    "hours"   
 [7] "hours"    "compared" "to"       "about"    "for"      "for"     
[13] "the"      "the"      "g"        "or"       "most"     "nikons"  

[[113]]
 [1] "i"           "i"           "also"        "purchased"   "a"          
 [6] "tripod"      "tripod"      ":"           "the"         "the"        
[11] "combination" "of"          "camera"      "and"         "remote"     
[16] "control"     "me"          "to"          "take"        "some"       
[21] "indoor"      "light"       "portraits"   "never"       "attempted"  
[26] "before"     

[[114]]
 [1] "i"         "i"         "called"    "the"       "technical" "service"  
 [7] "to"        "see"       "if"        "had"       "a"         "camera"   

[[115]]
 [1] "simply"  "the"     "the"     "g"       "is"      "digital" "camera" 
 [8] "out"     "there"   "today"   "at"      "this"    "price"   "point"  

[[116]]
[1] "the" "g"  

[[117]]
 [1] "i"        "i"        "have"     "not"      "much"     "time"    
 [7] "with"     "the"      "software" "so"       "don't"    "know"    
[13] "what"     "to"       "say"      "about"    "it"       "it"      
[19] "other"    "than"     "seems"    "ok"      

[[118]]
 [1] "i"          "can"        "of"         "course"     "buy"       
 [6] "such"       "a"          "tool"       "off"        "the"       
[11] "shelves"    "separately" "but"        "if"         "it"        
[16] "comes"      "with"       "my"         "camera"    

[[119]]
 [1] "the"      "the"      "function" "lever"    "one"      "which"   
 [7] "switches" "between"  "and"      "view"     "mode"     "feels"   

[[120]]
 [1] "the"        "the"        "flash"      "is"         "and"       
 [6] "and"        "i"          "to"         "to"         "swap"      
[11] "it"         "it"         "in"         "on"         "connetions"
[16] "camera"     "cf"         "cf"         "bending"    "can"       
[21] "erros"      "or"        

[[121]]
 [1] "this"   "camera" "also"   "has"    "a"      "feel"   "and"    "weight"
 [9] "to"     "it"    

[[122]]
 [1] "but"      "after"    "trying"   "many"     "the"      "camera"  
 [7] "camera"   "remains"  "when"     "compared" "to"       "any"     
[13] "film"     "based"   

[[123]]
 [1] "this"     "camera"   "has"      "a"        "stitch"   "pictures"
 [7] "feature"  "to"       "to"       "find"     "out"      "more"    
[13] "just"     "log"      "on"       "canon's"  "website" 

[[124]]
 [1] "i"           "i"           "also"        "purchased"   "a"          
 [6] "tripod"      "tripod"      ":"           "the"         "the"        
[11] "combination" "of"          "camera"      "and"         "remote"     
[16] "control"     "me"          "to"          "take"        "some"       
[21] "indoor"      "light"       "portraits"   "never"       "attempted"  
[26] "before"     

[[125]]
 [1] "i"          "that"       "low"        "light"      "situations"
 [6] "combined"   "with"       "any"        "sort"       "of"        
[11] "left"       "this"       "camera"     "in"         "the"       

[[126]]
[1] "points" ":"     

[[127]]
 [1] "it"        "was"       "too"       "to"        "have"      "learned"  
 [7] "much"      "about"     "the"       "the"       "features"  "so"       
[13] "i"         "generally" "used"      "auto"      "mode"     

[[128]]
[1] "camera" "ever"  

[[129]]
 [1] "from"       "the"        "image"      "color"      "function"  
 [6] "i"          "can"        "say"        "almost"     "everything"

[[130]]
[1] "the"      "highest"  "optical"  "zoom"     "pictures" "are"     

[[131]]
 [1] "the"     "the"     "are"     "shadow"  "images"  "that"    "look"   
 [8] "as"      "if"      "theyve"  "been"    "with"    "light"   "you"    
[15] "could"   "imagine"

[[132]]
 [1] "the"         "the"         "the"         "the"         "the"        
 [6] "the"         "the"         "g"           "takes"       "over"       
[11] "controlling" "duration"    "of"          "of"          "of"         
[16] "metz"        "metz"        "flash"       "flash"       "and"        
[21] "and"         "most"        "time"        "exposure"    "is"         
[26] "when"        "it"          "isnt"        "its"         "because"    
[31] "youve"       "range"       "itself"     

[[133]]
 [1] "i"         "have"      "but"       "plan"      "on"        "selling"  
 [7] "my"        "ti"        "and"       "all"       "of"        "the"      
[13] "equipment" "with"      "it"       

[[134]]
 [1] "if"       "you"      "you"      "are"      "are"      "looking" 
 [7] "looking"  "for"      "for"      "a"        "very"     "simple"  
[13] "point"    "and"      "camera"   "this"     "is"       "probably"
[19] "not"      "what"    

[[135]]
[1] "overall" "it"      "is"      "the"     "the"     "camera"  "on"     
[8] "market" 

[[136]]
 [1] "i've"    "been"    "able"    "to"      "change"  "modes"   "on"     
 [8] "this"    "thing"   "without" "even"    "looking" "at"      "the"    
[15] "manual" 

[[137]]
 [1] "what"      "the"       "photoshop" "photoshop" "plug"      "in"       
 [7] "gives"     "you"       "you"       "you"       "is"        "reality"  
[13] "and"       "then"      "if"        "want"      "can"       "use"      
[19] "to"        "it"       

[[138]]
[1] "it"       "takes"    "pictures" "operates" "and"      "feels"   

[[139]]
 [1] "but"         "make"        "sure"        "to"          "buy"        
 [6] "a"           "tripod"      "and"         "separate"    "flash"      
[11] "unit"        "at"          "the"         "the"         "same"       
[16] "time"        ":"           "you'll"      "see"         "difference" 
[21] "in"          "your"        "photos"      "immediately"

[[140]]
 [1] "i"         "i"         "called"    "the"       "technical" "service"  
 [7] "to"        "see"       "if"        "had"       "a"         "camera"   

[[141]]
[1] "following" "my"        "research"  "i"         "decided"   "on"       
[7] "the"       "g"        

[[142]]
[1] "points" ":"     

[[143]]
 [1] "b"          "the"        "the"        "lens"       "lens"      
 [6] "cover"      "is"         "surely"     "i"          "already"   
[11] "accidently" "finger"     "printed"    "len"        "a"         
[16] "few"        "times"      "and"        "and"        "au"        
[21] "tigt"       "cause"      "potential" 

[[144]]
 [1] "for"       "those"     "who"       "have"      "this"      "this"     
 [7] "metz"      "metz"      "flash"     "or"        "the"       "the"      
[13] "the"       "the"       "the"       "the"       "cl"        "and"      
[19] "and"       "would"     "to"        "get"       "ultimate"  "out"      
[25] "of"        "g"         "module"    "you"       "need"      "is"       
[31] "is"        "sca"       "sca"       "connector" "cord"      "c"        

[[145]]
 [1] "if"     "you"    "in"     "lots"   "of"     "light"  "and"    "this"  
 [9] "will"   "be"     "your"   "camera"

[[146]]
[1] "duplicates" "are"        "a"          "no"         "brainer"   
[6] "and"       

[[147]]
 [1] "you"           "see"           "i"             "can't"        
 [5] "rank"          "the"           "the"           "product"      
 [9] "since"         "merchant"      "that"          "amazon"       
[13] "is"            "collaborating" "with"          "j"            
[17] "and"           "r"             "camera"       

[[148]]
 [1] "to"        "bring"     "us"        "consumers" "choices"   "never"    
 [7] "sent"      "me"        "the"       "product"  

[[149]]
 [1] "the"      "the"      "the"      "optical"  "zoom"     "zoom"    
 [7] "zoom"     "and"      "x"        "digital"  "digital"  "is"      
[13] "a"        "a"        "very"     "addition" "although" "pictures"
[19] "at"       "highest"  "are"      "little"  

[[150]]
 [1] "a"           "mm"          "film"        "camera"      "captures"   
 [6] "the"         "the"         "the"         "moments"     "you"        
[11] "you"         "want"        "while"       "these"       "digital"    
[16] "cameras"     "my"          "friends"     "now"         "inform"     
[21] "me"          "all"         "seem"        "to"          "to"         
[26] "moment"      "immediately" "following"   "one"         "asked"      

[[151]]
[1] "highly"

[[152]]
[1] "i"       "bought"  "this"    "last"    "week"    "through" "amazon" 

[[153]]
 [1] "the"        "i"          "it"         "a"          "four"      
 [6] "is"         "because"    "of"         "that"       "darn"      
[11] "diopter"    "adjustment" "dial"      

[[154]]
 [1] "its"        "very"       "small"      "and"        "to"        
 [6] "to"         "to"         "turn"       "so"         "you"       
[11] "you"        "can't"      "get"        "an"         "adjustment"
[16] "adjustment" "for"        "those"      "of"         "of"        
[21] "who"        "don't"      "know"       "what"       "a"         
[26] "diopter"    "is"         "is"         "it"         "adjust"    
[31] "the"        "the"        "viewfinder" "your"       "eyesight"  

[[155]]
[1] NA

[[156]]
 [1] "the"       "the"       "the"       "the"       "the"       "the"      
 [7] "the"       "g"         "has"       "a"         "different" "type"     
[13] "of"        "battery"   "battery"   "battery"   "charging"  "charging" 
[19] "system"    "system"    "from"      "smaller"   "cameras"   ":"        
[25] "needs"     "to"        "to"        "be"        "charged"   "while"    
[31] "while"     "in"        "in"        "camera"    "camera"    "but"      
[37] "also"      "enables"   "you"       "use"       "plugged"   "without"  
[43] "running"   "down"     

[[157]]
 [1] "i"          "bought"     "a"          "mb"         "card"      
 [6] "by"         "simpletech" "and"        "it"         "with"      
[11] "my"        

[[158]]
[1] "i"          "can't"      "all"        "that"       "resolution"
[6] "mp"         "x"          "resol"     

[[159]]
[1] "in"      "in"      "my"      "flat"    "monitor" "x"       "resol"  

[[160]]
[1] "anyways"

[[161]]
[1] NA

[[162]]
 [1] "the"      "the"      "shape"    "of"       "this"     "device"  
 [7] "is"       "a"        "little"   "squarer"  "without"  "weight"  
[13] "which"    "means"    "and"      "less"     "shaking"  "while"   
[19] "clicking"

[[163]]
 [1] "i"      "bought" "it"     "it"     "for"    "for"    "my"     "trip"  
 [9] "to"     "beunos" "aires"  "and"    "and"    "also"   "used"   "at"    
[17] "the"    "iguazu" "could"  "not"    "have"   "asked"  "more"  

[[164]]
 [1] "despite"     "this"        "minor"       "i"           "highly"     
 [6] "the"         "g"           "anyone"      "who"         "is"         
[11] "serious"     "about"       "digital"     "photography"

[[165]]
[1] "and"  "so"   "far"  "i've" "been" "very"

[[166]]
[1] "i"     "the"   "order"

[[167]]
 [1] "but"      "at"       "the"      "same"     "time"     "it"      
 [7] "it"       "takes"    "pictures" "very"     "easily"   "in"      
[13] "auto"     "mode"     "so"       "that"     "even"     "an"      
[19] "average"  "joe"      "me"       "can"      "use"     

[[168]]
 [1] "i"      "i"      "have"   "have"   "only"   "had"    "this"   "camera"
 [9] "for"    "one"    "full"   "day"    "and"    "to"     "say"    "that"  
[17] "it"     "is"    

[[169]]
 [1] "this"        "camera"      "has"         "canon's"     "colorimetry"
 [6] "plus"        "what"        "what"        "you"         "you"        
[11] "see"         "in"          "the"         "lcd"         "is"         
[16] "get"        

[[170]]
 [1] "the"     "the"     "are"     "shadow"  "images"  "that"    "look"   
 [8] "as"      "if"      "theyve"  "been"    "with"    "light"   "you"    
[15] "could"   "imagine"

[[171]]
 [1] "the"       "the"       "manual"    "mode"      "is"        "with"     
 [7] "access"    "for"       "selection" "of"        "shutter"   "speed"    
[13] "and"       "aperture"  "without"   "having"    "to"        "through"  
[19] "menu"      "options"  

[[172]]
 [1] "i"          "bought"     "a"          "mb"         "card"      
 [6] "by"         "simpletech" "and"        "it"         "with"      
[11] "my"        

[[173]]
 [1] "i"         "am"        "a"         "long"      "time"      "user"     
 [7] "of"        "highly"    "film"      "slrs"      "and"       "external" 
[13] "flash"     "equipment" "just"      "so"        "you"       "know"     
[19] "my"       

[[174]]
 [1] "and"          "the"          "the"          "the"          "body"        
 [6] "construction" "in"           "has"          "quite"        "a"           
[11] "a"            "bit"          "of"           "of"           "plastic"     
[16] "after"        "steel"        "heft"         "s"           

[[175]]
 [1] "the"       "lcd"       "screen"    "pulls"     "out"       "and"      
 [7] "rotates"   "in"        "any"       "direction" "for"       "pictures" 

[[176]]
 [1] "pics"       "short"      "battery"    "life"       "uploads"   
 [6] "and"        "and"        "printing"   "will"       "the"       
[11] "digital"    "camera"     "experience" "keep"       "you"       
[16] "buying"     "film"      

[[177]]
[1] "when"    "it"      "arrives" "you"     "press"   "the"     "shutter"
[8] "release"

[[178]]
 [1] "looks"     "sort"      "of like"   "picasa"    "software"  "google"   
 [7] "it"        "if"        "you"       "dont"      "know"      "in"       
[13] "the"       "interface" "and"       "and"       "is"        "as"       
[19] "as"        "to"        "install"   "operate"   "g"         "'s"       
[25] "but"       "more"     

[[179]]
[1] NA

[[180]]
 [1] "the"      "the"      "shape"    "of"       "this"     "device"  
 [7] "is"       "a"        "little"   "squarer"  "without"  "weight"  
[13] "which"    "means"    "and"      "less"     "shaking"  "while"   
[19] "clicking"

[[181]]
 [1] "the"         "the"         "g"           "has"         "most"       
 [6] "if"          "not"         "all"         "of"          "of"         
[11] "features"    "that"        "you"         "would"       "want"       
[16] "from"        "a"           "a"           "semi"        "slr"        
[21] "with"        "range"       "manual"      "options"     "for"        
[26] "those"       "who"         "know"        "something"   "about"      
[31] "photography"

[[182]]
 [1] "i"          "that"       "low"        "light"      "situations"
 [6] "combined"   "with"       "any"        "sort"       "of"        
[11] "left"       "this"       "camera"     "in"         "the"       

[[183]]
 [1] "in"      "the"     "hands"   "of"      "someone" "who"     "doesn't"
 [8] "it"      "will"    "yield"   "on"      "program" "auto"    "mode"   

[[184]]
 [1] "canon's"    "optics"     "are"        "are"        "and"       
 [6] "i"          "believe"    "their"      "processing" "algorithms"
[11] "also"      

[[185]]
 [1] "i"        "compared" "it"       "to"       "the"      "the"     
 [7] "the"      "olympus"  "c"        "z"        "sony"     "dcs"     
[13] "f"        "and"      "nikon"   

[[186]]
 [1] "i'm"     "that"    "with"    "the"     "the"     "easily"  "removed"
 [8] "lens"    "lens"    "cap"     "i"       "may"    

[[187]]
 [1] "this"     "is"       "my"       "first"    "digital"  "camera"  
 [7] "and"      "i"        "couldn't" "be"      

[[188]]
 [1] "the"         "the"         "g"           "has"         "most"       
 [6] "if"          "not"         "all"         "of"          "of"         
[11] "features"    "that"        "you"         "would"       "want"       
[16] "from"        "a"           "a"           "semi"        "slr"        
[21] "with"        "range"       "manual"      "options"     "for"        
[26] "those"       "who"         "know"        "something"   "about"      
[31] "photography"

[[189]]
[1] "idea"

[[190]]
 [1] "i"       "don't"   "write"   "many"    "reviews" "but"     "i'm"    
 [8] "to"      "do"      "so"      "with"    "this"    "camera" 

[[191]]
 [1] "for"        "me"         "on"         "the"        "the"       
 [6] "resolution" "setting"    "not"        "maximum"    "but"       
[11] "very"       "close"      "this"       "adds"       "up"        
[16] "to"         "over"       "images"     "with"       "gig"       
[21] "card"      

[[192]]
 [1] "when"    "for"     "digital" "cameras" "i"       "looked"  "at"     
 [8] "the"     "the"     "nikon"   "nikon"   "cp"      "cp"      "olympus"
[15] "c"       "and"     "g"      

[[193]]
 [1] "recent"    "price"     "drops"     "have"      "made"      "the"      
 [7] "the"       "g"         "in"        "digital"   "cameras"   "currently"

[[194]]
[1] "i"      "this"   "camera"

[[195]]
 [1] "my"     "fiance" "just"   "didn't" "the"    "way"    "it"     "felt"  
 [9] "in"     "her"    "hands" 

[[196]]
 [1] "what"      "the"       "photoshop" "photoshop" "plug"      "in"       
 [7] "gives"     "you"       "you"       "you"       "is"        "reality"  
[13] "and"       "then"      "if"        "want"      "can"       "use"      
[19] "to"        "it"       

[[197]]
 [1] "i"       "believe" "this"    "this"    "is"      "by"      "a"      
 [8] "second"  "file"    "that"    "that"    "comes"   "out"     "of"     
[15] "the"     "camera"  "stores"  "all"    

[[198]]
 [1] "unless" "you"    "you"    "want"   "to"     "print"  "murals" "don't" 
 [9] "need"   "it"    

[[199]]
[1] NA

[[200]]
 [1] "a"          "a"          "photostich" "software"   "for"       
 [6] "stiching"   "your"       "pics"       "into"       "view"      

[[201]]
 [1] "camera"   "but"      "doesn't"  "take"     "as"       "as"      
 [7] "pictures" "i"        "thought"  "they"     "would"    "and"     
[13] "again"   

[[202]]
 [1] "but"      "after"    "trying"   "many"     "the"      "camera"  
 [7] "camera"   "remains"  "when"     "compared" "to"       "any"     
[13] "film"     "based"   

[[203]]
[1] "am"      "i"       "i"       "ever"    "that"    "decided" "on"     
[8] "this"    "camera" 

[[204]]
 [1] "they"  "they"  "said"  "it"    "is"    "in"    "stock" "but"   "are"  
[10] "too"   "busy" 

[[205]]
 [1] "you"    "can"    "see"    "the"    "the"    "lens"   "barrel" "in"    
 [9] "view"   "finder"

[[206]]
 [1] "this"      "camera"    "has"       "none"      "of"        "these"    
 [7] "and"       "will"      "be"        "something" "you'll"    "use"      
[13] "all"       "the"       "time"     

[[207]]
 [1] "it"       "doesn't"  "do"       "you"      "you"      "you"     
 [7] "any"      "if"       "a"        "camera"   "has"      "all"     
[13] "the"      "features" "but"      "can't"    "access"   "them"    
[19] "them"     "when"     "need"    

[[208]]
 [1] "i"      "i"      "i"      "am"     "going"  "to"     "have"   "so"    
 [9] "much"   "with"   "this"   "camera" "and"    "when"   "more"   "more"  
[17] "will"   "post"   "a"      "review"

[[209]]
 [1] "i've"     "figured"  "out"      "most"     "of"       "its"     
 [7] "features" "on"       "my"       "own"      "already"  "because" 
[13] "i"        "i"        "have"     "used"     "digital"  "cameras" 
[19] "before"   "so"       "know"     "things"   "symbols" 

[[210]]
 [1] "i"          "am"         "absolutely" "in"         "of"        
 [6] "this"       "camera"     "put"        "enormous"   "into"      
[11] "the"        "g"         

[[211]]
[1] "when"    "it"      "arrives" "you"     "press"   "the"     "shutter"
[8] "release"

[[212]]
 [1] "it"         "is"         "also"       "one"        "of"        
 [6] "of"         "the"        "the"        "few"        "electronic"
[11] "items"      "that"       "out"        "box"       

[[213]]
 [1] "i"        "i"        "have"     "have"     "returned" "the"     
 [7] "g"        "g"        "actually" "tried"    "two"      "of"      
[13] "them"     "and"      "my"      

[[214]]
 [1] "but"     "do"      "not"     "assume"  "as"      "as"      "i"      
 [8] "did"     "that"    "the"     "the"     "the"     "g"       "has"    
[15] "same"    "your"    "current" "film"    "camera"  "to"      "moment" 
[22] "you"     "choose" 

[[215]]
 [1] "then"   "again"  "a"      "one"    "time"   "use"    "camera" "may"   
 [9] "do"     "just"   "as"    

[[216]]
 [1] "after"  "about"  "a"      "a"      "minute" "of"     "trying" "to"    
 [9] "tell"   "me"     "that"   "most"   "people" "use"    "the"    "the"   
[17] "the"    "lcd"    "and"    "not"    "view"   "finder" "they"   "it"    
[25] "was"    "design" "in"     "camera"

[[217]]
 [1] "crop"        "and"         "enlarge"     "the"         "at"         
 [6] "practically" "no"          "cost"        "or"          "time"       

[[218]]
 [1] "this"          "camera"        "has"           "significantly"
 [5] "more"          "at"            "iso"           "than"         
 [9] "the"           "nikon"        

[[219]]
[1] "canon's" "g"       "does"    "it"     

[[220]]
 [1] "the"      "the"      "the"      "little"   "digital"  "elphs"   
 [7] "were"     "designed" "most"     "cameras"  "until"    "g"       
[13] "came"     "along"    "and"      "them"    

[[221]]
 [1] "i've"    "been"    "with"    "the"     "picture" "and"     "and"    
 [8] "in"      "snow"    "car"     "boat"    "wind"   

[[222]]
 [1] "i"              "i"              "make"           "photographs"   
 [5] "at"             "and"            "so"             "wanted"        
 [9] "a"              "camera"         "to"             "compare"       
[13] "with"           "what"           "use"            "professionally"

[[223]]
 [1] "i"        "compared" "it"       "to"       "the"      "the"     
 [7] "the"      "olympus"  "c"        "z"        "sony"     "dcs"     
[13] "f"        "and"      "nikon"   

[[224]]
 [1] "the"         "the"         "g"           "has"         "most"       
 [6] "if"          "not"         "all"         "of"          "of"         
[11] "features"    "that"        "you"         "would"       "want"       
[16] "from"        "a"           "a"           "semi"        "slr"        
[21] "with"        "range"       "manual"      "options"     "for"        
[26] "those"       "who"         "know"        "something"   "about"      
[31] "photography"

[[225]]
 [1] "rather" "heavy"  "for"    "for"    "point"  "and"    "but"    "a"     
 [9] "camera" "semi"  

[[226]]
[1] "sure"     "i"        "adjusted" "the"      "film"     "speed"    "to"      

[[227]]
[1] "this"   "camera" "has"    "a"      "design"

[[228]]
[1] "duplicates" "are"        "a"          "no"         "brainer"   
[6] "and"       

[[229]]
 [1] "i"        "compared" "it"       "to"       "the"      "the"     
 [7] "the"      "olympus"  "c"        "z"        "sony"     "dcs"     
[13] "f"        "and"      "nikon"   

[[230]]
 [1] "one"          "thing"        "is"           "is"           "that"        
 [6] "it"           "it"           "comes"        "with"         "a"           
[11] "mb"           "compactflash" "card"         "and"          "for"         
[16] "most"         "purposes"     "not"         

[[231]]
[1] NA

[[232]]
 [1] "the"      "the"      "shape"    "of"       "this"     "device"  
 [7] "is"       "a"        "little"   "squarer"  "without"  "weight"  
[13] "which"    "means"    "and"      "less"     "shaking"  "while"   
[19] "clicking"

[[233]]
 [1] "i"              "i"              "won't"          "go"            
 [5] "go"             "into"           "into"           "the"           
 [9] "the"            "the"            "the"            "the"           
[13] "the"            "the"            "the"            "details"       
[17] "here"           "as"             "online"         "sites"         
[21] "stevesdigicams" "dpreviews"      "in"             "their"         
[25] "reviews"        "but"            "am"             "very"          
[29] "with"           "features"       "speed"          "picture"       
[33] "automation"     "and"            "functional"     "conveniences"  
[37] "this"           "camera"         "offers"        

[[234]]
 [1] "my"      "wife"    "who"     "has"     "never"   "used"    "a"      
 [8] "camera"  "before"  "picked"  "it"      "up"      "and"     "and"    
[15] "soon"    "got"     "the"     "the"     "of"      "fact"    "that"   
[22] "if"      "you"     "you"     "you"     "don't"   "what"    "have"   
[29] "created" "just"    "delete"  "try"     "again"  

[[235]]
 [1] "i've"    "been"    "with"    "the"     "picture" "and"     "and"    
 [8] "in"      "snow"    "car"     "boat"    "wind"   

[[236]]
[1] "it"      "focuses" "in"      "a"       "snap"   

[[237]]
[1] "so"    "why"   "about" "it"   

[[238]]
[1] "megapixels" "is"         "is"         "for"        "anybody"   
[6] "and"        "the"        "photo"     

[[239]]
[1] "the"        "viewfinder" "is"         "borderuer"  "lcd"       
[6] "scoying"   

[[240]]
[1] "trips"

[[241]]
[1] "so"    "why"   "about" "it"   

[[242]]
[1] "the"    "memory" "card"   "is"     "too"    "small" 

[[243]]
 [1] "you"     "also"    "have"    "to"      "to"      "to"      "set"    
 [8] "the"     "the"     "g"       "second"  "shutter" "sync"    "which"  
[15] "is"      "what"    "youd"    "want"    "do"      "most"    "of"     
[22] "time"    "anyhow" 

[[244]]
 [1] "a"         "a"         "the"       "picture"   "color"     "and"      
 [7] "sharpness" "of"        "focusing"  "are"       "so"        "it"       
[13] "my"        "about"     "digital"   "imaging"   "how"       "could"    
[19] "one"       "one"       "rice"      "grain"     "at"        "time"     
[25] ":"        

[[245]]
 [1] "the"       "the"       "the"       "the"       "of"        "naysayers"
 [7] "almost"    "caused"    "me"        "to"        "a"         "a"        
[13] "different" "camera"    "but"       "in"        "end"       "i"        
[19] "figured"   "i'd"       "give"      "g"         "try"      

[[246]]
 [1] "unless"  "you"     "are"     "making"  "posters" "a"       "g"      
 [8] "is"      "more"    "than"   

[[247]]
[1] "i"          "can't"      "all"        "that"       "resolution"
[6] "mp"         "x"          "resol"     

[[248]]
[1] "in"      "in"      "my"      "flat"    "monitor" "x"       "resol"  

[[249]]
[1] "anyways"

[[250]]
 [1] "by"         "cocking"    "the"        "the"        "the"       
 [6] "shutter"    "to"         "to"         "to"         "to"        
[11] "halfway"    "position"   "and"        "getting"    "settings"  
[16] "i"          "was"        "able"       "produce"    "stopaction"
[21] "photos"     "what"       "other"      "reviewers" 

[[251]]
[1] "i"       "own"     "another" "an"      "eos"     "mm"      "film"   
[8] "camera" 

[[252]]
 [1] "her"    "was"    "having" "a"      "camera" "that"   "is"     "to"    
 [9] "and"    "use"   

[[253]]
 [1] "my"             "only"           "suggestion"     "is"            
 [5] "to"             "to"             "get"            "a"             
 [9] "lens"           "lens"           "lens"           "lens"          
[13] "help"           "the"            "the"            "the"           
[17] "coating"        "will"           "wear"           "out"           
[21] "after"          "so"             "many"           "wipes"         
[25] "and"            "and"            "i'm"            "getting"       
[29] "those"          "mm"             "adapter"        "uv"            
[33] "filter"         "at"             "lensmateonline" "com"           

[[254]]
 [1] "the"        "the"        "the"        "only"       "is"        
 [6] "is"         "viewfinder" "slightly"   "by"         "lens"      

[[255]]
[1] "the"    "memory" "card"   "is"     "too"    "small" 

[[256]]
 [1] "overall"  "i"        "think"    "that"     "you"      "you"     
 [7] "need"     "to"       "to"       "consider" "what"     "wan't"   
[13] "do"      

[[257]]
 [1] "however"      "for"          "me"           "i"            "occasionally"
 [6] "use"          "the"          "the"          "the"          "view"        
[11] "view"         "finder"       "and"          "trying"       "to"          
[16] "frame"        "in"           "a"            "picture"      "with"        
[21] "lens"         "is"          

[[258]]
 [1] "some"       "some"       "feature"    "i"          "i"         
 [6] "could"      "could"      "turn"       "on"         "or"        
[11] "or"         "off"        "attachment" "get"       

[[259]]
[1] "the" "is"  "not" "a"  

[[260]]
 [1] "i"         "i"         "a"         "lot"       "of"        "time"     
 [7] "comparing" "different" "cameras"   "and"       "realized"  "that"     
[13] "there"     "is"        "not"       "such"      "thing"     "as"       
[19] "the"       "digital"   "camera"   

[[261]]
 [1] "for"       "those"     "who"       "have"      "this"      "this"     
 [7] "metz"      "metz"      "flash"     "or"        "the"       "the"      
[13] "the"       "the"       "the"       "the"       "cl"        "and"      
[19] "and"       "would"     "to"        "get"       "ultimate"  "out"      
[25] "of"        "g"         "module"    "you"       "need"      "is"       
[31] "is"        "sca"       "sca"       "connector" "cord"      "c"        

[[262]]
 [1] "the"     "the"     "the"     "the"     "the"     "dive"    "out"    
 [8] "candles" "moments" "are"     "to"      "me"      "for"     "cameras"

[[263]]
 [1] "i"         "don't"     "need"      "to"        "go"        "into"     
 [7] "exhustive" "review"    "of"        "this"      "camera"   

[[264]]
 [1] "i"          "am"         "absolutely" "in"         "of"        
 [6] "this"       "camera"     "put"        "enormous"   "into"      
[11] "the"        "g"         

[[265]]
[1] "the"       "powershot" "g"         "is"        "a"         "camera"   

[[266]]
 [1] "first"    "and"      "it"       "will"     "take"     "pic's"   
 [7] "than"     "most"     "film"     "camera's"

[[267]]
[1] "it"     "is"     "a"      "camera" "and"    "the"    "price" 

[[268]]
 [1] "however"      "for"          "me"           "i"            "occasionally"
 [6] "use"          "the"          "the"          "the"          "view"        
[11] "view"         "finder"       "and"          "trying"       "to"          
[16] "frame"        "in"           "a"            "picture"      "with"        
[21] "lens"         "is"          

[[269]]
 [1] "i"       "i"       "haven't" "used"    "any"     "of"      "them"   
 [8] "since"   "got"     "the"     "g"      

[[270]]
 [1] "unless" "your"   "a"      "now"    "you"    "will"   "need"   "only"  
 [9] "one"    "camera"

[[271]]
[1] "this" "one" 

[[272]]
 [1] "the"       "the"       "manual"    "mode"      "is"        "with"     
 [7] "access"    "for"       "selection" "of"        "shutter"   "speed"    
[13] "and"       "aperture"  "without"   "having"    "to"        "through"  
[19] "menu"      "options"  

[[273]]
 [1] "they"  "they"  "said"  "it"    "is"    "in"    "stock" "but"   "are"  
[10] "too"   "busy" 

[[274]]
[1] "despite" "these"   "grieps"  "i"       "still"   "the"     "camera" 

[[275]]
 [1] "the"        "the"        "the"        "only"       "is"        
 [6] "is"         "viewfinder" "slightly"   "by"         "lens"      

[[276]]
 [1] "the"       "the"       "the"       "the"       "the"       "the"      
 [7] "the"       "the"       "olympus"   "is"        "a"         "bit"      
[13] "looking"   "and"       "user"      "interface" "not"       "as"       
[19] "as"        "as"        "but"       "one"       "of"        "of"       
[25] "features"  "that"      "sold"      "me"        "on"        "g"        
[31] "g"         "was"       "battery"   "battery"   "life"      "life"     
[37] "no"        "other"     "camera"    "out"       "there"     "gives"    
[43] "you"       "type"     

[[277]]
 [1] "this"      "camera"    "is"        "is"        "closest"   "to"       
 [7] "than"      "any"       "other"     "digicam"   "that"      "megapixel"

[[278]]
 [1] "i've"     "had"      "this"     "for"      "months"   "now"     
 [7] "and"      "i"        "am"       "with"     "my"       "decision"

[[279]]
[1] "this"   "is"     "quite"  "simply" "the"    "you"    "can"    "ask"   
[9] "for"   

[[280]]
 [1] "the"        "the"        "the"        "the"        "the"       
 [6] "the"        "the"        "only"       "two"        "minor"     
[11] "i"          "have"       "with"       "camera"     "are"       
[16] "lens"       "lens"       "cap"        "it"         "it"        
[21] "is"         "not"        "not"        "very"       "snug"      
[26] "and"        "and"        "can"        "come"       "off"       
[31] "too"        "easily"     "itself"     "partially"  "view"      
[36] "through"    "through"    "viewfinder" "but"        "views"     
[41] "lcd"       

[[281]]
 [1] "as"           "with"         "taking"       "digital"      "pictures"    
 [6] "i"            "notice"       "other"        "other"        "people"      
[11] "myself"       "have"         "on"           "their"        "compactflash"
[16] "compactflash" "which"        "in"           "certain"      "shots"       
[21] "being"        "partially"    "taken"        "or"           "this"        
[26] "is"           "an"           "that"         "seems"        "to"          
[31] "effect"       "and"          "digicam"      "brand"       

[[282]]
 [1] "the"       "the"       "the"       "the"       "the"       "the"      
 [7] "the"       "g"         "has"       "a"         "different" "type"     
[13] "of"        "battery"   "battery"   "battery"   "charging"  "charging" 
[19] "system"    "system"    "from"      "smaller"   "cameras"   ":"        
[25] "needs"     "to"        "to"        "be"        "charged"   "while"    
[31] "while"     "in"        "in"        "camera"    "camera"    "but"      
[37] "also"      "enables"   "you"       "use"       "plugged"   "without"  
[43] "running"   "down"     

[[283]]
 [1] "hence"    "i"        "decided"  "to"       "spring"   "for"     
 [7] "a"        "point"    "and"      "digicam"  "that"     "that"    
[13] "that"     "features" "would"    "let"      "me"       "get"     
[19] "around"   "their"    "inherent"

[[284]]
 [1] "i"         "i"         "a"         "lot"       "of"        "time"     
 [7] "comparing" "different" "cameras"   "and"       "realized"  "that"     
[13] "there"     "is"        "not"       "such"      "thing"     "as"       
[19] "the"       "digital"   "camera"   

[[285]]
[1] "a"    "plus" "in"   "my"   "book"

[[286]]
 [1] "i"          "i"          "i"          "i"          "i"         
 [6] "am"         "am"         "a"          "software"   "engineer"  
[11] "and"        "and"        "very"       "into"       "technical" 
[16] "details"    "of"         "everything" "buy"        "spend"     
[21] "around"     "months"     "before"     "buying"     "the"       
[26] "digital"    "camera"     ";"          "must"       "say"       
[31] "g"          "every"      "single"     "cent"       "on"        
[36] "it"        

[[287]]
 [1] "in"        "in"        "the"       "the"       "the"       "coastal"  
 [7] "redwood"   "forests"   "i"         "was"       "able"      "to"       
[13] "to"        "use"       "these"     "features"  "along"     "with"     
[19] "macro"     "focussing" "close"     "up"        "photos"    "of"       
[25] "trilliums" "and"       "other"     "flowers"  

[[288]]
 [1] "it"        "is"        "generally" "a"         "little"    "bit"      
 [7] "but"       "you"       "you"       "get"       "what"      "are"      
[13] "paying"    "for"      

[[289]]
 [1] "i"       "didn't"  "much"    "for"     "the"     "tilting" "lcd"    
 [8] "screen"  "it"      "seemed"  "very"    "very"    "and"     "not"    
[15] "usefull"

[[290]]
 [1] "then"     "just"     "about"    "all"      "all"      "the"     
 [7] "the"      "the"      "controls" "you"      "have"     "on"      
[13] "metz"     "flash"    "head"     "itself"   "and"      "sca"     
[19] "control"  "panel"    "because"  "they"     "are"     

[[291]]
 [1] "although"   "i"          "i"          "tried"      "contacting"
 [6] "amazon"     "to"         "to"         "see"        "if"        
[11] "if"         "they"       "they"       "can"        "do"        
[16] "anything"   "the"        "the"        "replies"    "got"       
[21] "were"       "as"         "hadn't"     "taken"      "time"      
[26] "read"      

[[292]]
 [1] "although"  "canon's"   "batteries" "batteries" "are"       "they"     
 [7] "last"      "a"         "a"         "really"    "long"      "time"     
[13] "recharge"  "in"        "the"       "camera"    "plus"      "if"       
[19] "you"       "you"       "want"      "'"         "'"         "more"     
[25] "power"     "can"       "even"      "find"      "knockoff"  "charger"  
[31] "and"       "spare"     "here"      "on"        "amazon"   

[[293]]
[1] "built" "and"   "lens" 

[[294]]
 [1] "again"   "this"    "is"      "is"      "my"      "first"   "digital"
 [8] "camera"  "and"     "maybe"   "that"    "just"    "how"     "they"   
[15] "all"     "are"    

[[295]]
[1] NA

[[296]]
 [1] "before"   "i"        "get"      "used"     "to"       "it"      
 [7] "here"     "are"      "my"       "first"    "feelings" ":"       

[[297]]
 [1] "the"    "the"    "photos" "she"    "took"   "are"    "than"   "i"     
 [9] "got"    "from"   "my"     "nikon"  "slr"    "and"    "range"  "of"    
[17] "lenses"

[[298]]
 [1] "the"     "the"     "only"    "minor"   "nits"    "i"       "have"   
 [8] "with"    "camera"  "are"     "it"      "it"      "it"      "is"     
[15] "is"      "boxy"    "looking" "needs"   "a"       "a"       "a"      
[22] "wrist"   "strap"   "strap"   "instead" "of"      "neck"    "and"    
[29] "bit"     "between" "shots"  

[[299]]
 [1] "however" "it"      "seems"   "that"    "this"    "is"      "the"    
 [8] "rule"    "for"     "most"    "digital" "cameras"

[[300]]
[1] "get"     "the"     "printer" "and"     "an"      "ex"      "flash"  

[[301]]
[1] "the" "is"  "not" "a"  

[[302]]
 [1] "whether"       "you"           "are"           "a"            
 [5] "or"            "an"            "its"           "of"           
 [9] "use"           "and"           "functionality" "goes"         
[13] "together"     

[[303]]
 [1] "in"       "a"        "word"     "is"       "how"      "i"       
 [7] "would"    "describe" "this"     "camera"  

[[304]]
[1] "built" "and"   "lens" 

[[305]]
[1] "the"      "the"      "menus"    "are"      "are"      "to"       "navigate"
[8] "and"      "buttons" 

[[306]]
character(0)

[[307]]
 [1] "just"      "a"         "a"         "little"    "overview"  "powershot"
 [7] "powershot" "g"         "is"        "the"       "the"       "of"       
[13] "of"        "canon's"   "series"    "and"       "and"       "its"      
[19] "its"       "an"        "slr"       "camera"    "megapixel" "alsmost"  
[25] "full"      "manual"    "control"   "gives"     "pictures"  "touch"    

[[308]]
 [1] "i've"       "been"       "using"      "the"        "g"         
 [6] "for"        "about"      "six"        "weeks"      "and"       
[11] "it"         "has"        "itself"     "to"         "be"        
[16] "all"        "that"       "it's"       "advertised"

[[309]]
character(0)

[[310]]
[1] "so"  "buy" "the" "g"  

[[311]]
 [1] "these"     "things"    "may"       "get"       "a"         "lot"      
 [7] "in"        "in"        "the"       "the"       "the"       "the"      
[13] "future"    "but"       "from"      "what"      "i've"      "seen"     
[19] "last"      "few"       "years"     "for"       "digital"   "cameras"  
[25] "isn't"     "advancing" "at"        "pace"      "of"        "pc's"     
[31] "phones"    "and"       "drives"   

[[312]]
[1] "they"    "weren't" "busy"    "to"      "charge"  "the"     "card"   
[8] "though" 

[[313]]
[1] "it"       "takes"    "pictures" "operates" "and"      "feels"   

[[314]]
 [1] "very"    "camera"  "and"     "the"     "digital" "photos"  "you're" 
 [8] "going"   "to"      "get"     "at"      "this"    "price"  

[[315]]
 [1] "this"     "camera"   "has"      "a"        "stitch"   "pictures"
 [7] "feature"  "to"       "to"       "find"     "out"      "more"    
[13] "just"     "log"      "on"       "canon's"  "website" 

[[316]]
[1] "definetely" "a"          "camera"    

[[317]]
[1] "and"     "so"      "i"       "must"    "ask"     "what"    "are"    
[8] "cameras" "for"    

[[318]]
[1] "got"      "way"      "pictures"

[[319]]
[1] "the"      "moveable" "lcd"      "screen"   "is"      

[[320]]
character(0)

[[321]]
[1] "canon's" "g"       "does"    "it"     

[[322]]
 [1] "i"        "i"        "tried"    "out"      "some"     "other"   
 [7] "other"    "brands"   "in"       "in"       "the"      "the"     
[13] "the"      "the"      "the"      "stores"   "and"      "was"     
[19] "was"      "by"       "battery"  "life"     "of"       "company" 
[25] ";"        ";"        "plus"     "what"     "what"     "you"     
[31] "you"      "see"      "lcd"      "no"       "optical"  "finder"  
[37] "isn't"    "get"      "not"      "even"     "for"      "color"   
[43] "output"   "less"     "than"     "expected"

[[323]]
 [1] "without"  "any"      "tweaking" "at"       "all"      "if"      
 [7] "the"      "the"      "exposure" "is"       "is"       "colors"  
[13] "are"      "as"       "as"       "ive"      "ever"     "seen"    
[19] "produced" "by"       "film"     "and"      "this"     "a"       
[25] "raw"      "image"   

[[324]]
[1] "they"    "away"    "and"     "the"     "picture" "turned"  "out"    
[8] "quite"  

[[325]]
[1] "as"       "all"      "of"       "my"       "pictures" "have"     "thusfar" 

[[326]]
 [1] "being"     "a"         "a"         "fan"       "of"        "the"      
 [7] "the"       "g"         "g"         "g"         "i"         "set"      
[13] "out"       "with"      "with"      "somewhat"  "as"        "as"       
[19] "as"        "it"        "is"        "to"        "on"        "something"
[25] "already"   "'"         "'"         "powershot"

[[327]]
 [1] "though"  "the"     "the"     "the"     "the"     "the"     "the"    
 [8] "booklet" "says"    "that"    "camera"  "camera"  "camera"  "should" 
[15] "display" "lens"    "lens"    "lens"    "when"    "cap"     "cap"    
[22] "and"     "and"     "are"     "both"    "on"      "out"     "simply" 
[29] "takes"   "off"     "by"      "itself" 

[[328]]
 [1] "they"  "they"  "said"  "it"    "is"    "in"    "stock" "but"   "are"  
[10] "too"   "busy" 

[[329]]
 [1] "i"       "don't"   "write"   "many"    "reviews" "but"     "i'm"    
 [8] "to"      "do"      "so"      "with"    "this"    "camera" 

[[330]]
 [1] "i"           "i"           "i"           "do"          "not"        
 [6] "know"        "know"        "a"           "whole"       "lot"        
[11] "about"       "photography" "but"         "am"          "to"         
[16] "that"        "this"        "camera"      "can"         "always"     
[21] "perform"     "even"        "as"          "in"          "and"        

[[331]]
[1] "the"       "camera"    "arrived"   "and"       "in"        "condition"

[[332]]
 [1] "i"           "i"           "i"           "do"          "not"        
 [6] "know"        "know"        "a"           "whole"       "lot"        
[11] "about"       "photography" "but"         "am"          "to"         
[16] "that"        "this"        "camera"      "can"         "always"     
[21] "perform"     "even"        "as"          "in"          "and"        

[[333]]
 [1] "this"      "camera"    "is"        "is"        "closest"   "to"       
 [7] "than"      "any"       "other"     "digicam"   "that"      "megapixel"

[[334]]
 [1] "i'm"       "easily"    "enlarging" "pictures"  "to"        "x"        
 [7] "with"      "no"        "visable"   "in"        "picture"   "and"      
[13] "not"       "even"      "using"     "the"       "possible"  "setting"  
[19] "as"        "yet"      

[[335]]
character(0)

[[336]]
[1] "get"     "the"     "printer" "and"     "an"      "ex"      "flash"  

[[337]]
[1] "i"      "can't"  "write"  "things" "about"  "this"   "little" "camera"

[[338]]
 [1] "they"  "they"  "said"  "it"    "is"    "in"    "stock" "but"   "are"  
[10] "too"   "busy" 

[[339]]
 [1] "it"       "it"       "it"       "gives"    "pictures" "the"     
 [7] "the"      "the"      "controls" "are"      "battery"  "lasts"   
[13] "forever"  "on"       "one"      "single"   "charge"   "software"
[19] "is"       "is"       "very"     "and"      "in"       "chrome"  
[25] "casing"  

[[340]]
[1] "the"      "the"      "menus"    "are"      "are"      "to"       "navigate"
[8] "and"      "buttons" 

[[341]]
 [1] "but"      "at"       "the"      "same"     "time"     "it"      
 [7] "it"       "takes"    "pictures" "very"     "easily"   "in"      
[13] "auto"     "mode"     "so"       "that"     "even"     "an"      
[19] "average"  "joe"      "me"       "can"      "use"     

[[342]]
 [1] "i"      "i"      "i"      "bought" "my"     "g"      "about"  "a"     
 [9] "month"  "ago"    "and"    "have"   "to"     "say"    "am"     "very"  

[[343]]
[1] "the"    "the"    "lens"   "cap"    "is"     "very"   "on"     "camera"

[[344]]
 [1] "also"      "the"       "display"   "is"        "hinged"    "and"      
 [7] "it"        "it"        "can"       "be"        "placed"    "in"       
[13] "a"         "myriad"    "of"        "positions" "or"        "to"       
[19] "against"   "any"      

[[345]]
[1] "i"       "with"    "the"     "reviews"

[[346]]
 [1] "i"         "am"        "a"         "long"      "time"      "user"     
 [7] "of"        "highly"    "film"      "slrs"      "and"       "external" 
[13] "flash"     "equipment" "just"      "so"        "you"       "know"     
[19] "my"       

[[347]]
[1] "feels" "in"    "hand" 

[[348]]
[1] "i"    "it"   "over" "the" 

[[349]]
 [1] "i"          "that"       "low"        "light"      "situations"
 [6] "combined"   "with"       "any"        "sort"       "of"        
[11] "left"       "this"       "camera"     "in"         "the"       

[[350]]
[1] "took"     "hundreds" "of"       "pictures" "and"      "they"     "were"    

[[351]]
[1] "the"       "camera"    "arrived"   "and"       "in"        "condition"

[[352]]
 [1] "but"      "once"     "youve"    "got"      "your"     "exposure"
 [7] "within"   "an"       "range"    "the"      "g"        "is"      
[13] "shown"    "to"       "produce"  "images"   "that"     "i"       
[19] "can"      "hardly"   "get"      "with"     "my"       "nikon"   
[25] "f"        "film"     "camera"  

[[353]]
 [1] "i"         "did"       "buy"       "the"       "the"       "telephoto"
 [7] "lens"      "and"       "required"  "extension"

[[354]]
 [1] "maybe"      "it"         "is"         "my"         "of"        
 [6] "experience" "but"        "i"          "shots"      "with"      
[11] "this"       "camera"     "very"      

[[355]]
 [1] "i"         "don't"     "need"      "to"        "go"        "into"     
 [7] "exhustive" "review"    "of"        "this"      "camera"   

[[356]]
 [1] "as"           "with"         "taking"       "digital"      "pictures"    
 [6] "i"            "notice"       "other"        "other"        "people"      
[11] "myself"       "have"         "on"           "their"        "compactflash"
[16] "compactflash" "which"        "in"           "certain"      "shots"       
[21] "being"        "partially"    "taken"        "or"           "this"        
[26] "is"           "an"           "that"         "seems"        "to"          
[31] "effect"       "and"          "digicam"      "brand"       

[[357]]
 [1] "if"       "you"      "you"      "are"      "are"      "looking" 
 [7] "looking"  "for"      "for"      "a"        "very"     "simple"  
[13] "point"    "and"      "camera"   "this"     "is"       "probably"
[19] "not"      "what"    

[[358]]
 [1] "the"      "the"      "photo"    "is"       "and"      "i"       
 [7] "know"     "i'm"      "going"    "to"       "have"     "with"    
[13] "all"      "features"

[[359]]
 [1] "i"        "have"     "owned"    "this"     "camera"   "for"     
 [7] "for"      "a"        "short"    "time"     "and"      "wouldn't"
[13] "give"     "it"       "up"       "anything"

[[360]]
[1] "the"     "the"     "g"       "is"      "perhaps" "mp"      "camera" 
[8] "out"     "there"  

[[361]]
 [1] "it"           "has"          "a"            "design"       "lots"        
 [6] "of"           "features"     "very"         "very"         "configurable"
[11] "and"          "and"          "customizable" "the"          "battery"     
[16] "duration"     "is"          

[[362]]
 [1] "the"        "i"          "it"         "a"          "four"      
 [6] "is"         "because"    "of"         "that"       "darn"      
[11] "diopter"    "adjustment" "dial"      

[[363]]
 [1] "its"        "very"       "small"      "and"        "to"        
 [6] "to"         "to"         "turn"       "so"         "you"       
[11] "you"        "can't"      "get"        "an"         "adjustment"
[16] "adjustment" "for"        "those"      "of"         "of"        
[21] "who"        "don't"      "know"       "what"       "a"         
[26] "diopter"    "is"         "is"         "it"         "adjust"    
[31] "the"        "the"        "viewfinder" "your"       "eyesight"  

[[364]]
[1] NA

[[365]]
 [1] "the"       "the"       "the"       "the"       "the"       "the"      
 [7] "the"       "g"         "has"       "a"         "different" "type"     
[13] "of"        "battery"   "battery"   "battery"   "charging"  "charging" 
[19] "system"    "system"    "from"      "smaller"   "cameras"   ":"        
[25] "needs"     "to"        "to"        "be"        "charged"   "while"    
[31] "while"     "in"        "in"        "camera"    "camera"    "but"      
[37] "also"      "enables"   "you"       "use"       "plugged"   "without"  
[43] "running"   "down"     

[[366]]
 [1] "those"   "used"    "to"      "to"      "mm"      "cameras" "will"   
 [8] "find"    "the"     "g"       "very"    "and"     "use"    

[[367]]
 [1] "the"    "the"    "photos" "she"    "took"   "are"    "than"   "i"     
 [9] "got"    "from"   "my"     "nikon"  "slr"    "and"    "range"  "of"    
[17] "lenses"

[[368]]
 [1] "i"       "believe" "this"    "this"    "is"      "by"      "a"      
 [8] "second"  "file"    "that"    "that"    "comes"   "out"     "of"     
[15] "the"     "camera"  "stores"  "all"    

[[369]]
[1] "photobugs"  "will"       "find"       "more"       "control"   
[6] "than"       "imaginable"

[[370]]
 [1] "buy"        "it"         "for"        "for"        "of"        
 [6] "processing" "because"    "you"        "want"       "to"        
[11] "use"        "iphoto"     "or"         "whatever"  

[[371]]
 [1] "i"      "i"      "i"      "began"  "taking" "pics"   "as"     "as"    
 [9] "soon"   "got"    "this"   "camera" "and"    "am"     "at"     "the"   
[17] "the"    "of"     "photos" "have"   "took"   "simply" "by"     "using" 
[25] "auto"   "mode"  

[[372]]
[1] "the"        "camera's"   "a"          "of"         "science"   
[6] "that's"     "understood"

[[373]]
[1] "anyways" "has"     "upon"    "the"     "g"       "g"       "with"   
[8] "this"   

[[374]]
[1] "it"    "is"    "and"   "seems" "to"    "be"    "one"   "of"    "the"  

[[375]]
 [1] "i"        "did"      "research" "before"   "chosing"  "the"     
 [7] "g"        "but"      "there's"  "nothing"  "picking"  "one"     
[13] "up"       "and"      "playing"  "with"     "it"       "first"   

[[376]]
 [1] "i've"          "been"          "using"         "a"            
 [5] "a"             "a"             "a"             "a"            
 [9] "a"             "powershot"     "s"             "for"          
[13] "for"           "nearly"        "year"          "and"          
[17] "and"           "wanted"        "to"            "to"           
[21] "upgrade"       "or"            "megapixel"     "camera"       
[25] "with"          "longer"        "zoom"          "more"         
[29] "adjustability" "shoe"          "an"            "external"     
[33] "flash"         "remote"        "control"      

[[377]]
 [1] "it"       "can"      "be"       "a"        "a"        "point"   
 [7] "and"      "camera"   "but"      "if"       "you"      "do"      
[13] "not"      "intend"   "to"       "get"      "into"     "it's"    
[19] "features" "i'd"      "suggest"  "less"    

[[378]]
 [1] "i'm"     "that"    "with"    "the"     "the"     "easily"  "removed"
 [8] "lens"    "lens"    "cap"     "i"       "may"    

[[379]]
[1] "for"       "more"      "info"      "on"        "digital"   "cameras"  
[7] "go"        "to"        "dpreviews"

[[380]]
[1] "the"      "the"      "service"  "from"     "supplier" "was"     

[[381]]
 [1] "mp"         "mp"         "x"          "optical"    "zoom"      
 [6] "takes"      "absolutely" "photos"     "with"       "with"      
[11] "detail"     "that"       "challenges" "all"        "of"        
[16] "of"         "of"         "the"        "above"      "cameras"   
[21] "to"         "to"         "and"        "and"        "and"       
[26] "use"        "has"        "a"          "a"          "swivel"    
[31] "lcd"        "screen"     "lot"        "features"   "add"       
[36] "on"         "options"    "comes"      "software"   "not"       
[41] "not"        "be"         "last"       "but"        "by"        
[46] "far"        "least"      "my"         "fiance's"   "stamp"     
[51] "two"       

[[382]]
[1] NA

[[383]]
 [1] "as"           "with"         "taking"       "digital"      "pictures"    
 [6] "i"            "notice"       "other"        "other"        "people"      
[11] "myself"       "have"         "on"           "their"        "compactflash"
[16] "compactflash" "which"        "in"           "certain"      "shots"       
[21] "being"        "partially"    "taken"        "or"           "this"        
[26] "is"           "an"           "that"         "seems"        "to"          
[31] "effect"       "and"          "digicam"      "brand"       

[[384]]
 [1] "i"        "did"      "research" "before"   "chosing"  "the"     
 [7] "g"        "but"      "there's"  "nothing"  "picking"  "one"     
[13] "up"       "and"      "playing"  "with"     "it"       "first"   

[[385]]
 [1] "i"       "don't"   "write"   "many"    "reviews" "but"     "i'm"    
 [8] "to"      "do"      "so"      "with"    "this"    "camera" 

[[386]]
 [1] "and"    "and"    "i"      "let"    "let"    "my"     "kids"   "as"    
 [9] "as"     "many"   "many"   "pics"   "they"   "want"   "them"   "them"  
[17] "review" "on"     "the"    "the"    "camera" "just"   "print"  "ones"  
[25] "which"  "are"    "not"   

[[387]]
[1] "this"    "is"      "my"      "first"   "digital" "camera" 

[[388]]
 [1] "i"         "am"        "a"         "long"      "time"      "user"     
 [7] "of"        "highly"    "film"      "slrs"      "and"       "external" 
[13] "flash"     "equipment" "just"      "so"        "you"       "know"     
[19] "my"       

[[389]]
 [1] "however" "for"     "a"       "budget"  "i"       "think"   "this"   
 [8] "camera"  "is"      "an"     

[[390]]
[1] "for"         "simple"      "point"       "and"         "photography"
[6] "consider"    "a"           "digital"    

[[391]]
 [1] "mp"           "is"           "about"        "for"          "the"         
 [6] "target"       "market"       "of"           "this"         "camera"      
[11] "semi"         "serious"      "amateur"      "photographer"

[[392]]
 [1] "the"       "the"       "standard"  "battery"   "battery"   "with"     
 [7] "g"         "is"        "a"         "camcorder" "that"      "will"     
[13] "me"        "to"        "take"      "pictures"  "all"       "day"      
[19] "without"   "about"     "charging" 

[[393]]
[1] NA

[[394]]
 [1] "the"         "the"         "g"           "'s"          "color"      
 [6] "effect"      "effect"      "exposure"    "exposure"    "mode"       
[11] "has"         "now"         "been"        "removed"     "replacement"
[16] "is"          "a"           "selectable"  "func"        "menu"       
[21] "in"          "all"         "modes"      

[[395]]
 [1] "my"         "girlfriend" "using"      "this"       "camera"    
 [6] "so"         "much"       "as"         "a"          "point"     
[11] "and"        "that"       "i"          "had"        "to"        
[16] "it"         "out"        "of"         "of"         "her"       
[21] "hands"      "most"       "the"        "time"      

[[396]]
 [1] "i"       "i"       "haven't" "used"    "any"     "of"      "them"   
 [8] "since"   "got"     "the"     "g"      

[[397]]
 [1] "it"         "the"        "the"        "of"         "a"         
 [6] "color"      "cast"       "on"         "pictures"   "especially"
[11] "in"         "mixed"      "light"      "settings"  

[[398]]
 [1] "the"       "the"       "the"       "the"       "the"       "g"        
 [7] "g"         "g"         "in"        "in"        "in"        "almost"   
[13] "all"       "ways"      "on"        "and"       "and"       "and"      
[19] "and"       "before"    "it"        "fact"      "beats"     "nikon"    
[25] "coolpix"   "picture"   "battery"   "life"      "which"     "is"       
[31] "is"        "is"        "because"   "a"         "a"         "megapixel"
[37] "megapixel" "camera"    "camera"   

[[399]]
 [1] "i"        "did"      "a"        "month's"  "of"       "research"
 [7] "before"   "buying"   "this"     "this"     "over"     "other"   
[13] "similar"  "priced"   "digital"  "cameras"  "and"      "is"      
[19] "the"      "the"      "buy"      "for"      "buck"    

[[400]]
[1] "the"      "the"      "service"  "from"     "supplier" "was"     

[[401]]
 [1] "it's"     "to"       "to"       "switch"   "spot"     "metering"
 [7] "and"      "actually" "see"      "it"       "on"       "the"     
[13] "lcd"      "screen"  

[[402]]
[1] "this"     "camera"   "performs" "i"        "can"      "not"      "believe" 

[[403]]
 [1] "mp"         "mp"         "x"          "optical"    "zoom"      
 [6] "takes"      "absolutely" "photos"     "with"       "with"      
[11] "detail"     "that"       "challenges" "all"        "of"        
[16] "of"         "of"         "the"        "above"      "cameras"   
[21] "to"         "to"         "and"        "and"        "and"       
[26] "use"        "has"        "a"          "a"          "swivel"    
[31] "lcd"        "screen"     "lot"        "features"   "add"       
[36] "on"         "options"    "comes"      "software"   "not"       
[41] "not"        "be"         "last"       "but"        "by"        
[46] "far"        "least"      "my"         "fiance's"   "stamp"     
[51] "two"       

[[404]]
[1] NA

[[405]]
 [1] "bought"     "this"       "product"    "about"      "a"         
 [6] "a"          "month"      "ago"        "and"        "have"      
[11] "used"       "it"         "in"         "of"         "situations"

[[406]]
 [1] "i"         "i"         "cant"      "use"       "use"       "my"       
 [7] "my"        "nikon"     "external"  "flash"     "on"        "a"        
[13] "camera"    "but"       "can"       "metz"      "metz"      "with"     
[19] "the"       "the"       "the"       "module"    "and"       "and"      
[25] "extension" "cord"      "connected" "between"   "g"         "ct"       

[[407]]
[1] "splash"

[[408]]
 [1] "i'm"         "one"         "one"         "of"          "those"      
 [6] "people"      "that"        "that"        "can"         "only"       
[11] "concentrate" "on"          "on"          "screen"      "at"         
[16] "a"           "time"        "so"          "i've"        "been"       
[21] "having"      "paying"      "to"          "the"         "little"     
[26] "display"     "panel"       "but"         "doesn't"     "me"         
[31] "from"        "this"        "camera"     

[[409]]
[1] "they" "time"

[[410]]
[1] "i"      "always" "using"  "the"    "lcd"    "panel" 

[[411]]
 [1] "based"  "on"     "my"     "used"   "full"   "charge" "was"    "for"   
 [9] "at"     "least"  "shots" 

[[412]]
[1] "go"       "to"       "read"     "dpreview"

[[413]]
[1] "com"      "and"      "you'll"   "get"      "the"      "complete" "story"   

[[414]]
 [1] "it"        "is"        "generally" "a"         "little"    "bit"      
 [7] "but"       "you"       "you"       "get"       "what"      "are"      
[13] "paying"    "for"      

[[415]]
[1] NA

[[416]]
 [1] "the"          "sec"          "f"            "nd"           "filter"      
 [6] "for"          "highly"       "or"           "very"         "lit"         
[11] "environments"

[[417]]
[1] "the"      "camera"   "has"      "a"        "set"      "of"       "features"

[[418]]
 [1] "some"       "some"       "feature"    "i"          "i"         
 [6] "could"      "could"      "turn"       "on"         "or"        
[11] "or"         "off"        "attachment" "get"       

[[419]]
 [1] "the"      "the"      "photo"    "is"       "and"      "i"       
 [7] "know"     "i'm"      "going"    "to"       "have"     "with"    
[13] "all"      "features"

[[420]]
[1] "takes"  "photos"

[[421]]
[1] "i'm"  "very" "i"    "did" 

[[422]]
 [1] "based"    "on"       "the"      "the"      "cameras"  "features"
 [7] "and"      "about"    "dozen"    "online"   "reviews"  "this"    
[13] "one"      "seemed"   "all"      "round"   

[[423]]
 [1] "a"          "a"          "couple"     "of"         "of"        
 [6] "of"         "online"     "camera"     "camera"     "review"    
[11] "sites"      "were"       "extremely"  "as"         "they"      
[16] "provided"   "provided"   "complete"   "exhaustive" "reviews"   
[21] "nearly"     "every"      "made"       "plus"       "number"    
[26] "high"       "resolution" "sample"     "images"     "to"        
[31] "compare"    "amongst"    "the"        "models"    

[[424]]
 [1] "i"      "knew"   "this"   "before" "hand"   "and"    "it"     "is"    
 [9] "is"     "not"    "that"   "there"  "no"     "format"

[[425]]
[1] "x"    "zoom" "is"  

[[426]]
 [1] "unless" "your"   "a"      "now"    "you"    "will"   "need"   "only"  
 [9] "one"    "camera"

[[427]]
[1] "this" "one" 

[[428]]
 [1] "i"            "unreservedly" "the"          "powershot"    "g"           
 [6] "to"           "any"          "potential"    "buyer"        "looking"     
[11] "for"          "a"            "a"            "digital"      "camera"      
[16] "camera"       "at"           "price"        "there"        "there"       
[21] "is"           "no"           "out"          "period"      

[[429]]
[1] "another" "point"   "of"      "note"    ":"       "the"     "battery"
[8] "life"    "is"     

[[430]]
 [1] "it"       "it"       "it"       "gives"    "pictures" "the"     
 [7] "the"      "the"      "controls" "are"      "battery"  "lasts"   
[13] "forever"  "on"       "one"      "single"   "charge"   "software"
[19] "is"       "is"       "very"     "and"      "in"       "chrome"  
[25] "casing"  

[[431]]
[1] "the"      "moveable" "lcd"      "screen"   "is"      

[[432]]
 [1] "i"         "i"         "called"    "the"       "technical" "service"  
 [7] "to"        "see"       "if"        "had"       "a"         "camera"   

[[433]]
 [1] "it"       "seems"    "to"       "me"       "that"     "after"   
 [7] "the"      "the"      "and"      "metering" "are"      "complete"
[13] "there"    "is"       "quite"    "a"        "before"   "shutter" 

[[434]]
 [1] "i've"       "only"       "had"        "it"         "a"         
 [6] "week"       "but"        "so"         "far"        "everything"
[11] "about"      "this"       "camera"     "is"         "making"    
[16] "me"        

[[435]]
 [1] "i"        "have"     "owned"    "this"     "camera"   "for"     
 [7] "for"      "a"        "short"    "time"     "and"      "wouldn't"
[13] "give"     "it"       "up"       "anything"

[[436]]
[1] "i"         "chose"     "the"       "speedlite"

[[437]]
 [1] "this"     "is"       "the"      "camera"   "for"      "a"       
 [7] "photo"    "hobbiest" "who"      "wants"    "to"       "have"    
[13] "point"    "and"      "as"      

[[438]]
 [1] "a"         "lot"       "of"        "my"        "opinions"  "are"      
 [7] "are"       "more"      "for"       "those"     "who"       "switching"
[13] "from"      "film"     

[[439]]
[1] "night" "mode"  "is"    "as"    "day"  

[[440]]
[1] "absolutely"

[[441]]
 [1] "i"       "chose"   "the"     "g"       "because" "of"      "its"    
 [8] "for"     "very"    "images" 

[[442]]
 [1] "again"   "this"    "is"      "is"      "my"      "first"   "digital"
 [8] "camera"  "and"     "maybe"   "that"    "just"    "how"     "they"   
[15] "all"     "are"    

[[443]]
[1] NA

[[444]]
 [1] "it"       "seems"    "to"       "me"       "that"     "after"   
 [7] "the"      "the"      "and"      "metering" "are"      "complete"
[13] "there"    "is"       "quite"    "a"        "before"   "shutter" 

[[445]]
[1] "that's" "what"   "i"      "did"    "and"    "this"  

[[446]]
 [1] "i'm"     "that"    "with"    "the"     "the"     "easily"  "removed"
 [8] "lens"    "lens"    "cap"     "i"       "may"    

[[447]]
[1] "the"      "camera"   "has"      "a"        "set"      "of"       "features"

[[448]]
 [1] "just"      "a"         "a"         "little"    "overview"  "powershot"
 [7] "powershot" "g"         "is"        "the"       "the"       "of"       
[13] "of"        "canon's"   "series"    "and"       "and"       "its"      
[19] "its"       "an"        "slr"       "camera"    "megapixel" "alsmost"  
[25] "full"      "manual"    "control"   "gives"     "pictures"  "touch"    

[[449]]
 [1] "there"      "are"        "six"        "default"    "settings"  
 [6] "off"        "sepia"      "neutral"    "low"        "sharpening"
[11] "sharpening" "b"          "w"          "as"         "as"        
[16] "a"          "'"          "'"          "custom"     "effect"    
[21] "that"       "allows"     "you"        "to"         "control"   
[26] "contrast"   "and"        "saturation"

[[450]]
[1] "i"      "would"  "a"      "larger" "flash"  "card"   "at"     "least" 
[9] "mb"    

[[451]]
 [1] "not"    "very"   "you'll" "find"   "even"   "for"    "a"      "point" 
 [9] "and"    "lens"  

[[452]]
 [1] "olympus" "c"       "is"      "a"       "a"       "very"    "camera" 
 [8] "with"    "metal"   "body"   

[[453]]
 [1] "buy"        "it"         "for"        "for"        "of"        
 [6] "processing" "because"    "you"        "want"       "to"        
[11] "use"        "iphoto"     "or"         "whatever"  

[[454]]
[1] "another" "point"   "of"      "note"    ":"       "the"     "battery"
[8] "life"    "is"     

[[455]]
 [1] "i'm"       "sending"   "mine"      "back"      "and"       "am"       
 [7] "waiting"   "for"       "the"       "to"        "be"        "corrected"

[[456]]
[1] "so"    "why"   "about" "it"   

[[457]]
 [1] "the"      "the"      "the"      "ct"       "flash"    "flash"   
 [7] "head"     "can"      "actually" "be"       "reversed" "degrees" 
[13] "and"      "then"     "tilted"   "enabling" "you"      "you"     
[19] "to"       "bounce"   "off"      "walls"    "behind"  

[[458]]
 [1] "if"    "you"   "you"   "don't" "have"  "a"     "a"     "gray"  "card" 
[10] "can"   "use"   "plain" "piece" "of"    "paper"

[[459]]
[1] "some"   "things" "that"   "i"      "didn't" "but"    "hey"   

[[460]]
[1] "nothing" "is"     

[[461]]
 [1] "rather" "heavy"  "for"    "for"    "point"  "and"    "but"    "a"     
 [9] "camera" "semi"  

[[462]]
 [1] "the"       "the"       "standard"  "battery"   "battery"   "with"     
 [7] "g"         "is"        "a"         "camcorder" "that"      "will"     
[13] "me"        "to"        "take"      "pictures"  "all"       "day"      
[19] "without"   "about"     "charging" 

[[463]]
 [1] "the"      "the"      "the"      "little"   "digital"  "elphs"   
 [7] "were"     "designed" "most"     "cameras"  "until"    "g"       
[13] "came"     "along"    "and"      "them"    

[[464]]
[1] "x"    "zoom" "is"  

[[465]]
 [1] "the"       "the"       "the"       "the"       "the"       "thing"    
 [7] "about"     "digital"   "in"        "is"        "that"      "you"      
[13] "you"       "you"       "can"       "generally" "see"       "of"       
[19] "your"      "exposure"  "settings"  "on"        "lcd"       "screen"   
[25] "before"    "take"      "picture"   "not"       "two"       "weeks"    
[31] "later"     "when"      "get"       "film"      "developed"

[[466]]
 [1] "it"        "makes"     "up"        "for"       "this"      "by"       
 [7] "being"     "extremely" "with"      "laid"      "out"       "controls" 
[13] "that"      "can"       "be"        "learned"  

[[467]]
 [1] "the"       "the"       "manual"    "mode"      "is"        "with"     
 [7] "access"    "for"       "selection" "of"        "shutter"   "speed"    
[13] "and"       "aperture"  "without"   "having"    "to"        "through"  
[19] "menu"      "options"  

[[468]]
 [1] "maybe"    "if"       "you"      "you"      "delete"   "those"   
 [7] "files"    "before"   "looked"   "at"       "them"     "with"    
[13] "the"      "the"      "the"      "software" "youd"     "see"     
[19] "true"     "raw"      "image"    "that"     "camera"   "actually"
[25] "produces"

[[469]]
 [1] "with"      "the"       "automatic" "settings"  "i"         "really"   
 [7] "haven't"   "taken"     "a"         "picture"   "yet"      

[[470]]
 [1] "the"     "the"     "the"     "neutral" "density" "filters" "for"    
 [8] "metz"    "flash"   "are"     "no"      "longer"  "so"      "first"  
[15] "cant"    "easily"  "be"     

[[471]]
 [1] "the"    "the"    "the"    "the"    "two"    "i"      "i"      "knew"  
 [9] "to"     "with"   "are"    "very"   "long"   "time"   "before" "it"    
[17] "locks"  "even"   "in"     "in"     "light"  "light"  "and"    "of"    
[25] "built"  "flash" 

[[472]]
 [1] "what"   "else"   "can"    "you"    "you"    "say"    "about"  "a"     
 [9] "camera" "that"   "for"    "both"   "of"    

[[473]]
 [1] "when"       "you"        "look"       "through"    "the"       
 [6] "the"        "the"        "the"        "the"        "viewfinder"
[11] "not"        "lcd"        "bottom"     "left"       "corner"    
[16] "of"         "picture"    "about"      "is"         "by"        
[21] "lens"      

[[474]]
 [1] "if"       "you"      "don't"    "believe"  "me"       "on"      
 [7] "that"     "check"    "the"      "the"      "consumer" "reports" 
[13] "review"   "review"   "as"       "as"       "many"     "digital" 
[19] "camera"   "sites"    "out"      "there"   

[[475]]
[1] "built" "and"   "lens" 

[[476]]
 [1] "the"        "camera"     "is"         "a"          "to"        
 [6] "operate"    "in"         "in"         "automode"   "but"       
[11] "also"       "gives"      "tremendous" "aperture"   "shutter"   
[16] "and"        "manual"     "modes"     

[[477]]
[1] "i"     "the"   "g"     "will"  "me"    "for"   "years" "to"    "come" 

[[478]]
 [1] "i"         "i"         "wanted"    "something" "that"      "that"     
 [7] "is"        "able"      "to"        "take"      "photos"    "but"      
[13] "not"       "be"        "so"        "would"     "wind"      "up"       
[19] "leaving"   "it"        "at"        "home"      "all"       "the"      
[25] "time"     

[[479]]
[1] "the"          "body"         "construction" "buttons"      "casing"      
[6] "etc"          "are"          "too"          "plastic"     

[[480]]
[1] "the"      "the"      "service"  "from"     "supplier" "was"     

[[481]]
 [1] "i"           "i"           "also"        "purchased"   "a"          
 [6] "tripod"      "tripod"      ":"           "the"         "the"        
[11] "combination" "of"          "camera"      "and"         "remote"     
[16] "control"     "me"          "to"          "take"        "some"       
[21] "indoor"      "light"       "portraits"   "never"       "attempted"  
[26] "before"     

[[482]]
 [1] "mp"         "mp"         "x"          "optical"    "zoom"      
 [6] "takes"      "absolutely" "photos"     "with"       "with"      
[11] "detail"     "that"       "challenges" "all"        "of"        
[16] "of"         "of"         "the"        "above"      "cameras"   
[21] "to"         "to"         "and"        "and"        "and"       
[26] "use"        "has"        "a"          "a"          "swivel"    
[31] "lcd"        "screen"     "lot"        "features"   "add"       
[36] "on"         "options"    "comes"      "software"   "not"       
[41] "not"        "be"         "last"       "but"        "by"        
[46] "far"        "least"      "my"         "fiance's"   "stamp"     
[51] "two"       

[[483]]
[1] NA

[[484]]
[1] "night" "mode"  "is"    "as"    "day"  

[[485]]
 [1] "this"     "this"     "is"       "a"        "a"        "plus"    
 [7] "for"      "those"    "who"      "shifting" "to"       "digital" 
[13] "and"      "the"      "g"        "'s"       "large"    "mobile"  
[19] "screen"   "with"    

[[486]]
 [1] "you"       "can"       "can"       "use"       "this"      "camera"   
 [7] "out"       "of"        "the"       "the"       "the"       "box"      
[13] "on"        "automatic" "setting"   "or"        "get"       "with"     
[19] "manual"    "settings"  "and"       "what"      "they"      "do"       

[[487]]
 [1] "i"      "anyone" "who"    "is"     "is"     "not"    "in"     "direct"
 [9] "at"     "at"     "the"    "beach"  "noon"   "to"     "say"    "it"    
[17] "and"   

[[488]]
[1] "some"   "things" "that"   "i"      "didn't" "but"    "hey"   

[[489]]
[1] "nothing" "is"     

[[490]]
 [1] "the"         "the"         "the"         "bottom"      "line"       
 [6] ":"           "if"          "you're"      "serious"     "about"      
[11] "your"        "digital"     "digital"     "photography" "or"         
[16] "been"        "bitten"      "with"        "after"       "using"      
[21] "a"           "point"       "and"         "this"        "may"        
[26] "be"          "just"        "camera"      "for"         "you"        

[[491]]
 [1] "my"         "girlfriend" "using"      "this"       "camera"    
 [6] "so"         "much"       "as"         "a"          "point"     
[11] "and"        "that"       "i"          "had"        "to"        
[16] "it"         "out"        "of"         "of"         "her"       
[21] "hands"      "most"       "the"        "time"      

[[492]]
[1] "duplicates" "are"        "a"          "no"         "brainer"   
[6] "and"       

[[493]]
 [1] "getting" "the"     "printer" "to"      "help"    "output"  "them"   
 [8] "was"     "another" "tale"   

[[494]]
[1] "the"      "moveable" "lcd"      "screen"   "is"      

[[495]]
 [1] "i'd"         "highly"      "this"        "camera"      "for"        
 [6] "for"         "anyone"      "who"         "is"          "looking"    
[11] "pictures"    "and"         "and"         "a"           "combination"
[16] "of"          "of"          "use"         "the"         "to"         
[21] "to"          "get"         "with"        "many"        "options"    
[26] "adjust"      "if"          "you"        

[[496]]
 [1] "the"        "camera"     "is"         "a"          "to"        
 [6] "operate"    "in"         "in"         "automode"   "but"       
[11] "also"       "gives"      "tremendous" "aperture"   "shutter"   
[16] "and"        "manual"     "modes"     

[[497]]
[1] "i"       "bought"  "this"    "last"    "week"    "through" "amazon" 

[[498]]
 [1] "the"       "lcd"       "screen"    "pulls"     "out"       "and"      
 [7] "rotates"   "in"        "any"       "direction" "for"       "pictures" 

[[499]]
 [1] "manual"        "functionality" "is"            "is"           
 [5] "is"            "downloading"   "pictures"      "and"          
 [9] "and"           "a"             "the"          

[[500]]
 [1] "being"     "a"         "a"         "fan"       "of"        "the"      
 [7] "the"       "g"         "g"         "g"         "i"         "set"      
[13] "out"       "with"      "with"      "somewhat"  "as"        "as"       
[19] "as"        "it"        "is"        "to"        "on"        "something"
[25] "already"   "'"         "'"         "powershot"

[[501]]
 [1] "the"      "the"      "the"      "ct"       "flash"    "flash"   
 [7] "head"     "can"      "actually" "be"       "reversed" "degrees" 
[13] "and"      "then"     "tilted"   "enabling" "you"      "you"     
[19] "to"       "bounce"   "off"      "walls"    "behind"  

[[502]]
[1] "most"   "of"     "the"    "time"   "my"     "g"      "is"     "a"     
[9] "camera"

[[503]]
 [1] "the"     "the"     "only"    "minor"   "nits"    "i"       "have"   
 [8] "with"    "camera"  "are"     "it"      "it"      "it"      "is"     
[15] "is"      "boxy"    "looking" "needs"   "a"       "a"       "a"      
[22] "wrist"   "strap"   "strap"   "instead" "of"      "neck"    "and"    
[29] "bit"     "between" "shots"  

[[504]]
[1] "the"       "megapixel" "x"         "optical"   "zoom"      "camera"   
[7] "and"      

[[505]]
 [1] "but"       "there"     "are"       "two"       "things"    "i"        
 [7] "don't"     "about"     "the"       "camera"    "that"      "were"     
[13] "not"       "mentioned" "in"        "any"       "previous"  "reviews"  

[[506]]
 [1] "flash"           "as"              "with"            "with"           
 [5] "all"             "built"           "in"              "in"             
 [9] "flashes"         "small"           "cameras"         "you"            
[13] "get"             "overilluminated" "subjects"        "being"          

[[507]]
[1] "so"    "why"   "about" "it"   

[[508]]
 [1] "i"       "know"    "there"   "there"   "are"     "five"    "mp"     
 [8] "cameras" "out"     "but"     "this"    "thing"   "does"    "just"   
[15] "for"     "me"     

[[509]]
 [1] "about"      "the"        "the"        "the"        "the"       
 [6] "only"       "criticsm"   "from"       "online"     "reviews"   
[11] "is"         "that"       "that"       "fact"       "lens"      
[16] "really"     "does"       "viewfinder"

[[510]]
 [1] "bottom"   "line"     "camera"   "very"     "and"      "and"     
 [7] "features" "to"       "to"       "the"      "use"      "external"
[13] "flash"    "lense"    "filters"  "choices" 

[[511]]
[1] "i"      "am"     "quite"  "with"   "the"    "camera"

[[512]]
 [1] "anyone"     "looking"    "for"        "for"        "more"      
 [6] "than"       "point"      "and"        "can"        "make"      
[11] "a"          "a"          "huge"       "step"       "up"        
[16] "price"      "difference"

[[513]]
 [1] "i"           "i"           "am"          "am"          "and"        
 [6] "and"         "at"          "the"         "the"         "the"        
[11] "of"          "raw"         "images"      "getting"     "from"       
[16] "this"        "g"           "in"          "conjunction" "with"       
[21] "with"        "my"          "flash"       "system"      "can"        
[26] "easily"      "put"         "up"          "cameras"     "because"    
[31] "ive"         "never"       "seen"        "anything"    "within"     
[36] "its"         "resolution" 

[[514]]
 [1] "the"       "the"       "the"       "the"       "the"       "thing"    
 [7] "about"     "digital"   "in"        "is"        "that"      "you"      
[13] "you"       "you"       "can"       "generally" "see"       "of"       
[19] "your"      "exposure"  "settings"  "on"        "lcd"       "screen"   
[25] "before"    "take"      "picture"   "not"       "two"       "weeks"    
[31] "later"     "when"      "get"       "film"      "developed"

[[515]]
[1] "lens"       "visible"    "in"         "optical"    "viewfinder"

[[516]]
 [1] "if"        "you're"    "investing" "in"        "a"         "camera"   
 [7] "at"        "this"      "this"      "buy"       "software" 

[[517]]
 [1] "the"      "the"      "extended" "zoom"     "range"    "and"     
 [7] "lense"    "put"      "it"       "at"       "of"       "it's"    
[13] "class"   

[[518]]
[1] "the"    "memory" "card"   "is"     "too"    "small" 

[[519]]
[1] "i"      "this"   "camera"

[[520]]
 [1] "range"       "of"          "functions"   "functions"   "as"         
 [6] "indicated"   "above"       "it"          "has"         "something"  
[11] "for"         "for"         "everyone"    ":"           "point"      
[16] "and"         "power"       "plus"        "those"       "who"        
[21] "are"         "serious"     "about"       "photography"

[[521]]
 [1] "i"          "needed"     "three"      "batteries"  "to"        
 [6] "keep"       "myself"     "going"      "with"       "the"       
[11] "the"        "the"        "s"          "but"        "battery"   
[16] "in"         "g"          "is"         "a"          "real"      
[21] "powerhouse" ":"         

[[522]]
 [1] "i"     "i"     "was"   "with"  "my"    "g"     "g"     "so"    "why"  
[10] "did"   "trade" "up"    "to"    "the"  

[[523]]
[1] "highly"

[[524]]
 [1] "i"        "i"        "have"     "not"      "much"     "time"    
 [7] "with"     "the"      "software" "so"       "don't"    "know"    
[13] "what"     "to"       "say"      "about"    "it"       "it"      
[19] "other"    "than"     "seems"    "ok"      

[[525]]
 [1] "if"     "you"    "in"     "lots"   "of"     "light"  "and"    "this"  
 [9] "will"   "be"     "your"   "camera"

[[526]]
 [1] "when"    "for"     "digital" "cameras" "i"       "looked"  "at"     
 [8] "the"     "the"     "nikon"   "nikon"   "cp"      "cp"      "olympus"
[15] "c"       "and"     "g"      

[[527]]
 [1] "it"     "it"     "was"    "i"      "i"      "sold"   "after"  "a"     
 [9] "few"    "months" "too"    "for"    "the"    "shots"  "that"   "got"   

[[528]]
[1] "it"    "feels" "to"    "to"    "and"  

[[529]]
 [1] "any"     "film"    "zoom"    "p"       "and"     "s"       "given"  
 [8] "with"    "a"       "minimal" "effort" 

[[530]]
 [1] "my"         "girlfriend" "using"      "this"       "camera"    
 [6] "so"         "much"       "as"         "a"          "point"     
[11] "and"        "that"       "i"          "had"        "to"        
[16] "it"         "out"        "of"         "of"         "her"       
[21] "hands"      "most"       "the"        "time"      

[[531]]
[1] "we"     "also"   "looked" "at"     "the"    "fuji"   "fps"   

[[532]]
 [1] "this"     "is"       "the"      "camera"   "for"      "a"       
 [7] "photo"    "hobbiest" "who"      "wants"    "to"       "have"    
[13] "point"    "and"      "as"      

[[533]]
 [1] "the"      "the"      "the"      "g"        "has"      "a"       
 [7] "a"        "shoe"     "that"     "that"     "can"      "can"     
[13] "take"     "an"       "external" "external" "flash"    "and"     
[19] "for"      "me"       "i"        "already"  "owned"    "one"     
[25] "of"       "highest"  "flashes"  "buy"      ":"        "metz"    
[31] "ct"      

[[534]]
 [1] "i've"    "been"    "with"    "the"     "picture" "and"     "and"    
 [8] "in"      "snow"    "car"     "boat"    "wind"   

[[535]]
[1] "the"       "camera"    "arrived"   "and"       "in"        "condition"

[[536]]
 [1] "there"       "are"         "actually"    "several"     "differences"
 [6] "differences" "between"     "the"         "the"         "the"        
[11] "g"           "g"           "and"         "and"         "such"       
[16] "as"          "in"          "continuous"  "optical"     "lens"       
[21] "control"     "layout"      "playback"    "zoom"        "image"      
[26] "processing"  "so"          "on"         

[[537]]
 [1] "for"        "me"         "on"         "the"        "the"       
 [6] "resolution" "setting"    "not"        "maximum"    "but"       
[11] "very"       "close"      "this"       "adds"       "up"        
[16] "to"         "over"       "images"     "with"       "gig"       
[21] "card"      

[[538]]
[1] "my"       "story"    "is"       "based"    "on"       "personal" "usage"   

[[539]]
 [1] "i"         "am"        "a"         "long"      "time"      "user"     
 [7] "of"        "highly"    "film"      "slrs"      "and"       "external" 
[13] "flash"     "equipment" "just"      "so"        "you"       "know"     
[19] "my"       

[[540]]
 [1] "i've"     "figured"  "out"      "most"     "of"       "its"     
 [7] "features" "on"       "my"       "own"      "already"  "because" 
[13] "i"        "i"        "have"     "used"     "digital"  "cameras" 
[19] "before"   "so"       "know"     "things"   "symbols" 

[[541]]
 [1] "but"     "do"      "not"     "assume"  "as"      "as"      "i"      
 [8] "did"     "that"    "the"     "the"     "the"     "g"       "has"    
[15] "same"    "your"    "current" "film"    "camera"  "to"      "moment" 
[22] "you"     "choose" 

[[542]]
 [1] "it"       "doesn't"  "do"       "you"      "you"      "you"     
 [7] "any"      "if"       "a"        "camera"   "has"      "all"     
[13] "the"      "features" "but"      "can't"    "access"   "them"    
[19] "them"     "when"     "need"    

[[543]]
 [1] "it's"     "to"       "to"       "switch"   "spot"     "metering"
 [7] "and"      "actually" "see"      "it"       "on"       "the"     
[13] "lcd"      "screen"  

[[544]]
 [1] "maybe"      "it"         "is"         "my"         "of"        
 [6] "experience" "but"        "i"          "shots"      "with"      
[11] "this"       "camera"     "very"      

[[545]]
 [1] "the"     "the"     "the"     "larger"  "lens"    "of"      "g"      
 [8] "gives"   "picture" "in"      "low"     "light"   "and"     "times"  
[15] "optical" "zooms"   "gets"    "you"     "just"    "that"    "much"   
[22] "closer" 

[[546]]
[1] "it"       "takes"    "pictures" "operates" "and"      "feels"   

[[547]]
[1] "this"    "is"      "not"     "a"       "handbag" "camera" 

[[548]]
[1] "colors"   "pictures" "and"     

[[549]]
 [1] "i"         "i"         "cant"      "use"       "use"       "my"       
 [7] "my"        "nikon"     "external"  "flash"     "on"        "a"        
[13] "camera"    "but"       "can"       "metz"      "metz"      "with"     
[19] "the"       "the"       "the"       "module"    "and"       "and"      
[25] "extension" "cord"      "connected" "between"   "g"         "ct"       

[[550]]
 [1] "those"   "used"    "to"      "to"      "mm"      "cameras" "will"   
 [8] "find"    "the"     "g"       "very"    "and"     "use"    

[[551]]
 [1] "i've"       "been"       "by"         "blown"      "out"       
 [6] "highlights" "on"         "the"        "the"        "s"         
[11] "and"        "g"          "seems"      "to"         "do"        
[16] "only"       "slightly"  

[[552]]
 [1] "it"       "it"       "it"       "gives"    "pictures" "the"     
 [7] "the"      "the"      "controls" "are"      "battery"  "lasts"   
[13] "forever"  "on"       "one"      "single"   "charge"   "software"
[19] "is"       "is"       "very"     "and"      "in"       "chrome"  
[25] "casing"  

[[553]]
 [1] "but"       "there"     "are"       "two"       "things"    "i"        
 [7] "don't"     "about"     "the"       "camera"    "that"      "were"     
[13] "not"       "mentioned" "in"        "any"       "previous"  "reviews"  

[[554]]
 [1] "i"      "showed" "her"    "how"    "to"     "turn"   "it"     "it"    
 [9] "on"     "where"  "the"    "lens"   "zoom"   "lever"  "is"     "and"   
[17] "she"   

[[555]]
 [1] "as"      "i"       "said"    "this"    "is"      "is"      "the"    
 [8] "the"     "the"     "last"    "digital" "camera"  "i'll"    "buy"    
[15] "buy"     "and"     "and"     "if"      "you"     "you"     "are"    
[22] "in"      "market"  "one"     "my"      "advice"  "to"      "thing"  
[29] "can"     "keep"    "it"      "forever"

[[556]]
[1] "the"   "g"     "looks" "a"     "of"   

[[557]]
 [1] "the"       "the"       "the"       "the"       "the"       "g"        
 [7] "g"         "g"         "in"        "in"        "in"        "almost"   
[13] "all"       "ways"      "on"        "and"       "and"       "and"      
[19] "and"       "before"    "it"        "fact"      "beats"     "nikon"    
[25] "coolpix"   "picture"   "battery"   "life"      "which"     "is"       
[31] "is"        "is"        "because"   "a"         "a"         "megapixel"
[37] "megapixel" "camera"    "camera"   

[[558]]
 [1] "to"         "to"         "a"          "a"          "picture"   
 [6] "as"         "raw"        "you"        "have"       "have"      
[11] "the"        "display"    "on"         "this"       "seems like"
[16] "of"         "battery"    "power"     

[[559]]
 [1] "rather" "heavy"  "for"    "for"    "point"  "and"    "but"    "a"     
 [9] "camera" "semi"  

[[560]]
 [1] "a"            "few"          "of"           "my"           "constituants"
 [6] "owned"        "the"          "the"          "g"            "and"         
[11] "highly"       "for"          "picture"     

[[561]]
[1] "i"        "decided"  "to"       "upgrade"  "and"      "started"  "my"      
[8] "research"

[[562]]
[1] "most"   "of"     "the"    "time"   "my"     "g"      "is"     "a"     
[9] "camera"

[[563]]
[1] "i"          "researched" "held"       "tested"     "and"       
[6] "observed"   "different"  "brands"    

[[564]]
 [1] "the"      "pictures" "are"      "are"      "and"      "their"   
 [7] "is"       "a"        "short"    "curve"    "to"       "to"      
[13] "it"       ";"        "there"    "tons"     "of"       "features"
[19] "i"        "haven't"  "even"     "gotten"  

[[565]]
 [1] "rather" "heavy"  "for"    "for"    "point"  "and"    "but"    "a"     
 [9] "camera" "semi"  

[[566]]
 [1] "the"    "the"    "the"    "strap"  "is"     "and"    "gets"   "in"    
 [9] "way"    "of"     "of"     "parts"  "camera" "you"    "need"   "access"
[17] "to"    

[[567]]
 [1] "if"    "you"   "you"   "don't" "have"  "a"     "a"     "gray"  "card" 
[10] "can"   "use"   "plain" "piece" "of"    "paper"

[[568]]
 [1] "because" "once"    "the"     "moment"  "is"      "is"      "gone"   
 [8] "it"      "not"     "coming"  "back"   

[[569]]
 [1] "flash"           "as"              "with"            "with"           
 [5] "all"             "built"           "in"              "in"             
 [9] "flashes"         "small"           "cameras"         "you"            
[13] "get"             "overilluminated" "subjects"        "being"          

[[570]]
[1] "they"    "away"    "and"     "the"     "picture" "turned"  "out"    
[8] "quite"  

[[571]]
[1] "as"       "all"      "of"       "my"       "pictures" "have"     "thusfar" 

[[572]]
 [1] "another"   "thing"     "is"        "that"      "this"      "camera"   
 [7] "seems"     "to"        "introduce" "much"      "less"      "in"       
[13] "places"    "than"      "others"    "i've"      "seen"     

[[573]]
[1] "i"            "am"           "not"          "talking"      "milliseconds"

[[574]]
[1] "they"    "away"    "and"     "the"     "picture" "turned"  "out"    
[8] "quite"  

[[575]]
[1] "as"       "all"      "of"       "my"       "pictures" "have"     "thusfar" 

[[576]]
[1] "not"        "the"        "viewfinder" "can"        "get"       
[6] "in"         "instances" 

[[577]]
 [1] "but"       "but"       "the"       "the"       "the"       "lcd"      
 [7] "in"        "those"     "instances" "not"       "mp"        "mp"       

[[578]]
[1] "built" "and"   "lens" 

[[579]]
[1] "but" "who"

[[580]]
 [1] "i"      "i"      "didn't" "think"  "would"  "find"   "this"   "and"   
 [9] "of"     "use"    "for"    "under"  "i'm"    "with"   "my"    

[[581]]
 [1] "my"         "girlfriend" "using"      "this"       "camera"    
 [6] "so"         "much"       "as"         "a"          "point"     
[11] "and"        "that"       "i"          "had"        "to"        
[16] "it"         "out"        "of"         "of"         "her"       
[21] "hands"      "most"       "the"        "time"      

[[582]]
[1] "there's" "really"  "very"    "little"  "about"   "g"       "images" 
[8] "to"     

[[583]]
 [1] "for"       "those"     "who"       "have"      "this"      "this"     
 [7] "metz"      "metz"      "flash"     "or"        "the"       "the"      
[13] "the"       "the"       "the"       "the"       "cl"        "and"      
[19] "and"       "would"     "to"        "get"       "ultimate"  "out"      
[25] "of"        "g"         "module"    "you"       "need"      "is"       
[31] "is"        "sca"       "sca"       "connector" "cord"      "c"        

[[584]]
 [1] "the"         "camera"      "is"          "very"        "in"         
 [6] "fact"        "on"          "a"           "a"           "a"          
[11] "recent"      "trip"        "this"        "past"        "week"       
[16] "i"           "was"         "asked"       "to"          "take"       
[21] "picture"     "of"          "vacationing" "elderly"     "group"      

[[585]]
 [1] "though"  "the"     "the"     "the"     "the"     "the"     "the"    
 [8] "booklet" "says"    "that"    "camera"  "camera"  "camera"  "should" 
[15] "display" "lens"    "lens"    "lens"    "when"    "cap"     "cap"    
[22] "and"     "and"     "are"     "both"    "on"      "out"     "simply" 
[29] "takes"   "off"     "by"      "itself" 

[[586]]
 [1] "my"        "wife"      "shuns"     "all"       "and"       "compained"
 [7] "when"      "i"         "brought"   "this"      "home"      "but"      
[13] "now"       "she's"     "forever"   "asking"    "for"       "the"      
[19] "digital"   "camera"   

[[587]]
 [1] "even"    "with"    "these"   "i"       "still"   "think"   "it"     
 [8] "is"      "the"     "digital" "camera"  "under"  

[[588]]
[1] "some" "of"   "the"  "over" "g"   

[[589]]
 [1] "i'm"         "starting"    "to"          "think"       "that"       
 [6] "this"        "this"        "may"         "just"        "be"         
[11] "one"         "of"          "of"          "the"         "all"        
[16] "digital"     "photography" "at"         

[[590]]
[1] NA

[[591]]
 [1] "your"       "your"       "is"         "going"      "to"        
 [6] "do"         "a"          "cannonball" "off"        "the"       
[11] "the"        "diving"     "board"      "so"         "you"       
[16] "and"        "for"        "moment"    

[[592]]
[1] "got"    "a"      "a"      "from"   "seller"

[[593]]
 [1] "if"       "you"      "you"      "are"      "are"      "looking" 
 [7] "looking"  "for"      "for"      "a"        "very"     "simple"  
[13] "point"    "and"      "camera"   "this"     "is"       "probably"
[19] "not"      "what"    

[[594]]
 [1] "you"     "also"    "have"    "to"      "to"      "to"      "set"    
 [8] "the"     "the"     "g"       "second"  "shutter" "sync"    "which"  
[15] "is"      "what"    "youd"    "want"    "do"      "most"    "of"     
[22] "time"    "anyhow" 

[[595]]
 [1] "relative" "to"       "what"     "i"        "can"      "easily"  
 [7] "with"     "with"     "external" "flash"    "flash"    "on"      
[13] "on"       "my"       "nikon"    "slr"      "the"      "the"     
[19] "internal" "g"        "produces" "flat"     "images"   "spots"   

[[596]]
 [1] "one"          "thing"        "is"           "is"           "that"        
 [6] "it"           "it"           "comes"        "with"         "a"           
[11] "mb"           "compactflash" "card"         "and"          "for"         
[16] "most"         "purposes"     "not"         

[[597]]
 [1] "one"          "thing"        "is"           "is"           "that"        
 [6] "it"           "it"           "comes"        "with"         "a"           
[11] "mb"           "compactflash" "card"         "and"          "for"         
[16] "most"         "purposes"     "not"         

[[598]]
 [1] "the"      "the"      "battery"  "life"     "of"       "of"      
 [7] "this"     "camera"   "is"       "is"       "twice"    "that"    
[13] "nikon"    "and"      "than"     "anything" "else"     "i've"    
[19] "seen"    

[[599]]
[1] "a"             "use"           "for"           "that"         
[5] "underutilized" "computer"     

[[600]]
 [1] "i've"       "only"       "had"        "it"         "a"         
 [6] "week"       "but"        "so"         "far"        "everything"
[11] "about"      "this"       "camera"     "is"         "making"    
[16] "me"        

[[601]]
[1] "recently" "i"        "attended" "a"        "flyball" 

[[602]]
 [1] "i"         "push"      "the"       "the"       "button"    "down"     
 [7] "halfway"   "first"     "to"        "autofocus"

[[603]]
 [1] "i"      "i"      "i"      "began"  "taking" "pics"   "as"     "as"    
 [9] "soon"   "got"    "this"   "camera" "and"    "am"     "at"     "the"   
[17] "the"    "of"     "photos" "have"   "took"   "simply" "by"     "using" 
[25] "auto"   "mode"  

[[604]]
 [1] "unless" "you"    "you"    "want"   "to"     "print"  "murals" "don't" 
 [9] "need"   "it"    

[[605]]
 [1] "after"    "the"      "the"      "very"     "review"   "of"      
 [7] "this"     "camera"   "in"       "a"        "consumer" "magazine"
[13] "i"        "decided"  "to"       "to"       "to"       "head"    
[19] "here"     "amazon"   "read"     "through"  "online"   "reviews" 

[[606]]
[1] "to"     "get"    "my"     "in"     "a"      "manner"

[[607]]
 [1] "i"          "i"          "i"          "i"          "i"         
 [6] "am"         "am"         "a"          "software"   "engineer"  
[11] "and"        "and"        "very"       "into"       "technical" 
[16] "details"    "of"         "everything" "buy"        "spend"     
[21] "around"     "months"     "before"     "buying"     "the"       
[26] "digital"    "camera"     ";"          "must"       "say"       
[31] "g"          "every"      "single"     "cent"       "on"        
[36] "it"        

[[608]]
[1] "when"    "it"      "arrives" "you"     "press"   "the"     "shutter"
[8] "release"

[[609]]
 [1] "it"       "seems"    "to"       "me"       "that"     "after"   
 [7] "the"      "the"      "and"      "metering" "are"      "complete"
[13] "there"    "is"       "quite"    "a"        "before"   "shutter" 

[[610]]
 [1] "the"        "the"        "the"        "the"        "the"       
 [6] "the"        "the"        "only"       "two"        "minor"     
[11] "i"          "have"       "with"       "camera"     "are"       
[16] "lens"       "lens"       "cap"        "it"         "it"        
[21] "is"         "not"        "not"        "very"       "snug"      
[26] "and"        "and"        "can"        "come"       "off"       
[31] "too"        "easily"     "itself"     "partially"  "view"      
[36] "through"    "through"    "viewfinder" "but"        "views"     
[41] "lcd"       

[[611]]
 [1] "i"        "can"      "take"     "pictures" "with"     "with"    
 [7] "this"     "then"     "my"       "ti"       "a"        "lens"    

[[612]]
 [1] "but"      "after"    "trying"   "many"     "the"      "camera"  
 [7] "camera"   "remains"  "when"     "compared" "to"       "any"     
[13] "film"     "based"   

[[613]]
[1] "i"        "wanted"   "it"       "to"       "concerts" "as"      

[[614]]
[1] "i"      "always" "using"  "the"    "lcd"    "panel" 

[[615]]
 [1] "and"    "and"    "i"      "let"    "let"    "my"     "kids"   "as"    
 [9] "as"     "many"   "many"   "pics"   "they"   "want"   "them"   "them"  
[17] "review" "on"     "the"    "the"    "camera" "just"   "print"  "ones"  
[25] "which"  "are"    "not"   

[[616]]
 [1] "was"         "an"          "obvious"     "but"         "i"          
 [6] "did"         "not"         "want"        "to"          "my"         
[11] "my"          "decision"    "so"          "started"     "researching"
[16] "all"         "brands"      "that"        "would"       "take"       
[21] "microdrives"

[[617]]
 [1] "being"     "a"         "a"         "fan"       "of"        "the"      
 [7] "the"       "g"         "g"         "g"         "i"         "set"      
[13] "out"       "with"      "with"      "somewhat"  "as"        "as"       
[19] "as"        "it"        "is"        "to"        "on"        "something"
[25] "already"   "'"         "'"         "powershot"

[[618]]
[1] "i"         "chose"     "the"       "speedlite"

[[619]]
[1] "built" "and"   "lens" 

[[620]]
 [1] "with"      "you"       "get"       "pictures"  "that"      "appear"   
 [7] "to"        "be"        "photos"    "not"       "still"     "camcorder"
[13] "shots"    

[[621]]
 [1] "at"      "the"     "same"    "time"    "i"       "wanted"  "my"     
 [8] "wife"    "to"      "not"     "be"      "by"      "knobs"   "and"    
[15] "buttons"

[[622]]
 [1] "pics"       "short"      "battery"    "life"       "uploads"   
 [6] "and"        "and"        "printing"   "will"       "the"       
[11] "digital"    "camera"     "experience" "keep"       "you"       
[16] "buying"     "film"      

[[623]]
 [1] "i"        "did"      "a"        "month's"  "of"       "research"
 [7] "before"   "buying"   "this"     "this"     "over"     "other"   
[13] "similar"  "priced"   "digital"  "cameras"  "and"      "is"      
[19] "the"      "the"      "buy"      "for"      "buck"    

[[624]]
 [1] "if"       "you"      "you"      "are"      "are"      "looking" 
 [7] "looking"  "for"      "for"      "a"        "very"     "simple"  
[13] "point"    "and"      "camera"   "this"     "is"       "probably"
[19] "not"      "what"    

[[625]]
[1] "photos"    "had"       "some"      "artifacts" "and"      

[[626]]
 [1] "you"      "can"      "read"     "the"      "other"    "reviews" 
 [7] "for"      "specs"    "and"      "opinions"

[[627]]
 [1] "if"    "you"   "you"   "don't" "have"  "a"     "a"     "gray"  "card" 
[10] "can"   "use"   "plain" "piece" "of"    "paper"

[[628]]
[1] "highly"

[[629]]
 [1] "the"        "shoe"       "flash"      "flash"      "attachment"
 [6] "allowed"    "me"         "to"         "buy"        "and"       
[11] "use"        "a"          "unit"       ":"         

[[630]]
[1] "that's" "what"   "i"      "did"    "and"    "this"  

[[631]]
 [1] "there"      "is"         "is"         "a"          "corner"    
 [6] "lens"       "lens"       "barrel"     "i"          "i"         
[11] "don't"      "don't"      "it"         "it"         "too"       
[16] "but"        "no"         "done"       "since"      "always"    
[21] "use"        "the"        "the"        "the"        "the"       
[26] "the"        "camea"      "lcd"        "screen"     "to"        
[31] "to"         "to"         "see"        "exactly"    "exactly"   
[36] "what"       "what"       "i'm"        "going"      "get"       
[41] "in"         "viewfinder" "when"       "when"       "you"       
[46] "you"        "zoom"       "zoom"       "goes"       "away"      
[51] "knows"      "this"       "and"        "engineered" "that"      
[56] "that"       "way"        "parallax"   "phenomenon" ";"         
[61] "lmost"      "ot"         "picture"   

[[632]]
[1] "they"    "weren't" "busy"    "to"      "charge"  "the"     "card"   
[8] "though" 

[[633]]
 [1] "getting" "the"     "printer" "to"      "help"    "output"  "them"   
 [8] "was"     "another" "tale"   

[[634]]
 [1] "i"              "i"              "make"           "photographs"   
 [5] "at"             "and"            "so"             "wanted"        
 [9] "a"              "camera"         "to"             "compare"       
[13] "with"           "what"           "use"            "professionally"

[[635]]
 [1] "you"           "see"           "i"             "can't"        
 [5] "rank"          "the"           "the"           "product"      
 [9] "since"         "merchant"      "that"          "amazon"       
[13] "is"            "collaborating" "with"          "j"            
[17] "and"           "r"             "camera"       

[[636]]
 [1] "to"        "bring"     "us"        "consumers" "choices"   "never"    
 [7] "sent"      "me"        "the"       "product"  

[[637]]
[1] "i"      "can't"  "write"  "things" "about"  "this"   "little" "camera"

[[638]]
 [1] "in"       "a"        "word"     "is"       "how"      "i"       
 [7] "would"    "describe" "this"     "camera"  

[[639]]
 [1] "i've"          "been"          "using"         "a"            
 [5] "a"             "a"             "a"             "a"            
 [9] "a"             "powershot"     "s"             "for"          
[13] "for"           "nearly"        "year"          "and"          
[17] "and"           "wanted"        "to"            "to"           
[21] "upgrade"       "or"            "megapixel"     "camera"       
[25] "with"          "longer"        "zoom"          "more"         
[29] "adjustability" "shoe"          "an"            "external"     
[33] "flash"         "remote"        "control"      

[[640]]
 [1] "the"       "the"       "standard"  "battery"   "battery"   "with"     
 [7] "g"         "is"        "a"         "camcorder" "that"      "will"     
[13] "me"        "to"        "take"      "pictures"  "all"       "day"      
[19] "without"   "about"     "charging" 

[[641]]
 [1] "the"      "the"      "on"       "on"       "off"      "button"  
 [7] "button"   "feels"    "somewhat" "and"      "has"      "an"      
[13] "tiny"     "little"   "lock"     "out"      "that"     "needs"   
[19] "to"       "to"       "be"       "turn"     "camera"  

[[642]]
 [1] "however" "it"      "seems"   "that"    "this"    "is"      "the"    
 [8] "rule"    "for"     "most"    "digital" "cameras"

[[643]]
 [1] "pics"       "short"      "battery"    "life"       "uploads"   
 [6] "and"        "and"        "printing"   "will"       "the"       
[11] "digital"    "camera"     "experience" "keep"       "you"       
[16] "buying"     "film"      

[[644]]
[1] "they" "time"

[[645]]
[1] "sure"     "i"        "adjusted" "the"      "film"     "speed"    "to"      

[[646]]
 [1] "what"      "makes"     "the"       "the"       "lock"      "time"     
 [7] "something" "i"         "can"       "live"      "with"      "with"     
[13] "is"        "extreme"   "of"        "field"     "these"     "point"    
[19] "and"       "digicams"  "at"        "f"        

[[647]]
 [1] "flash"           "as"              "with"            "with"           
 [5] "all"             "built"           "in"              "in"             
 [9] "flashes"         "small"           "cameras"         "you"            
[13] "get"             "overilluminated" "subjects"        "being"          

[[648]]
 [1] "it"       "doesn't"  "do"       "you"      "you"      "you"     
 [7] "any"      "if"       "a"        "camera"   "has"      "all"     
[13] "the"      "features" "but"      "can't"    "access"   "them"    
[19] "them"     "when"     "need"    

[[649]]
 [1] "a"           "mm"          "film"        "camera"      "captures"   
 [6] "the"         "the"         "the"         "moments"     "you"        
[11] "you"         "want"        "while"       "these"       "digital"    
[16] "cameras"     "my"          "friends"     "now"         "inform"     
[21] "me"          "all"         "seem"        "to"          "to"         
[26] "moment"      "immediately" "following"   "one"         "asked"      

[[650]]
[1] "highly"

[[651]]
[1] "am"      "i"       "i"       "ever"    "that"    "decided" "on"     
[8] "this"    "camera" 

[[652]]
[1] "i"          "can't"      "all"        "that"       "resolution"
[6] "mp"         "x"          "resol"     

[[653]]
[1] "in"      "in"      "my"      "flat"    "monitor" "x"       "resol"  

[[654]]
[1] "anyways"

[[655]]
 [1] "the"     "the"     "the"     "neutral" "density" "filters" "for"    
 [8] "metz"    "flash"   "are"     "no"      "longer"  "so"      "first"  
[15] "cant"    "easily"  "be"     

[[656]]
 [1] "i'm"     "that"    "with"    "the"     "the"     "easily"  "removed"
 [8] "lens"    "lens"    "cap"     "i"       "may"    

[[657]]
[1] "this"  "this"  "is"    "by"    "no"    "means" "to"    "i'm"   "sure" 

[[658]]
[1] NA

[[659]]
 [1] "the"         "the"         "g"           "'s"          "color"      
 [6] "effect"      "effect"      "exposure"    "exposure"    "mode"       
[11] "has"         "now"         "been"        "removed"     "replacement"
[16] "is"          "a"           "selectable"  "func"        "menu"       
[21] "in"          "all"         "modes"      

[[660]]
character(0)

[[661]]
[1] "how"  "to"   "use"  "it"   "will" "not"  "take" "very" "long"

[[662]]
[1] "photobugs"  "will"       "find"       "more"       "control"   
[6] "than"       "imaginable"

[[663]]
 [1] "the"              "the"              "catch"            "with"            
 [5] "g"                "camera"           "and"              "perhaps"         
 [9] "all"              "of"               "digital"          "cameras"         
[13] "is"               "that"             "its"              "unresponsiveness"
[17] "will"             "cause"            "you"              "to"              
[21] "shots"           

[[664]]
[1] "i"      "am"     "quite"  "with"   "the"    "camera"

[[665]]
[1] "i"       "i"       "my"      "g"       "so"      "thought" "would"  
[8] "upgrade"

[[666]]
 [1] "there's"    "a"          "a"          "noticeable" "difference"
 [6] "in"         "the"        "the"        "the"        "the"       
[11] "of"         "of"         "megapixel"  "image"      "megapixels"
[16] "s"          "especially" "if"         "you"        "want"      
[21] "to"         "crop"       "and"        "enlarge"    "pictures"  

[[667]]
 [1] "i"              "i"              "make"           "photographs"   
 [5] "at"             "and"            "so"             "wanted"        
 [9] "a"              "camera"         "to"             "compare"       
[13] "with"           "what"           "use"            "professionally"

[[668]]
 [1] "even"    "with"    "these"   "i"       "still"   "think"   "it"     
 [8] "is"      "the"     "digital" "camera"  "under"  

[[669]]
 [1] "the"          "other"        "cameras"      "were"         "and"         
 [6] "i'm"          "sure"         "many"         "people"       "will"        
[11] "to"           "to"           "differ"       "from"         "my"          
[16] "observations" "but"          "each"         "his"          "her"         
[21] "own"         

[[670]]
 [1] "camera"   "but"      "doesn't"  "take"     "as"       "as"      
 [7] "pictures" "i"        "thought"  "they"     "would"    "and"     
[13] "again"   

[[671]]
 [1] "i"      "i"      "i"      "began"  "taking" "pics"   "as"     "as"    
 [9] "soon"   "got"    "this"   "camera" "and"    "am"     "at"     "the"   
[17] "the"    "of"     "photos" "have"   "took"   "simply" "by"     "using" 
[25] "auto"   "mode"  

[[672]]
 [1] "you"      "could"    "take"     "a"        "a"        "picture" 
 [7] "of"       "stone"    "in"       "the"      "the"      "the"     
[13] "and"      "and"      "still"    "glaze"    "get"      "contours"

[[673]]
[1] "in"     "terms"  "of"     "the"    "shots"  "taken"  "this"   "camera"
[9] "is"    

[[674]]
 [1] "it"       "can"      "be"       "a"        "a"        "point"   
 [7] "and"      "camera"   "but"      "if"       "you"      "do"      
[13] "not"      "intend"   "to"       "get"      "into"     "it's"    
[19] "features" "i'd"      "suggest"  "less"    

[[675]]
 [1] "the"      "the"      "function" "lever"    "one"      "which"   
 [7] "switches" "between"  "and"      "view"     "mode"     "feels"   

[[676]]
 [1] "i"          "was"        "that"       "megapixel"  "photos"    
 [6] "would"      "download"   "more"       "but"        "there's"   
[11] "no"         "difference" "in"         "with"       "the"       
[16] "files"     

[[677]]
 [1] "in"          "terms"       "of"          "the"         "the"        
 [6] "accessories" "i"           "got"         "myself"      "an"         
[11] "litium"      "battery"    

[[678]]
 [1] "i"        "i"        "have"     "not"      "yet"      "seen"    
 [7] "any"      "of"       "the"      "with"     "digital"  "pictures"
[13] "purple"   "fringing" "etc"      "so"       "am"       "very"    

[[679]]
 [1] "it"         "the"        "the"        "of"         "a"         
 [6] "color"      "cast"       "on"         "pictures"   "especially"
[11] "in"         "mixed"      "light"      "settings"  

[[680]]
[1] "built" "and"   "lens" 

[[681]]
 [1] "i"        "i"        "have"     "have"     "returned" "the"     
 [7] "g"        "g"        "actually" "tried"    "two"      "of"      
[13] "them"     "and"      "my"      

[[682]]
[1] "it"      "is"      "made"    "of"      "plastic"

[[683]]
[1] "definetely" "a"          "camera"    

[[684]]
[1] "the"        "camera's"   "a"          "of"         "science"   
[6] "that's"     "understood"

[[685]]
 [1] "the"      "the"      "the"      "ct"       "flash"    "flash"   
 [7] "head"     "can"      "actually" "be"       "reversed" "degrees" 
[13] "and"      "then"     "tilted"   "enabling" "you"      "you"     
[19] "to"       "bounce"   "off"      "walls"    "behind"  

[[686]]
 [1] "as"           "with"         "taking"       "digital"      "pictures"    
 [6] "i"            "notice"       "other"        "other"        "people"      
[11] "myself"       "have"         "on"           "their"        "compactflash"
[16] "compactflash" "which"        "in"           "certain"      "shots"       
[21] "being"        "partially"    "taken"        "or"           "this"        
[26] "is"           "an"           "that"         "seems"        "to"          
[31] "effect"       "and"          "digicam"      "brand"       

[[687]]
[1] "perhaps" "there"   "is"      "a"       "way"     "around"  "this"   

[[688]]
[1] "how"  "to"   "use"  "it"   "will" "not"  "take" "very" "long"

[[689]]
[1] "i"       "with"    "the"     "reviews"

[[690]]
[1] NA

[[691]]
 [1] "in"         "lit"        "environs"   "the"        "g"         
 [6] "g"          "could"      "easily"     "any"        "other"     
[11] "camera"     "and"        "thankfully" "maintains"  "this"      
[16] "rep"       

[[692]]
 [1] "this"   "camera" "also"   "has"    "a"      "feel"   "and"    "weight"
 [9] "to"     "it"    

[[693]]
[1] "i"          "didnt"      "to"         "experiment"

[[694]]
 [1] "it's"     "to"       "to"       "switch"   "spot"     "metering"
 [7] "and"      "actually" "see"      "it"       "on"       "the"     
[13] "lcd"      "screen"  

[[695]]
[1] "this"   "camera" "is"     "every"  "penny"  "and"    "i"      "highly"
[9] "it"    

[[696]]
[1] "i"       "bought"  "this"    "last"    "week"    "through" "amazon" 

[[697]]
[1] NA

[[698]]
 [1] "battery"  "life"     "is"       "over"     "hours"    "hours"   
 [7] "hours"    "compared" "to"       "about"    "for"      "for"     
[13] "the"      "the"      "g"        "or"       "most"     "nikons"  

[[699]]
 [1] "crop"        "and"         "enlarge"     "the"         "at"         
 [6] "practically" "no"          "cost"        "or"          "time"       

[[700]]
 [1] "the"     "the"     "the"     "neutral" "density" "filters" "for"    
 [8] "metz"    "flash"   "are"     "no"      "longer"  "so"      "first"  
[15] "cant"    "easily"  "be"     

[[701]]
 [1] "you"     "get"     "a"       "a"       "a"       "larger"  "larger" 
 [8] "larger"  "flash"   "flash"   "flash"   "or"      "some"    "are"    
[15] "selling" "with"    "with"    "the"     "the"     "mb"      "will"   
[22] "do"      "in"      "but"     "you'll"  "want"    "card"    "as"     
[29] "any"     "of"      "mp"      "cameras"

[[702]]
 [1] "but"     "once"    "in"      "a"       "while"   "i"       "run"    
 [8] "up"      "against" "it's"    ":"      

[[703]]
 [1] "then"     "just"     "about"    "all"      "all"      "the"     
 [7] "the"      "the"      "controls" "you"      "have"     "on"      
[13] "metz"     "flash"    "head"     "itself"   "and"      "sca"     
[19] "control"  "panel"    "because"  "they"     "are"     

[[704]]
[1] "splash"

[[705]]
[1] "this"     "camera"   "performs" "i"        "can"      "not"      "believe" 

[[706]]
 [1] "to"         "to"         "a"          "a"          "picture"   
 [6] "as"         "raw"        "you"        "have"       "have"      
[11] "the"        "display"    "on"         "this"       "seems like"
[16] "of"         "battery"    "power"     

[[707]]
 [1] "i"         "i"         "called"    "the"       "technical" "service"  
 [7] "to"        "see"       "if"        "had"       "a"         "camera"   

[[708]]
[1] "you"    "can"    "always" "spend"  "more"   "to"     "get"    "a"     
[9] "one"   

[[709]]
 [1] "again"   "this"    "is"      "is"      "my"      "first"   "digital"
 [8] "camera"  "and"     "maybe"   "that"    "just"    "how"     "they"   
[15] "all"     "are"    

[[710]]
[1] NA

[[711]]
 [1] "i"          "i"          "i"          "i"          "i"         
 [6] "am"         "am"         "a"          "software"   "engineer"  
[11] "and"        "and"        "very"       "into"       "technical" 
[16] "details"    "of"         "everything" "buy"        "spend"     
[21] "around"     "months"     "before"     "buying"     "the"       
[26] "digital"    "camera"     ";"          "must"       "say"       
[31] "g"          "every"      "single"     "cent"       "on"        
[36] "it"        

[[712]]
 [1] "b"          "the"        "the"        "lens"       "lens"      
 [6] "cover"      "is"         "surely"     "i"          "already"   
[11] "accidently" "finger"     "printed"    "len"        "a"         
[16] "few"        "times"      "and"        "and"        "au"        
[21] "tigt"       "cause"      "potential" 

[[713]]
 [1] "has"     "x"       "optical" "zoom"    "which"   "is"      "higher" 
 [8] "than"    "any"     "other"   "in"      "the"     "same"    "price"  
[15] "range"  

[[714]]
[1] "what"    "do"      "they"    "perform"

[[715]]
[1] "got"      "way"      "pictures"

[[716]]
[1] "this"    "is"      "not"     "a"       "handbag" "camera" 

[[717]]
 [1] "manual"        "functionality" "is"            "is"           
 [5] "is"            "downloading"   "pictures"      "and"          
 [9] "and"           "a"             "the"          

[[718]]
 [1] "battery" "life"    "the"     "to"      "to"      "most"    "digital"
 [8] "cameras" "quote"   "k"       "reeves" 

[[719]]
 [1] "a"          "lot"        "of"         "research"   "went"      
 [6] "into"       "digital"    "camera's"   "before"     "i"         
[11] "i"          "made"       "this"       "and"        "the"       
[16] "g"          "had"        "everything" "needed"     "plus"      
[21] "more"      

[[720]]
 [1] "recent"    "price"     "drops"     "have"      "made"      "the"      
 [7] "the"       "g"         "in"        "digital"   "cameras"   "currently"

[[721]]
 [1] "i"      "anyone" "who"    "is"     "is"     "not"    "in"     "direct"
 [9] "at"     "at"     "the"    "beach"  "noon"   "to"     "say"    "it"    
[17] "and"   

[[722]]
 [1] "i"           "have"        "been"        "watching"    "the"        
 [6] "development" "of"          "digicams"    "for"         "years"      
[11] "waiting"     "to"          "make"        "my"          "first"      
[16] "move"       

[[723]]
 [1] "was"         "an"          "obvious"     "but"         "i"          
 [6] "did"         "not"         "want"        "to"          "my"         
[11] "my"          "decision"    "so"          "started"     "researching"
[16] "all"         "brands"      "that"        "would"       "take"       
[21] "microdrives"

[[724]]
 [1] "battery" "life"    "the"     "to"      "to"      "most"    "digital"
 [8] "cameras" "quote"   "k"       "reeves" 

[[725]]
 [1] "them"     "on"       "computer" "and"      "print"    "out"     
 [7] "just"     "the"      "ones"     "who"      "want"    

[[726]]
[1] "the"       "powershot" "g"         "is"        "a"         "camera"   

[[727]]
[1] "everything" "else"       "about"      "the"        "camera"    
[6] "is"        

[[728]]
 [1] "the"      "adobe"    "camera"   "raw"      "plug"     "in"      
 [7] "shows"    "once"     "again"    "that"     "hardware" "is"      
[13] "miles"    "of"       "software"

[[729]]
 [1] "i"      "bought" "it"     "it"     "for"    "for"    "my"     "trip"  
 [9] "to"     "beunos" "aires"  "and"    "and"    "also"   "used"   "at"    
[17] "the"    "iguazu" "could"  "not"    "have"   "asked"  "more"  

[[730]]
 [1] "for"       "those"     "who"       "have"      "this"      "this"     
 [7] "metz"      "metz"      "flash"     "or"        "the"       "the"      
[13] "the"       "the"       "the"       "the"       "cl"        "and"      
[19] "and"       "would"     "to"        "get"       "ultimate"  "out"      
[25] "of"        "g"         "module"    "you"       "need"      "is"       
[31] "is"        "sca"       "sca"       "connector" "cord"      "c"        

[[731]]
 [1] "then"     "just"     "about"    "all"      "all"      "the"     
 [7] "the"      "the"      "controls" "you"      "have"     "on"      
[13] "metz"     "flash"    "head"     "itself"   "and"      "sca"     
[19] "control"  "panel"    "because"  "they"     "are"     

[[732]]
 [1] "after"    "the"      "the"      "very"     "review"   "of"      
 [7] "this"     "camera"   "in"       "a"        "consumer" "magazine"
[13] "i"        "decided"  "to"       "to"       "to"       "head"    
[19] "here"     "amazon"   "read"     "through"  "online"   "reviews" 

[[733]]
 [1] "i"       "i"       "haven't" "used"    "any"     "of"      "them"   
 [8] "since"   "got"     "the"     "g"      

[[734]]
 [1] "you"       "you"       "feel"      "are"       "holding"   "something"
 [7] "of"        "substance" "not"       "some"      "plastic"   "toy"      

[[735]]
[1] "i"       "bought"  "this"    "last"    "week"    "through" "amazon" 

[[736]]
[1] "it's" "a"   

[[737]]
 [1] "and"       "as"        "i"         "said"      "in"        "my"       
 [7] "review"    "of"        "of"        "the"       "s"         "all"      
[13] "these"     "digital"   "cameras"   "are"       "to"        "use"      
[19] "with"      "apple"     "computers"

[[738]]
 [1] "the"        "the"        "the"        "the"        "optical"   
 [6] "zoom"       "zoom"       "is"         "and"        "viewfinder"
[11] "settings"   "of"        

[[739]]
 [1] "flash"  "photos" "are"    "never"  "and"    "there"  "was"    "still" 
 [9] "a"      "lot"    "of"    

[[740]]
 [1] "however"      "for"          "me"           "i"            "occasionally"
 [6] "use"          "the"          "the"          "the"          "view"        
[11] "view"         "finder"       "and"          "trying"       "to"          
[16] "frame"        "in"           "a"            "picture"      "with"        
[21] "lens"         "is"          

[[741]]
[1] "highly"

[[742]]
 [1] "it"        "makes"     "up"        "for"       "this"      "by"       
 [7] "being"     "extremely" "with"      "laid"      "out"       "controls" 
[13] "that"      "can"       "be"        "learned"  

[[743]]
 [1] "canon's"    "optics"     "are"        "are"        "and"       
 [6] "i"          "believe"    "their"      "processing" "algorithms"
[11] "also"      

[[744]]
 [1] "whether"       "you"           "are"           "a"            
 [5] "or"            "an"            "its"           "of"           
 [9] "use"           "and"           "functionality" "goes"         
[13] "together"     

[[745]]
 [1] "at"      "the"     "same"    "time"    "i"       "wanted"  "my"     
 [8] "wife"    "to"      "not"     "be"      "by"      "knobs"   "and"    
[15] "buttons"

[[746]]
 [1] "all"       "cameras"   "except"    "g"         "were"      "mp"       
 [7] "but"       "i"         "was"       "looking"   "for"       "a"        
[13] "lot"       "more"      "than"      "just"      "megapixel" "power"    

[[747]]
[1] "the"  "the"  "more" "more" "i"    "i"    "with" "it"   "it"  

[[748]]
 [1] "i"        "can"      "take"     "pictures" "with"     "with"    
 [7] "this"     "then"     "my"       "ti"       "a"        "lens"    

[[749]]
 [1] "i've"          "been"          "using"         "a"            
 [5] "a"             "a"             "a"             "a"            
 [9] "a"             "powershot"     "s"             "for"          
[13] "for"           "nearly"        "year"          "and"          
[17] "and"           "wanted"        "to"            "to"           
[21] "upgrade"       "or"            "megapixel"     "camera"       
[25] "with"          "longer"        "zoom"          "more"         
[29] "adjustability" "shoe"          "an"            "external"     
[33] "flash"         "remote"        "control"      

[[750]]
 [1] "i"        "would"    "that"     "that"     "you"      "a"       
 [7] "lexar"    "media"    "cf"       "for"      "the"      "the"     
[13] "camera"   "as"       "sandisk"  "card"     "comes"    "packaged"
[19] "is"       "too"      "too"      "small"    "and"     

[[751]]
 [1] "i"          "am"         "absolutely" "in"         "of"        
 [6] "this"       "camera"     "put"        "enormous"   "into"      
[11] "the"        "g"         

[[752]]
 [1] "just"     "this"     "camera"   "two"      "days"     "ago"     
 [7] "and"      "already"  "the"      "features" "it"       "has"     

[[753]]
 [1] "one"       "of"        "the"       "the"       "calls"     "was"      
 [7] "on"        "on"        "a"         "a"         "saturday"  "and"      
[13] "when"      "i"         "pressed"   "guy"       "bit"       "he"       
[19] "said"      "actually"  "we"        "don't"     "ship"      "saturdays"

[[754]]
[1] "and"     "so"      "i"       "must"    "ask"     "what"    "are"    
[8] "cameras" "for"    

[[755]]
 [1] "simply"  "the"     "the"     "g"       "is"      "digital" "camera" 
 [8] "out"     "there"   "today"   "at"      "this"    "price"   "point"  

[[756]]
character(0)

[[757]]
[1] "i"    "am"   "very" "with" "it"   "so"   "far" 

[[758]]
[1] "the"     "nikon's" "are"     "cameras"

[[759]]
[1] "this"   "camera" "has"    "a"      "design"

[[760]]
[1] "dial"    "is"      "not"     "backlit"

[[761]]
 [1] "i've"    "been"    "with"    "the"     "picture" "and"     "and"    
 [8] "in"      "snow"    "car"     "boat"    "wind"   

[[762]]
 [1] "for"     "those"   "of"      "you"     "you"     "who"     "already"
 [8] "bought"  "this"    "camera"  "i"       "suggest" "buy"     "a"      
[15] "hi"      "ti"      "dye"     "sub"     "photo"   "printer"

[[763]]
 [1] "also"      "the"       "display"   "is"        "hinged"    "and"      
 [7] "it"        "it"        "can"       "be"        "placed"    "in"       
[13] "a"         "myriad"    "of"        "positions" "or"        "to"       
[19] "against"   "any"      

[[764]]
 [1] "i've"    "been"    "looking" "to"      "buy"     "a"       "a"      
 [8] "digital" "camera"  "for"     "long"    "time"    "time"    "and"    
[15] "v"       "decided" "that"    "now"     "was"     "the"    

[[765]]
 [1] "it"       "can"      "be"       "a"        "a"        "point"   
 [7] "and"      "camera"   "but"      "if"       "you"      "do"      
[13] "not"      "intend"   "to"       "get"      "into"     "it's"    
[19] "features" "i'd"      "suggest"  "less"    

[[766]]
 [1] "i"        "i"        "have"     "not"      "much"     "time"    
 [7] "with"     "the"      "software" "so"       "don't"    "know"    
[13] "what"     "to"       "say"      "about"    "it"       "it"      
[19] "other"    "than"     "seems"    "ok"      

[[767]]
 [1] "although" "you"      "may"      "think"    "you're"   "you're"  
 [7] "dealing"  "dealing"  "with"     "with"     "amazon"   "some"    
[13] "second"   "rate"     "store"    "that"     "you've"   "never"   
[19] "heard"    "of"      

[[768]]
 [1] "i"           "i"           "i"           "do"          "not"        
 [6] "know"        "know"        "a"           "whole"       "lot"        
[11] "about"       "photography" "but"         "am"          "to"         
[16] "that"        "this"        "camera"      "can"         "always"     
[21] "perform"     "even"        "as"          "in"          "and"        

[[769]]
 [1] "the"    "the"    "photos" "she"    "took"   "are"    "than"   "i"     
 [9] "got"    "from"   "my"     "nikon"  "slr"    "and"    "range"  "of"    
[17] "lenses"

[[770]]
[1] "built" "and"   "lens" 

[[771]]
 [1] "slr"         "programming" "and"         "and"         "exposure"   
 [6] "exposure"    "control"     "gives"       "you"         "you"        
[11] "latitude"    "to"          "to"          "be"          "yet"        
[16] "its"         "progam"      "auto"        "settings"    "settings"   
[21] "photos"      "if"          "don't"       "want"        "with"       
[26] "the"        

[[772]]
 [1] "i"        "would"    "that"     "that"     "you"      "a"       
 [7] "lexar"    "media"    "cf"       "for"      "the"      "the"     
[13] "camera"   "as"       "sandisk"  "card"     "comes"    "packaged"
[19] "is"       "too"      "too"      "small"    "and"     

[[773]]
[1] "the"        "viewfinder" "is"         "borderuer"  "lcd"       
[6] "scoying"   

[[774]]
[1] "i"    "it"   "over" "the" 

[[775]]
 [1] "the"     "the"     "g"       "gives"   "tons"    "of"      "control"
 [8] "for"     "for"     "photo"   "buffs"   "but"     "still"   "has"    
[15] "an"      "auto"    "mode"    "that"    "makes"   "it"      "very"   
[22] "to"      "use"    

[[776]]
 [1] "i"        "i"        "have"     "not"      "yet"      "seen"    
 [7] "any"      "of"       "the"      "with"     "digital"  "pictures"
[13] "purple"   "fringing" "etc"      "so"       "am"       "very"    

[[777]]
[1] "overall" "i'm"     "with"    "my"      "toy"    

[[778]]
 [1] "the"    "the"    "the"    "strap"  "is"     "and"    "gets"   "in"    
 [9] "way"    "of"     "of"     "parts"  "camera" "you"    "need"   "access"
[17] "to"    

[[779]]
 [1] "have"      "packed"    "a"         "lot"       "in"        "here"     
 [7] "and"       "and"       "and"       "the"       "options"   "controls" 
[13] "are"       "logically" "laid"      "out"      

[[780]]
[1] "i"     "the"   "order"

[[781]]
 [1] "this"          "camera"        "has"           "significantly"
 [5] "more"          "at"            "iso"           "than"         
 [9] "the"           "nikon"        

[[782]]
 [1] "the"    "the"    "the"    "strap"  "is"     "and"    "gets"   "in"    
 [9] "way"    "of"     "of"     "parts"  "camera" "you"    "need"   "access"
[17] "to"    

[[783]]
 [1] "simply"  "the"     "the"     "g"       "is"      "digital" "camera" 
 [8] "out"     "there"   "today"   "at"      "this"    "price"   "point"  

[[784]]
[1] "i"         "did"       "research"  "comparing" "different" "and"      
[7] "megapixel" "cameras"  

[[785]]
 [1] "now"        "there"      "is"         "is"         "one"       
 [6] "more"       "i"          "i"          "i"          "have"      
[11] "about"      "the"        "the"        "the"        "the"       
[16] "g"          "and"        "and"        "that"       "that"      
[21] "software"   "comes"      "with"       "with"       "it"        
[26] "for"        "processing" "raw"        "raw"        "raw"       
[31] "images"     "images"     "only"       "in"         "image"     
[36] "mode"       "first"      "thing"      "did"        "was"       
[41] "replace"    "mbyte"      "mbyte"      "cf"         "cf"        
[46] "a"          "which"      "gives"      "me"         "as"        
[51] "to"        

[[786]]
[1] "this"   "is"     "quite"  "simply" "the"    "you"    "can"    "ask"   
[9] "for"   

[[787]]
 [1] "prior"     "to"        "the"       "the"       "the"       "the"      
 [7] "the"       "none"      "of"        "my"        "digital"   "camera"   
[13] "camera"    "friends"   "mentioned" "between"   "pressing"  "shutter"  
[19] "button"    "and"       "taking"    "picture"  

[[788]]
[1] "dial"    "is"      "not"     "backlit"

[[789]]
[1] "because" "this"    "camera"  "is"     

[[790]]
[1] NA

[[791]]
 [1] "the"         "to"          "to"          "selectively" "switch"     
 [6] "raw"         "format"      "during"      "record"      "review"     
[11] "gives"       "you"         "more"        "post"        "processing" 

[[792]]
 [1] "i've"     "had"      "this"     "for"      "months"   "now"     
 [7] "and"      "i"        "am"       "with"     "my"       "decision"

[[793]]
 [1] "recent"    "price"     "drops"     "have"      "made"      "the"      
 [7] "the"       "g"         "in"        "digital"   "cameras"   "currently"

[[794]]
 [1] "the"     "the"     "are"     "shadow"  "images"  "that"    "look"   
 [8] "as"      "if"      "theyve"  "been"    "with"    "light"   "you"    
[15] "could"   "imagine"

[[795]]
[1] "we"     "also"   "looked" "at"     "the"    "fuji"   "fps"   

[[796]]
[1] "it"      "had"     "a"       "heavier" "and"     "more"    "casing" 

[[797]]
 [1] "not"   "all"   "the"   "time"  "but"   "often" "to"    "be"    "a"    
[10] "real" 

[[798]]
 [1] "for"        "me"         "on"         "the"        "the"       
 [6] "resolution" "setting"    "not"        "maximum"    "but"       
[11] "very"       "close"      "this"       "adds"       "up"        
[16] "to"         "over"       "images"     "with"       "gig"       
[21] "card"      

[[799]]
 [1] "this"     "is"       "a"        "camera"   "you"      "will"    
 [7] "need"     "to"       "to"       "and"      "use"      "in"      
[13] "order"    "its"      "many"     "features"

[[800]]
 [1] "i've"    "been"    "looking" "to"      "buy"     "a"       "a"      
 [8] "digital" "camera"  "for"     "long"    "time"    "time"    "and"    
[15] "v"       "decided" "that"    "now"     "was"     "the"    

[[801]]
[1] "we"     "also"   "looked" "at"     "the"    "fuji"   "fps"   

[[802]]
[1] "sure"

[[803]]
 [1] "one"          "thing"        "is"           "is"           "that"        
 [6] "it"           "it"           "comes"        "with"         "a"           
[11] "mb"           "compactflash" "card"         "and"          "for"         
[16] "most"         "purposes"     "not"         

[[804]]
 [1] "i"      "i"      "have"   "have"   "only"   "had"    "this"   "camera"
 [9] "for"    "one"    "full"   "day"    "and"    "to"     "say"    "that"  
[17] "it"     "is"    

[[805]]
 [1] "megapixels" "is"         "plenty"     "for"        "all"       
 [6] "but"        "and"        "you"        "will"       "not"       
[11] "be"         "with"       "the"        "of"         "this"      
[16] "camera"    

[[806]]
 [1] "its"       "silver"    "magnesium" "finish"    "is"        "and"      
 [7] "and"       "the"       "lines"     "grip"      "are"       "than"     
[13] "any"       "other"     "camera"    "i've"      "seen"     

[[807]]
 [1] "the"       "the"       "the"       "the"       "of"        "naysayers"
 [7] "almost"    "caused"    "me"        "to"        "a"         "a"        
[13] "different" "camera"    "but"       "in"        "end"       "i"        
[19] "figured"   "i'd"       "give"      "g"         "try"      

[[808]]
 [1] "i"       "chose"   "the"     "g"       "because" "of"      "its"    
 [8] "for"     "very"    "images" 

[[809]]
 [1] "this"   "is"     "not"    "the"    "same"   "thing"  "as"     "a"     
 [9] "film"   "camera"

[[810]]
 [1] "battery" "life"    "the"     "to"      "to"      "most"    "digital"
 [8] "cameras" "quote"   "k"       "reeves" 

[[811]]
 [1] "it"      "comes"   "with"    "a"       "written" "manual"  "and"    
 [8] "the"     "curve"   "is"      "not"     "too"     "too"    

[[812]]
 [1] "this"     "this"     "is"       "a"        "a"        "plus"    
 [7] "for"      "those"    "who"      "shifting" "to"       "digital" 
[13] "and"      "the"      "g"        "'s"       "large"    "mobile"  
[19] "screen"   "with"    

[[813]]
[1] "that's" "what"   "i"      "did"    "and"    "this"  

[[814]]
 [1] "it"     "is"     "less"   "but"    "i"      "am"     "never"  "with"  
 [9] "the"    "output"

[[815]]
 [1] "very"    "camera"  "and"     "the"     "digital" "photos"  "you're" 
 [8] "going"   "to"      "get"     "at"      "this"    "price"  

[[816]]
 [1] "i've"     "figured"  "out"      "most"     "of"       "its"     
 [7] "features" "on"       "my"       "own"      "already"  "because" 
[13] "i"        "i"        "have"     "used"     "digital"  "cameras" 
[19] "before"   "so"       "know"     "things"   "symbols" 

[[817]]
[1] "it"    "is"    "and"   "seems" "to"    "be"    "one"   "of"    "the"  

[[818]]
 [1] "i"          "bought"     "a"          "mb"         "card"      
 [6] "by"         "simpletech" "and"        "it"         "with"      
[11] "my"        

[[819]]
 [1] "the"      "the"      "extended" "zoom"     "range"    "and"     
 [7] "lense"    "put"      "it"       "at"       "of"       "it's"    
[13] "class"   

[[820]]
 [1] "it"        "is"        "generally" "a"         "little"    "bit"      
 [7] "but"       "you"       "you"       "get"       "what"      "are"      
[13] "paying"    "for"      

[[821]]
[1] "i"      "did"    "read"   "the"    "manual"

[[822]]
 [1] "when"    "i"       "took"    "outdoor" "photos"  "photos"  "with"   
 [8] "plenty"  "of"      "light"   "and"     "the"     "the"     "objects"
[15] "weren't" "moving"  "were"   

[[823]]
 [1] "you"     "get"     "a"       "a"       "a"       "larger"  "larger" 
 [8] "larger"  "flash"   "flash"   "flash"   "or"      "some"    "are"    
[15] "selling" "with"    "with"    "the"     "the"     "mb"      "will"   
[22] "do"      "in"      "but"     "you'll"  "want"    "card"    "as"     
[29] "any"     "of"      "mp"      "cameras"

[[824]]
 [1] "i've"       "been"       "using"      "the"        "g"         
 [6] "for"        "about"      "six"        "weeks"      "and"       
[11] "it"         "has"        "itself"     "to"         "be"        
[16] "all"        "that"       "it's"       "advertised"

[[825]]
 [1] "you"       "can"       "can"       "use"       "this"      "camera"   
 [7] "out"       "of"        "the"       "the"       "the"       "box"      
[13] "on"        "automatic" "setting"   "or"        "get"       "with"     
[19] "manual"    "settings"  "and"       "what"      "they"      "do"       

[[826]]
[1] "this"   "is"     "quite"  "simply" "the"    "you"    "can"    "ask"   
[9] "for"   

[[827]]
 [1] "whether"       "you"           "are"           "a"            
 [5] "or"            "an"            "its"           "of"           
 [9] "use"           "and"           "functionality" "goes"         
[13] "together"     

[[828]]
[1] "i"        "wanted"   "it"       "to"       "concerts" "as"      

[[829]]
 [1] "i"      "showed" "her"    "how"    "to"     "turn"   "it"     "it"    
 [9] "on"     "where"  "the"    "lens"   "zoom"   "lever"  "is"     "and"   
[17] "she"   

[[830]]
 [1] "maybe"    "if"       "you"      "you"      "delete"   "those"   
 [7] "files"    "before"   "looked"   "at"       "them"     "with"    
[13] "the"      "the"      "the"      "software" "youd"     "see"     
[19] "true"     "raw"      "image"    "that"     "camera"   "actually"
[25] "produces"

[[831]]
 [1] "your"       "your"       "is"         "going"      "to"        
 [6] "do"         "a"          "cannonball" "off"        "the"       
[11] "the"        "diving"     "board"      "so"         "you"       
[16] "and"        "for"        "moment"    

[[832]]
[1] "very"   "menus"  "are"    "a"      "plus"   "on"     "this"   "camera"

[[833]]
 [1] "the"    "the"    "the"    "strap"  "is"     "and"    "gets"   "in"    
 [9] "way"    "of"     "of"     "parts"  "camera" "you"    "need"   "access"
[17] "to"    

[[834]]
 [1] "those"   "used"    "to"      "to"      "mm"      "cameras" "will"   
 [8] "find"    "the"     "g"       "very"    "and"     "use"    

[[835]]
 [1] "i"       "chose"   "the"     "g"       "because" "of"      "its"    
 [8] "for"     "very"    "images" 

[[836]]
 [1] "i"      "have"   "red"    "eye"    "off"    "and"    "i've"   "tried" 
 [9] "adding" "a"      "flash" 

[[837]]
[1] "picture" "this"    ":"      

[[838]]
 [1] "your"       "your"       "is"         "going"      "to"        
 [6] "do"         "a"          "cannonball" "off"        "the"       
[11] "the"        "diving"     "board"      "so"         "you"       
[16] "and"        "for"        "moment"    

[[839]]
[1] "camera" "ever"  

[[840]]
 [1] "from"       "the"        "image"      "color"      "function"  
 [6] "i"          "can"        "say"        "almost"     "everything"

[[841]]
[1] "i"          "can't"      "all"        "that"       "resolution"
[6] "mp"         "x"          "resol"     

[[842]]
[1] "in"      "in"      "my"      "flat"    "monitor" "x"       "resol"  

[[843]]
[1] "anyways"

[[844]]
 [1] "i"        "can"      "imagine"  "that"     "they'd"   "fill"    
 [7] "up"       "my"       "ibook's"  "internal" "memory"  

[[845]]
 [1] "simply"  "the"     "the"     "g"       "is"      "digital" "camera" 
 [8] "out"     "there"   "today"   "at"      "this"    "price"   "point"  

[[846]]
 [1] "the"          "the"          "the"          "were"         "were"        
 [6] "that"         "they"         "not"          "not"          "for"         
[11] "casual"       "photographer" "lcd"          "screen"       "is"          
[16] "a"            "little"       "too"          "small"        "cp"          
[21] "does"         "take"         "photos"       "in"           "raw"         
[26] "format"      

[[847]]
 [1] "getting" "the"     "printer" "to"      "help"    "output"  "them"   
 [8] "was"     "another" "tale"   

[[848]]
 [1] "i"        "would"    "that"     "that"     "you"      "a"       
 [7] "lexar"    "media"    "cf"       "for"      "the"      "the"     
[13] "camera"   "as"       "sandisk"  "card"     "comes"    "packaged"
[19] "is"       "too"      "too"      "small"    "and"     

[[849]]
 [1] "if"     "you"    "use"    "the"    "the"    "the"    "lcd"    "and"   
 [9] "not"    "view"   "finder" "i"      "highly" "camera"

[[850]]
[1] "i"          "can't"      "all"        "that"       "resolution"
[6] "mp"         "x"          "resol"     

[[851]]
[1] "in"      "in"      "my"      "flat"    "monitor" "x"       "resol"  

[[852]]
[1] "anyways"

[[853]]
[1] "photos"    "had"       "some"      "artifacts" "and"      

[[854]]
 [1] "it"         "sometimes"  "takes"      "the"        "the"       
 [6] "picture"    "at"         "some"       "indefinite" "period"    
[11] "of"         "time"       "after"      "you"        "press"     
[16] "shutter"    "button"    

[[855]]
[1] "to"     "get"    "my"     "in"     "a"      "manner"

[[856]]
 [1] "it"       "doesn't"  "do"       "you"      "you"      "you"     
 [7] "any"      "if"       "a"        "camera"   "has"      "all"     
[13] "the"      "features" "but"      "can't"    "access"   "them"    
[19] "them"     "when"     "need"    

[[857]]
 [1] "the"        "the"        "allows"     "you"        "you"       
 [6] "to"         "to"         "change"     "lenses"     "and"       
[11] "it"         "ibm"        "microdrive" "type"       "ii"        
[16] "flash"      "so"         "can"        "have"       "up"        
[21] "gigabyte"   "of"         "storage"   

[[858]]
[1] "this"    "is"      "my"      "first"   "digital" "camera" 

[[859]]
 [1] "the"       "g"         "was"       "slightly"  "curvy"     "with"     
 [7] "a"         "champagne" "finish"    "very"     

[[860]]
 [1] "once"        "i"           "i"           "get"         "lock"       
 [6] "can"         "then"        "then"        "until"       "my"         
[11] "my"          "subject"     "subject"     "a"           "a"          
[16] "pet"         "or"          "strikes"     "an"          "pose"       
[21] "and"         "the"         "shutter"     "with"        "some"       
[26] "probability" "of"          "getting"     "still"       "in"         

[[861]]
 [1] "b"          "the"        "the"        "lens"       "lens"      
 [6] "cover"      "is"         "surely"     "i"          "already"   
[11] "accidently" "finger"     "printed"    "len"        "a"         
[16] "few"        "times"      "and"        "and"        "au"        
[21] "tigt"       "cause"      "potential" 

[[862]]
 [1] "i"        "am"       "using"    "kingston" "mb"       "cf"      
 [7] "which"    "and"      "is"       "very"    

[[863]]
 [1] "whether"       "you"           "are"           "a"            
 [5] "or"            "an"            "its"           "of"           
 [9] "use"           "and"           "functionality" "goes"         
[13] "together"     

[[864]]
[1] "or"    "time"  "and"   "just"  "do"    "it"    "it"    "you"   "won't"

[[865]]
 [1] "whether"       "you"           "are"           "a"            
 [5] "or"            "an"            "its"           "of"           
 [9] "use"           "and"           "functionality" "goes"         
[13] "together"     

[[866]]
[1] "it"     "been"   "a"      "much"   "if"     "this"   "were"   "mp"    
[9] "camera"

[[867]]
[1] "i"      "did"    "read"   "the"    "manual"

[[868]]
 [1] "battery" "life"    "the"     "to"      "to"      "most"    "digital"
 [8] "cameras" "quote"   "k"       "reeves" 

[[869]]
[1] "this"   "camera" "has"    "a"      "design"

[[870]]
 [1] "in"      "the"     "hands"   "of"      "someone" "who"     "doesn't"
 [8] "it"      "will"    "yield"   "on"      "program" "auto"    "mode"   

[[871]]
[1] "the"   "grain" "was"  

[[872]]
[1] "the"   "light" "auto"  "is"   

[[873]]
 [1] "the"      "the"      "the"      "the"      "g"        "had"     
 [7] "had"      "focusing" "in"       "low"      "light"    "and"     
[13] "would"    "not"      "take"     "picture"  "when"     "shutter" 
[19] "shutter"  "was"      "pressed"  "but"      "after"    "been"    
[25] "released" "a"        "few"      "seconds" 

[[874]]
 [1] "i've"          "been"          "using"         "a"            
 [5] "a"             "a"             "a"             "a"            
 [9] "a"             "powershot"     "s"             "for"          
[13] "for"           "nearly"        "year"          "and"          
[17] "and"           "wanted"        "to"            "to"           
[21] "upgrade"       "or"            "megapixel"     "camera"       
[25] "with"          "longer"        "zoom"          "more"         
[29] "adjustability" "shoe"          "an"            "external"     
[33] "flash"         "remote"        "control"      

[[875]]
 [1] "it's"     "slightly" "than"     "the"      "g"        "and"     
 [7] "packed"   "with"     "even"     "more"     "features"

[[876]]
 [1] "recent"    "price"     "drops"     "have"      "made"      "the"      
 [7] "the"       "g"         "in"        "digital"   "cameras"   "currently"

[[877]]
 [1] "then"     "just"     "about"    "all"      "all"      "the"     
 [7] "the"      "the"      "controls" "you"      "have"     "on"      
[13] "metz"     "flash"    "head"     "itself"   "and"      "sca"     
[19] "control"  "panel"    "because"  "they"     "are"     

[[878]]
[1] "i"         "did"       "research"  "comparing" "different" "and"      
[7] "megapixel" "cameras"  

[[879]]
character(0)

[[880]]
 [1] "whether"       "you"           "are"           "a"            
 [5] "or"            "an"            "its"           "of"           
 [9] "use"           "and"           "functionality" "goes"         
[13] "together"     

[[881]]
 [1] "the"        "the"        "allows"     "you"        "you"       
 [6] "to"         "to"         "change"     "lenses"     "and"       
[11] "it"         "ibm"        "microdrive" "type"       "ii"        
[16] "flash"      "so"         "can"        "have"       "up"        
[21] "gigabyte"   "of"         "storage"   

[[882]]
character(0)

[[883]]
 [1] "i"         "recently"  "purchased" "the"       "the"       "powershot"
 [7] "g"         "and"       "am"        "extremely" "with"     

[[884]]
 [1] "to"         "to"         "a"          "a"          "picture"   
 [6] "as"         "raw"        "you"        "have"       "have"      
[11] "the"        "display"    "on"         "this"       "seems like"
[16] "of"         "battery"    "power"     

[[885]]
[1] "lens"       "visible"    "in"         "optical"    "viewfinder"

[[886]]
 [1] "buy"        "it"         "for"        "for"        "of"        
 [6] "processing" "because"    "you"        "want"       "to"        
[11] "use"        "iphoto"     "or"         "whatever"  

[[887]]
 [1] "i've"     "had"      "this"     "for"      "months"   "now"     
 [7] "and"      "i"        "am"       "with"     "my"       "decision"

[[888]]
[1] "but"   "never" "to"   

[[889]]
 [1] "these"     "things"    "may"       "get"       "a"         "lot"      
 [7] "in"        "in"        "the"       "the"       "the"       "the"      
[13] "future"    "but"       "from"      "what"      "i've"      "seen"     
[19] "last"      "few"       "years"     "for"       "digital"   "cameras"  
[25] "isn't"     "advancing" "at"        "pace"      "of"        "pc's"     
[31] "phones"    "and"       "drives"   

[[890]]
[1] "the"    "prints" "are"   

[[891]]
[1] "the"      "highest"  "optical"  "zoom"     "pictures" "are"     

[[892]]
 [1] "from"       "a"          "a"          "dime"       "store"     
 [6] "disposable" "to"         "to"         "to"         "of"        
[11] "the"        "the"        "line"       "eos"        "all"       
[16] "film"       "cameras"    "this"       "moment"     "you"       
[21] "tell"       "them"      

[[893]]
[1] "that"       "a"          "compromise" "between"    "jpeg"      
[6] "and"        "raw"       

[[894]]
 [1] "if"     "you"    "in"     "lots"   "of"     "light"  "and"    "this"  
 [9] "will"   "be"     "your"   "camera"

[[895]]
[1] "everything" "else"       "about"      "the"        "camera"    
[6] "is"        

[[896]]
 [1] "i"        "having"   "the"      "the"      "to"       "manually"
 [7] "control"  "f"        "shutter"  "speed"    "and"      "even"    

[[897]]
[1] "for"         "simple"      "point"       "and"         "photography"
[6] "consider"    "a"           "digital"    

[[898]]
 [1] "and"    "and"    "i"      "let"    "let"    "my"     "kids"   "as"    
 [9] "as"     "many"   "many"   "pics"   "they"   "want"   "them"   "them"  
[17] "review" "on"     "the"    "the"    "camera" "just"   "print"  "ones"  
[25] "which"  "are"    "not"   

[[899]]
[1] "it"      "is"      "made"    "of"      "plastic"

[[900]]
[1] "for"         "simple"      "point"       "and"         "photography"
[6] "consider"    "a"           "digital"    

[[901]]
[1] "get"     "the"     "printer" "and"     "an"      "ex"      "flash"  

[[902]]
 [1] "these"     "things"    "may"       "get"       "a"         "lot"      
 [7] "in"        "in"        "the"       "the"       "the"       "the"      
[13] "future"    "but"       "from"      "what"      "i've"      "seen"     
[19] "last"      "few"       "years"     "for"       "digital"   "cameras"  
[25] "isn't"     "advancing" "at"        "pace"      "of"        "pc's"     
[31] "phones"    "and"       "drives"   

[[903]]
[1] NA

[[904]]
[1] "the"        "remote"     "and"        "fileviewer" "software"  
[6] "bundled"    "for"        "photo"      "is"        

[[905]]
[1] "following" "my"        "research"  "i"         "decided"   "on"       
[7] "the"       "g"        

[[906]]
 [1] "i"       "am"      "still"   "trying"  "to"      "figure"  "out"    
 [8] "the"     "may"     "options" "it"      "has"    

[[907]]
[1] "not"        "the"        "viewfinder" "can"        "get"       
[6] "in"         "instances" 

[[908]]
 [1] "but"       "but"       "the"       "the"       "the"       "lcd"      
 [7] "in"        "those"     "instances" "not"       "mp"        "mp"       

[[909]]
 [1] "after"  "about"  "a"      "a"      "minute" "of"     "trying" "to"    
 [9] "tell"   "me"     "that"   "most"   "people" "use"    "the"    "the"   
[17] "the"    "lcd"    "and"    "not"    "view"   "finder" "they"   "it"    
[25] "was"    "design" "in"     "camera"

[[910]]
 [1] "a"         "a"         "the"       "picture"   "color"     "and"      
 [7] "sharpness" "of"        "focusing"  "are"       "so"        "it"       
[13] "my"        "about"     "digital"   "imaging"   "how"       "could"    
[19] "one"       "one"       "rice"      "grain"     "at"        "time"     
[25] ":"        

[[911]]
 [1] "and"          "the"          "the"          "the"          "body"        
 [6] "construction" "in"           "has"          "quite"        "a"           
[11] "a"            "bit"          "of"           "of"           "plastic"     
[16] "after"        "steel"        "heft"         "s"           

[[912]]
 [1] "it"        "is"        "very"      "simple"    "to"        "to"       
 [7] "import"    "via"       "iphoto"    "and"       "then"      "move"     
[13] "them"      "photoshop"

[[913]]
 [1] "you"        "you"        "you"        "can"        "take"      
 [6] "pictures"   "with"       "with"       "the"        "the"       
[11] "the"        "camera"     "camera"     "held"       "above"     
[16] "your"       "head"       "way"        "down"       "or"        
[21] "beside"     "no"         "allowing"   "to"         "position"  
[26] "for"        "without"    "contorting" "yourself"  

[[914]]
 [1] "i"           "i"           "am"          "am"          "and"        
 [6] "and"         "at"          "the"         "the"         "the"        
[11] "of"          "raw"         "images"      "getting"     "from"       
[16] "this"        "g"           "in"          "conjunction" "with"       
[21] "with"        "my"          "flash"       "system"      "can"        
[26] "easily"      "put"         "up"          "cameras"     "because"    
[31] "ive"         "never"       "seen"        "anything"    "within"     
[36] "its"         "resolution" 

[[915]]
 [1] "when"    "for"     "digital" "cameras" "i"       "looked"  "at"     
 [8] "the"     "the"     "nikon"   "nikon"   "cp"      "cp"      "olympus"
[15] "c"       "and"     "g"      

[[916]]
 [1] "i"      "showed" "her"    "how"    "to"     "turn"   "it"     "it"    
 [9] "on"     "where"  "the"    "lens"   "zoom"   "lever"  "is"     "and"   
[17] "she"   

[[917]]
[1] "my"       "story"    "is"       "based"    "on"       "personal" "usage"   

[[918]]
 [1] "the"         "the"         "g"           "has"         "most"       
 [6] "if"          "not"         "all"         "of"          "of"         
[11] "features"    "that"        "you"         "would"       "want"       
[16] "from"        "a"           "a"           "semi"        "slr"        
[21] "with"        "range"       "manual"      "options"     "for"        
[26] "those"       "who"         "know"        "something"   "about"      
[31] "photography"

[[919]]
 [1] "but"     "once"    "in"      "a"       "while"   "i"       "run"    
 [8] "up"      "against" "it's"    ":"      

[[920]]
character(0)

[[921]]
 [1] "have"      "packed"    "a"         "lot"       "in"        "here"     
 [7] "and"       "and"       "and"       "the"       "options"   "controls" 
[13] "are"       "logically" "laid"      "out"      

[[922]]
 [1] "after"  "about"  "a"      "a"      "minute" "of"     "trying" "to"    
 [9] "tell"   "me"     "that"   "most"   "people" "use"    "the"    "the"   
[17] "the"    "lcd"    "and"    "not"    "view"   "finder" "they"   "it"    
[25] "was"    "design" "in"     "camera"

[[923]]
[1] "the"       "camera"    "arrived"   "and"       "in"        "condition"

[[924]]
 [1] "a"          "a"          "couple"     "of"         "of"        
 [6] "of"         "online"     "camera"     "camera"     "review"    
[11] "sites"      "were"       "extremely"  "as"         "they"      
[16] "provided"   "provided"   "complete"   "exhaustive" "reviews"   
[21] "nearly"     "every"      "made"       "plus"       "number"    
[26] "high"       "resolution" "sample"     "images"     "to"        
[31] "compare"    "amongst"    "the"        "models"    

[[925]]
[1] "the" "g"  

[[926]]
[1] "a"             "use"           "for"           "that"         
[5] "underutilized" "computer"     

[[927]]
 [1] "the"        "the"        "flash"      "is"         "and"       
 [6] "and"        "i"          "to"         "to"         "swap"      
[11] "it"         "it"         "in"         "on"         "connetions"
[16] "camera"     "cf"         "cf"         "bending"    "can"       
[21] "erros"      "or"        

[[928]]
 [1] "one"        "little"     "minor"      "with"       "this"      
 [6] "camera"     "is"         "is"         "that"       "the"       
[11] "the"        "the"        "lens"       "visible"    "in"        
[16] "viewfinder" "but"        "does"       "not"        "from"      
[21] "image"      "at"         "all"       

[[929]]
 [1] "it's"     "to"       "to"       "switch"   "spot"     "metering"
 [7] "and"      "actually" "see"      "it"       "on"       "the"     
[13] "lcd"      "screen"  

[[930]]
 [1] "and"          "the"          "the"          "the"          "body"        
 [6] "construction" "in"           "has"          "quite"        "a"           
[11] "a"            "bit"          "of"           "of"           "plastic"     
[16] "after"        "steel"        "heft"         "s"           

[[931]]
[1] "the"    "prints" "are"   

[[932]]
 [1] "i've"     "tried"    "the"      "the"      "the"      "sony"    
 [7] "s"        "with"     "carl"     "zeiss"    "lens"     "but"     
[13] "pictures" "were"     "too"      "digital" 

[[933]]
 [1] "because"      "it"           "can"          "help"         "a"           
 [6] "so"           "so"           "photographer" "take"         "photos"      

[[934]]
[1] "a"             "use"           "for"           "that"         
[5] "underutilized" "computer"     

[[935]]
 [1] "i"          "was"        "that"       "megapixel"  "photos"    
 [6] "would"      "download"   "more"       "but"        "there's"   
[11] "no"         "difference" "in"         "with"       "the"       
[16] "files"     

[[936]]
[1] "perhaps" "there"   "is"      "a"       "way"     "around"  "this"   

[[937]]
 [1] "this"          "camera"        "has"           "significantly"
 [5] "more"          "at"            "iso"           "than"         
 [9] "the"           "nikon"        

[[938]]
[1] "i"          "can't"      "all"        "that"       "resolution"
[6] "mp"         "x"          "resol"     

[[939]]
[1] "in"      "in"      "my"      "flat"    "monitor" "x"       "resol"  

[[940]]
[1] "anyways"

[[941]]
 [1] "the"        "the"        "flash"      "is"         "and"       
 [6] "and"        "i"          "to"         "to"         "swap"      
[11] "it"         "it"         "in"         "on"         "connetions"
[16] "camera"     "cf"         "cf"         "bending"    "can"       
[21] "erros"      "or"        

[[942]]
 [1] "buy"        "it"         "for"        "for"        "of"        
 [6] "processing" "because"    "you"        "want"       "to"        
[11] "use"        "iphoto"     "or"         "whatever"  

[[943]]
[1] "to"  "say" "the"

[[944]]
 [1] "i"        "would"    "that"     "that"     "you"      "a"       
 [7] "lexar"    "media"    "cf"       "for"      "the"      "the"     
[13] "camera"   "as"       "sandisk"  "card"     "comes"    "packaged"
[19] "is"       "too"      "too"      "small"    "and"     

[[945]]
[1] "photos"    "had"       "some"      "artifacts" "and"      

[[946]]
[1] "the"       "megapixel" "x"         "optical"   "zoom"      "camera"   
[7] "and"      

[[947]]
 [1] "this"   "camera" "also"   "has"    "a"      "feel"   "and"    "weight"
 [9] "to"     "it"    

[[948]]
[1] "i"      "did"    "read"   "the"    "manual"

[[949]]
[1] "that"       "a"          "compromise" "between"    "jpeg"      
[6] "and"        "raw"       

[[950]]
 [1] "i"         "i"         "cant"      "use"       "use"       "my"       
 [7] "my"        "nikon"     "external"  "flash"     "on"        "a"        
[13] "camera"    "but"       "can"       "metz"      "metz"      "with"     
[19] "the"       "the"       "the"       "module"    "and"       "and"      
[25] "extension" "cord"      "connected" "between"   "g"         "ct"       

[[951]]
[1] "i"         "chose"     "the"       "speedlite"

[[952]]
[1] NA

[[953]]
 [1] "battery"  "life"     "is"       "over"     "hours"    "hours"   
 [7] "hours"    "compared" "to"       "about"    "for"      "for"     
[13] "the"      "the"      "g"        "or"       "most"     "nikons"  

[[954]]
[1] "picture" "this"    ":"      

[[955]]
[1] "i"      "am"     "quite"  "with"   "the"    "camera"

[[956]]
 [1] "not"    "very"   "you'll" "find"   "even"   "for"    "a"      "point" 
 [9] "and"    "lens"  

[[957]]
 [1] "bought"     "this"       "product"    "about"      "a"         
 [6] "a"          "month"      "ago"        "and"        "have"      
[11] "used"       "it"         "in"         "of"         "situations"

[[958]]
 [1] "although"   "i"          "i"          "tried"      "contacting"
 [6] "amazon"     "to"         "to"         "see"        "if"        
[11] "if"         "they"       "they"       "can"        "do"        
[16] "anything"   "the"        "the"        "replies"    "got"       
[21] "were"       "as"         "hadn't"     "taken"      "time"      
[26] "read"      

[[959]]
[1] "the" "g"  

[[960]]
 [1] "the"        "the"        "the"        "the"        "the"       
 [6] "the"        "lens"       "lens"       "is"         "is"        
[11] "is"         "visible"    "in"         "viewfinder" "when"      
[16] "set"        "to"         "to"         "wide"       "angle"     
[21] "but"        "since"      "i"          "use"        "lcd"       
[26] "most"       "of"         "of"         "time"       "this"      
[31] "not"        "really"     "much"       "a"          "me"        

[[961]]
[1] "colors"   "pictures" "and"     

[[962]]
 [1] "i"       "just"    "told"    "them"    "press"   "press"   "halfway"
 [8] "for"     "the"     "the"     "the"     "box"     "to"      "turn"   
[15] "green"   "and"     "rest"    "of"      "way"    

[[963]]
 [1] "this"     "is"       "a"        "camera"   "you"      "will"    
 [7] "need"     "to"       "to"       "and"      "use"      "in"      
[13] "order"    "its"      "many"     "features"

[[964]]
 [1] "i"       "am"      "still"   "trying"  "to"      "figure"  "out"    
 [8] "the"     "may"     "options" "it"      "has"    

[[965]]
 [1] "this"     "is"       "my"       "first"    "digital"  "camera"  
 [7] "and"      "i"        "couldn't" "be"      

[[966]]
[1] "an"       "event"    "that"     "involves" "dogs"     "running"  "and"     
[8] "jumping"  "hurdles" 

[[967]]
 [1] "and"    "with"   "the"    "the"    "the"    "the"    "you"    "you"   
 [9] "could"  "print"  "for"    "life"   "of"     "camera"

[[968]]
 [1] "the"      "the"      "the"      "ct"       "flash"    "flash"   
 [7] "head"     "can"      "actually" "be"       "reversed" "degrees" 
[13] "and"      "then"     "tilted"   "enabling" "you"      "you"     
[19] "to"       "bounce"   "off"      "walls"    "behind"  

[[969]]
 [1] "personally" "i"          "believe"    "it"         "even"      
 [6] "the"        "g"          "in"         "terms"      "of"        
[11] "less"       "and"        "real"       "colors"    

[[970]]
 [1] "manual"        "functionality" "is"            "is"           
 [5] "is"            "downloading"   "pictures"      "and"          
 [9] "and"           "a"             "the"          

[[971]]
 [1] "while"    "light"    "it"       "will"     "not"      "easily"  
 [7] "go"       "in"       "small"    "handbags" "or"       "pockets" 

[[972]]
[1] "always"   "remember" "cameras"  "don't"    "take"     "pictures" "people"  
[8] "do"      

[[973]]
[1] "it"           "surpasses"    "my"           "expectations" "in"          
[6] "a"            "mp"           "camera"      

[[974]]
 [1] "it"         "is"         "also"       "one"        "of"        
 [6] "of"         "the"        "the"        "few"        "electronic"
[11] "items"      "that"       "out"        "box"       

[[975]]
 [1] "but"      "if"       "you've"   "used"     "a"        "slr"     
 [7] "mm"       "camera"   "the"      "controls" "are"      "very"    

[[976]]
 [1] "this"     "is"       "the"      "camera"   "for"      "a"       
 [7] "photo"    "hobbiest" "who"      "wants"    "to"       "have"    
[13] "point"    "and"      "as"      

[[977]]
 [1] "i'm"         "one"         "one"         "of"          "those"      
 [6] "people"      "that"        "that"        "can"         "only"       
[11] "concentrate" "on"          "on"          "screen"      "at"         
[16] "a"           "time"        "so"          "i've"        "been"       
[21] "having"      "paying"      "to"          "the"         "little"     
[26] "display"     "panel"       "but"         "doesn't"     "me"         
[31] "from"        "this"        "camera"     

[[978]]
 [1] "the"          "zooming"      "lever"        "is"           "i"           
 [6] "it"           "does"         "not"          "operate"      "mechanically"
[11] "otherwise"    "you'll"       "feel"        

[[979]]
[1] "there's" "really"  "very"    "little"  "about"   "g"       "images" 
[8] "to"     

[[980]]
 [1] "i"          "also"       "discovered" "the"        "the"       
 [6] "the"        "the"        "exposure"   "exposure"   "bracket"   
[11] "setting"    "which"      "enables"    "you"        "to"        
[16] "take"       "three"      "exposures"  "with"       "one"       
[21] "one"        "one"        "press"      "of"         "shutter"   
[26] ":"          "first"      "at"         "camera"     "then"      
[31] "and"       

[[981]]
 [1] "as"       "of"       "this"     "writing"  "has"      "has"     
 [7] "not"      "the"      "lock"     "time"     "for"      "point"   
[13] "and"      "and"      "digicams" "anyone"   "who"      "is"      
[19] "with"     "it"       "simply"   "never"    "used"     "a"       
[25] "film"     "slr"     

[[982]]
 [1] "i"       "didn't"  "much"    "for"     "the"     "tilting" "lcd"    
 [8] "screen"  "it"      "seemed"  "very"    "very"    "and"     "not"    
[15] "usefull"

[[983]]
 [1] "i"          "can"        "of"         "course"     "buy"       
 [6] "such"       "a"          "tool"       "off"        "the"       
[11] "shelves"    "separately" "but"        "if"         "it"        
[16] "comes"      "with"       "my"         "camera"    

[[984]]
 [1] "after"     "charging"  "my"        "card"      "for"       "for"      
 [7] "the"       "the"       "camera"    "and"       "expedited" "shipping" 
[13] "business"  "days"      "later"     "they"      "still"     "hadn't"   
[19] "shipped"   "product"  

[[985]]
 [1] "they"  "they"  "said"  "it"    "is"    "in"    "stock" "but"   "are"  
[10] "too"   "busy" 

[[986]]
 [1] "megapixels" "is"         "plenty"     "for"        "all"       
 [6] "but"        "and"        "you"        "will"       "not"       
[11] "be"         "with"       "the"        "of"         "this"      
[16] "camera"    

[[987]]
[1] "i"     "give"  "it"    "stars"

[[988]]
 [1] "despite"     "this"        "minor"       "i"           "highly"     
 [6] "the"         "g"           "anyone"      "who"         "is"         
[11] "serious"     "about"       "digital"     "photography"

[[989]]
 [1] "bought"     "this"       "product"    "about"      "a"         
 [6] "a"          "month"      "ago"        "and"        "have"      
[11] "used"       "it"         "in"         "of"         "situations"

[[990]]
[1] "built" "and"   "lens" 

[[991]]
 [1] "for"       "those"     "who"       "have"      "this"      "this"     
 [7] "metz"      "metz"      "flash"     "or"        "the"       "the"      
[13] "the"       "the"       "the"       "the"       "cl"        "and"      
[19] "and"       "would"     "to"        "get"       "ultimate"  "out"      
[25] "of"        "g"         "module"    "you"       "need"      "is"       
[31] "is"        "sca"       "sca"       "connector" "cord"      "c"        

[[992]]
 [1] "a"         "a"         "the"       "picture"   "color"     "and"      
 [7] "sharpness" "of"        "focusing"  "are"       "so"        "it"       
[13] "my"        "about"     "digital"   "imaging"   "how"       "could"    
[19] "one"       "one"       "rice"      "grain"     "at"        "time"     
[25] ":"        

[[993]]
 [1] "if"    "you"   "you"   "don't" "have"  "a"     "a"     "gray"  "card" 
[10] "can"   "use"   "plain" "piece" "of"    "paper"

[[994]]
[1] "it"       "takes"    "pictures" "operates" "and"      "feels"   

[[995]]
 [1] "and"       "as"        "i"         "said"      "in"        "my"       
 [7] "review"    "of"        "of"        "the"       "s"         "all"      
[13] "these"     "digital"   "cameras"   "are"       "to"        "use"      
[19] "with"      "apple"     "computers"

[[996]]
[1] "the"       "powershot" "g"         "is"        "a"         "camera"   

[[997]]
 [1] "maybe"      "it"         "is"         "my"         "of"        
 [6] "experience" "but"        "i"          "shots"      "with"      
[11] "this"       "camera"     "very"      

[[998]]
 [1] "what"    "i"       "really"  "want"    "is"      "a"       "a"      
 [8] "digital" "slr"     "with"    "full"    "frame"   "sensor"  "that"   
[15] "will"    "take"    "my"      "nikon"   "lenses" 

[[999]]
[1] "i"      "would"  "a"      "larger" "flash"  "card"   "at"     "least" 
[9] "mb"    

[[1000]]
 [1] "you"       "you"       "can"       "have"      "different" "of"       
 [7] "lens"      "if"        "want"      "flashes"   "etc"      

[[1001]]
 [1] "it"         "is"         "also"       "one"        "of"        
 [6] "of"         "the"        "the"        "few"        "electronic"
[11] "items"      "that"       "out"        "box"       

[[1002]]
 [1] "the"        "the"        "flash"      "is"         "and"       
 [6] "and"        "i"          "to"         "to"         "swap"      
[11] "it"         "it"         "in"         "on"         "connetions"
[16] "camera"     "cf"         "cf"         "bending"    "can"       
[21] "erros"      "or"        

[[1003]]
[1] "it"     "is"     "a"      "camera" "and"    "the"    "price" 

[[1004]]
 [1] "the"        "camera"     "is"         "a"          "to"        
 [6] "operate"    "in"         "in"         "automode"   "but"       
[11] "also"       "gives"      "tremendous" "aperture"   "shutter"   
[16] "and"        "manual"     "modes"     

[[1005]]
 [1] "i"             "over"          "photos"        "at"           
 [5] "my"            "my"            "goddaughter's" "party"        
 [9] "without"       "switching"     "out"           "to"           
[13] "backup"        "battery"      

[[1006]]
 [1] "the"      "the"      "the"      "optical"  "zoom"     "zoom"    
 [7] "zoom"     "and"      "x"        "digital"  "digital"  "is"      
[13] "a"        "a"        "very"     "addition" "although" "pictures"
[19] "at"       "highest"  "are"      "little"  

[[1007]]
 [1] "you"      "could"    "take"     "a"        "a"        "picture" 
 [7] "of"       "stone"    "in"       "the"      "the"      "the"     
[13] "and"      "and"      "still"    "glaze"    "get"      "contours"

[[1008]]
 [1] "if"     "you"    "use"    "the"    "the"    "the"    "lcd"    "and"   
 [9] "not"    "view"   "finder" "i"      "highly" "camera"

[[1009]]
[1] "the"      "moveable" "lcd"      "screen"   "is"      

[[1010]]
[1] NA

[[1011]]
 [1] "a"          "a"          "photostich" "software"   "for"       
 [6] "stiching"   "your"       "pics"       "into"       "view"      

[[1012]]
 [1] "for"        "me"         "on"         "the"        "the"       
 [6] "resolution" "setting"    "not"        "maximum"    "but"       
[11] "very"       "close"      "this"       "adds"       "up"        
[16] "to"         "over"       "images"     "with"       "gig"       
[21] "card"      

[[1013]]
 [1] "i'm"        "decided"    "to"         "keep"       "the"       
 [6] "mp"         "resolution" "and"        "upon"       "it"        
[11] "with"       ";"         

[[1014]]
 [1] "i"        "i"        "i"        "charged"  "charged"  "it"      
 [7] "it"       "up"       "the"      "the"      "day"      "got"     
[13] "took"     "a"        "bunch"    "of"       "pictures" "and"     
[19] "don't"    "think"    "battery"  "has"      "budged"   "from"    

[[1015]]
 [1] "i'd"         "highly"      "this"        "camera"      "for"        
 [6] "for"         "anyone"      "who"         "is"          "looking"    
[11] "pictures"    "and"         "and"         "a"           "combination"
[16] "of"          "of"          "use"         "the"         "to"         
[21] "to"          "get"         "with"        "many"        "options"    
[26] "adjust"      "if"          "you"        

[[1016]]
 [1] "it"       "can"      "be"       "a"        "a"        "point"   
 [7] "and"      "camera"   "but"      "if"       "you"      "do"      
[13] "not"      "intend"   "to"       "get"      "into"     "it's"    
[19] "features" "i'd"      "suggest"  "less"    

[[1017]]
 [1] "i've"     "had"      "the"      "camera"   "for"      "about"   
 [7] "two"      "weeks"    "and"      "hundreds" "of"       "pictures"
[13] "so"       "far"     

[[1018]]
 [1] "the"        "the"        "the"        "the"        "the"       
 [6] "the"        "the"        "only"       "two"        "minor"     
[11] "i"          "have"       "with"       "camera"     "are"       
[16] "lens"       "lens"       "cap"        "it"         "it"        
[21] "is"         "not"        "not"        "very"       "snug"      
[26] "and"        "and"        "can"        "come"       "off"       
[31] "too"        "easily"     "itself"     "partially"  "view"      
[36] "through"    "through"    "viewfinder" "but"        "views"     
[41] "lcd"       

[[1019]]
 [1] "the"     "the"     "are"     "shadow"  "images"  "that"    "look"   
 [8] "as"      "if"      "theyve"  "been"    "with"    "light"   "you"    
[15] "could"   "imagine"

[[1020]]
 [1] "all"       "cameras"   "except"    "g"         "were"      "mp"       
 [7] "but"       "i"         "was"       "looking"   "for"       "a"        
[13] "lot"       "more"      "than"      "just"      "megapixel" "power"    

[[1021]]
[1] "i"      "can't"  "write"  "things" "about"  "this"   "little" "camera"

[[1022]]
 [1] "after"  "about"  "a"      "a"      "minute" "of"     "trying" "to"    
 [9] "tell"   "me"     "that"   "most"   "people" "use"    "the"    "the"   
[17] "the"    "lcd"    "and"    "not"    "view"   "finder" "they"   "it"    
[25] "was"    "design" "in"     "camera"

[[1023]]
 [1] "the"     "the"     "the"     "larger"  "lens"    "of"      "g"      
 [8] "gives"   "picture" "in"      "low"     "light"   "and"     "times"  
[15] "optical" "zooms"   "gets"    "you"     "just"    "that"    "much"   
[22] "closer" 

[[1024]]
 [1] "the"      "the"      "the"      "second"   "is"       "by"      
 [7] "more"     "direct"   "lighting" "from"     "metz"     "with"    
[13] "shadows" 

[[1025]]
[1] "the"   "image" "is"   

[[1026]]
 [1] "i"      "have"   "red"    "eye"    "off"    "and"    "i've"   "tried" 
 [9] "adding" "a"      "flash" 

[[1027]]
 [1] "the"      "the"      "photo"    "is"       "and"      "i"       
 [7] "know"     "i'm"      "going"    "to"       "have"     "with"    
[13] "all"      "features"

[[1028]]
[1] "some"   "things" "that"   "i"      "didn't" "but"    "hey"   

[[1029]]
[1] "nothing" "is"     

[[1030]]
 [1] "flash"  "photos" "are"    "never"  "and"    "there"  "was"    "still" 
 [9] "a"      "lot"    "of"    

[[1031]]
[1] "very"   "menus"  "are"    "a"      "plus"   "on"     "this"   "camera"

[[1032]]
[1] "what"    "do"      "they"    "perform"

[[1033]]
 [1] "my"             "only"           "suggestion"     "is"            
 [5] "to"             "to"             "get"            "a"             
 [9] "lens"           "lens"           "lens"           "lens"          
[13] "help"           "the"            "the"            "the"           
[17] "coating"        "will"           "wear"           "out"           
[21] "after"          "so"             "many"           "wipes"         
[25] "and"            "and"            "i'm"            "getting"       
[29] "those"          "mm"             "adapter"        "uv"            
[33] "filter"         "at"             "lensmateonline" "com"           

[[1034]]
 [1] "a"           "could"       "be"          "cf"          "type"       
 [6] "ii"          "microdrives" "that"        "can"         "store"      
[11] "around"      "gb"          "of"          "images"     

[[1035]]
[1] "despite" "these"   "grieps"  "i"       "still"   "the"     "camera" 

[[1036]]
 [1] "and"       "with"      "the"       "stitch"    "mode"      "it"       
 [7] "guides"    "you"       "through"   "stitching" "together"  "multiple" 
[13] "pictures"  "to"        "a"         "image"    

[[1037]]
 [1] "with"      "you"       "get"       "pictures"  "that"      "appear"   
 [7] "to"        "be"        "photos"    "not"       "still"     "camcorder"
[13] "shots"    

[[1038]]
 [1] "i'm"     "that"    "with"    "the"     "the"     "easily"  "removed"
 [8] "lens"    "lens"    "cap"     "i"       "may"    

[[1039]]
 [1] "i"         "push"      "the"       "the"       "button"    "down"     
 [7] "halfway"   "first"     "to"        "autofocus"

[[1040]]
[1] "i"          "can't"      "all"        "that"       "resolution"
[6] "mp"         "x"          "resol"     

[[1041]]
[1] "in"      "in"      "my"      "flat"    "monitor" "x"       "resol"  

[[1042]]
[1] "anyways"

[[1043]]
[1] "for"         "simple"      "point"       "and"         "photography"
[6] "consider"    "a"           "digital"    

[[1044]]
 [1] "if"       "you"      "don't"    "believe"  "me"       "on"      
 [7] "that"     "check"    "the"      "the"      "consumer" "reports" 
[13] "review"   "review"   "as"       "as"       "many"     "digital" 
[19] "camera"   "sites"    "out"      "there"   

[[1045]]
[1] "everything" "else"       "about"      "the"        "camera"    
[6] "is"        

[[1046]]
 [1] "i"          "looked"     "at"         "both"       "both"      
 [6] "the"        "the"        "the"        "the"        "nikon"     
[11] "coolpix"    "and"        "and"        "and"        "and"       
[16] "g"          "g"          "decided"    "on"         "due"       
[21] "to"         "to"         "ergonomics" "much"       "more"      
[26] "hold"       "use"        "price"     

[[1047]]
 [1] "it"        "is"        "very"      "simple"    "to"        "to"       
 [7] "import"    "via"       "iphoto"    "and"       "then"      "move"     
[13] "them"      "photoshop"

[[1048]]
 [1] "some"       "some"       "feature"    "i"          "i"         
 [6] "could"      "could"      "turn"       "on"         "or"        
[11] "or"         "off"        "attachment" "get"       

[[1049]]
 [1] "it"        "is"        "generally" "a"         "little"    "bit"      
 [7] "but"       "you"       "you"       "get"       "what"      "are"      
[13] "paying"    "for"      

[[1050]]
 [1] "bottom"   "line"     "camera"   "very"     "and"      "and"     
 [7] "features" "to"       "to"       "the"      "use"      "external"
[13] "flash"    "lense"    "filters"  "choices" 

[[1051]]
[1] "the"      "highest"  "optical"  "zoom"     "pictures" "are"     

[[1052]]
 [1] "the"    "the"    "the"    "the"    "two"    "i"      "i"      "knew"  
 [9] "to"     "with"   "are"    "very"   "long"   "time"   "before" "it"    
[17] "locks"  "even"   "in"     "in"     "light"  "light"  "and"    "of"    
[25] "built"  "flash" 

[[1053]]
 [1] "but"      "once"     "youve"    "got"      "your"     "exposure"
 [7] "within"   "an"       "range"    "the"      "g"        "is"      
[13] "shown"    "to"       "produce"  "images"   "that"     "i"       
[19] "can"      "hardly"   "get"      "with"     "my"       "nikon"   
[25] "f"        "film"     "camera"  

[[1054]]
 [1] "there"       "are"         "actually"    "several"     "differences"
 [6] "differences" "between"     "the"         "the"         "the"        
[11] "g"           "g"           "and"         "and"         "such"       
[16] "as"          "in"          "continuous"  "optical"     "lens"       
[21] "control"     "layout"      "playback"    "zoom"        "image"      
[26] "processing"  "so"          "on"         

[[1055]]
[1] "i"          "can't"      "all"        "that"       "resolution"
[6] "mp"         "x"          "resol"     

[[1056]]
[1] "in"      "in"      "my"      "flat"    "monitor" "x"       "resol"  

[[1057]]
[1] "anyways"

[[1058]]
[1] "some" "of"   "the"  "over" "g"   

[[1059]]
[1] "trips"

[[1060]]
 [1] "it"       "doesn't"  "do"       "you"      "you"      "you"     
 [7] "any"      "if"       "a"        "camera"   "has"      "all"     
[13] "the"      "features" "but"      "can't"    "access"   "them"    
[19] "them"     "when"     "need"    

[[1061]]
 [1] "i"        "i"        "have"     "have"     "returned" "the"     
 [7] "g"        "g"        "actually" "tried"    "two"      "of"      
[13] "them"     "and"      "my"      

[[1062]]
 [1] "this"    "is"      "my"      "first"   "digital" "camera"  "and"    
 [8] "i"       "am"      "very"    "with"    "it"     

[[1063]]
 [1] "after"      "doing"      "a"          "hands"      "on"        
 [6] "comparison" "between"    "the"        "the"        "the"       
[11] "the"        "nikon"      "coolpix"    "and"        "and"       
[16] "sony"       "dsc"        "f"          "both"       "of"        
[21] "of"         "of"         "which"      "feel"       "or"        
[26] "features"   "g"          "g"          "i"          "ultimately"
[31] "chose"      "because"    "its"        "image"      "resolution"
[36] "coloration" "are"       

      element_id sentence_id           negative
   1:          1           1                   
   2:          2           1 wait,restless,fire
   3:          3           1                   
   4:          4           1                   
   5:          5           1                   
  ---                                          
1059:        996           1                   
1060:        997           1                   
1061:        998           1                   
1062:        999           1                   
1063:       1000           1               lack
                                    neutral
   1:             most,of,the,time,my,g,...
   2:             once,i,i,get,lock,can,...
   3:          i,can,of,course,buy,such,...
   4:           it,is,very,simple,to,to,...
   5:   it's,to,to,switch,spot,metering,...
  ---                                      
1059:                                 trips
1060:         it,doesn't,do,you,you,you,...
1061:        i,i,have,have,returned,the,...
1062:   this,is,my,first,digital,camera,...
1063: after,doing,a,hands,on,comparison,...
                                  positive
   1:                         well behaved
   2: focus,focus,child,amusing,reasonable
   3:                                helps
   4:                                     
   5:                        great,working
  ---                                     
1059:                                     
1060:                         good,quickly
1061:                                     
1062:                              pleased
1063: quality,quality,outstanding,superior
                                                                                                                                                                                                                                                                 sentence
   1:                                                                                                                                                                                                                   Most of the time, my g3 is a well-behaved camera.
   2:                                                      Once I get focus lock, I can then wait until my restless subject ( a pet or a child ) strikes an amusing pose and then fire the shutter with some reasonable probability of getting my subject still in focus.
   3:                                                                                                                                                                    I can of course buy such a tool off the shelves separately but helps if it comes with my camera.
   4:                                                                                                                                                                                           It is very simple to import via iphoto 2 and then move them to photoshop.
   5:                                                                                                                                                                                It's great to switch to spot metering and actually see it working on the lcd screen.
  ---                                                                                                                                                                                                                                                                    
1059:                                                                                                                                                                                                                                                              Trips.
1060:                                                                                                                                                   It doesn't do you any good if a camera has all the features but you can't access them quickly when you need them!
1061:                                                                                                                                                                                             I have returned the g3 ( actually I tried two of them ) and have my g2!
1062:                                                                                                                                                                                                     This is my first digital camera, and I am very pleased with it.
1063: After doing a hands-on comparison between the nikon coolpix 5700 and sony dsc-f 717 ( both of which lack the quality, feel, or features of the g3 ), I ultimately chose the g3 because of its outstanding image quality ( resolution and coloration are superior ).
            words polarity  n
   1:     quality     1.00 62
   2: easy to use     1.00 23
   3:     quickly     1.00 15
   4:   excellent     1.00 14
   5:         pro     1.00 10
  ---                        
1648:      uneasy    -1.00  1
1649:  would have    -1.05  8
1650:    would be    -1.05  3
1651:    too many    -2.00  3
1652:    too much    -2.00  3
       element_id sentence_id      words polarity
    1:          1           1       most     0.00
    2:          1           1         of     0.00
    3:          1           1        the     0.00
    4:          1           1       time     0.00
    5:          1           1         my     0.00
   ---                                           
17114:       1000           1 resolution     0.00
17115:       1000           1        and     0.00
17116:       1000           1 coloration     0.00
17117:       1000           1        are     0.00
17118:       1000           1   superior     0.75
Loading required package: RColorBrewer
           words polarity  n
  1:     quality      1.0 62
  2: easy to use      1.0 23
  3:     quickly      1.0 15
  4:   excellent      1.0 14
  5:         pro      1.0 10
 ---                        
265:  technology      0.1  6
266:      breeze      0.1  3
267:     reading      0.1  2
268: proprietary      0.1  1
269:       build      0.1  1
There were 50 or more warnings (use warnings() to see the first 50)
There were 50 or more warnings (use warnings() to see the first 50)
There were 50 or more warnings (use warnings() to see the first 50)

sentimentr documentation built on Oct. 12, 2021, 9:06 a.m.