Sponsored Content
Operating Systems Linux Fedora Cannot view the files on the smartphone anymore Post 303013001 by milhan on Tuesday 13th of February 2018 02:26:08 PM
Old 02-13-2018
Hi,

Update: I just noticed, when I open the image file with GIMP it works fine. It just doesn't work with gpicview Image Viewer anymore and gpicview is up-to-date. Thanks.
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

view log files

i have this unix version "unix v/386" and i want to view the log files how i can do it? regards (5 Replies)
Discussion started by: sak900354
5 Replies

2. Shell Programming and Scripting

View files in columns

Can some on say how in simplest way to implement the following: I have two files: 1) some some some 2) another another another I need to get third file: 3) some another some another some another (1 Reply)
Discussion started by: mirusnet
1 Replies

3. Shell Programming and Scripting

To view .gz files without decompressing it

hi, I have a file called Archiver1.gz how to view this file without doing gunzip on it i.e. decompressing it i tried this command but its not working: gzcat Archiver1.gz | tail -10 (4 Replies)
Discussion started by: ali560045
4 Replies

4. UNIX for Dummies Questions & Answers

To view compressed files

Hello All I compressed a file hello by using compress command compress hello ( enter ) i got the file as hello.z 1. My question is how can i see the file hello.z 2. How can i uncompress it back to change it to filename hello thanks (4 Replies)
Discussion started by: supercops
4 Replies

5. News, Links, Events and Announcements

Android Captures Smartphone Lead In U.S.

Reference (1 Reply)
Discussion started by: Neo
1 Replies

6. Linux

Linux and Smartphone

Is there any linux smartphone? (2 Replies)
Discussion started by: techslate
2 Replies
PGMTOIMGV(1)						      General Commands Manual						      PGMTOIMGV(1)

NAME
pgmtoimgv - Portable Graymap to Pilot Image Viewer converter, version 2.0. SYNOPSIS
pgmtoimgv [-h] [-v] [-4] [-t title] [-n notefile] [-{c|m|u}] [in [out]] DESCRIPTION
pgmtoimgv is a simple filter for converting Portable Graymaps to grayscale Pilot Image Viewer pdb files. The input pgm file must use the following palette unless you specify the -4 switch: P3 4 1 255 0 0 0 85 85 85 170 170 170 255 255 255 if you specify -4, then your grayscale image must use this palette: P3 16 1 255 0 0 0 17 17 17 34 34 34 51 51 51 68 68 68 85 85 85 102 102 102 119 119 119 136 136 136 153 153 153 170 170 170 187 187 187 204 204 204 221 221 221 238 238 238 255 255 255 If your PGM file doesn't use one of these palettes, use ppmquant(1) to convert your palette. If an image's width is not a multiple of 16 pixels, enough extra white pixels will be added at the right side to ensure alignment. Images will be padded, with white pixels, to a width and height of 160 if needed. OPTIONS
-h Display a short summary of the command line options and exit. -v Display the version and exit. -4 Use 4 bit grayscale (16 shades of gray). -t title Specify the title of the image (up to 31 characters). -n notefile Specify the note file. No note is attached to the image by default. -c Produce a compressed image. -m Produce a compressed image if it is smaller than the uncompressed version. This is the default compression mode. -u Produce an uncompressed image. in The input file. The default is the standard input. out The output file. The default is the standard output. SEE ALSO
imgvinfo(1), imgvtopnm(1), imgvview(1), pbmtoimgv(1), ppmimgvquant(1), pbm(5), pgm(5). BUGS
Bug reports should be sent to Eric A. Howe (mu@trends.net). LICENSE
Copyright (C) 1997,1998 Eric A. Howe <http://www.trends.net/~mu>. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Sept 1997 PGMTOIMGV(1)
All times are GMT -4. The time now is 09:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy