Sponsored Content
Special Forums UNIX and Linux Applications increase size of original KolourPaint object Post 302655387 by slak0 on Wednesday 13th of June 2012 05:58:10 AM
Old 06-13-2012
[SOLVED} increase size of original KolourPaint object

I was able to find a means to increase the size of a bmp file.
1) Use convert (Slackware command from ImageMagick) to create a postscript file.
2) Use gv to view the created file.
3) There are several options tp increase the size of the PS file. I used 10x and the image is beautiful with complete color transferance.
4) I have not yet tested converting the PS to bmp after increasing the size but feel it is likely an direct method.
Thnx for info but I think this solves my problem. Admit it requires a second application but it is so direct it works for me.
 

9 More Discussions You Might Find Interesting

1. HP-UX

increase size

Hi All, one of the mount point in Hp ux server has reached 95% its a data base file and can not be deleted. so i want to know how to increase the size of mount point i am new to unix ,please help me (1 Reply)
Discussion started by: jyoti
1 Replies

2. Solaris

how to increase the size of the allotment

Hi all, I have a 130gb HDD of which 95b is taken up by various partitions of windows xp... I partitioned my HDD and gave solaris 10gb of space, but now owing to some development stuff i need to increase the space!!! How do i do it!! Please note that i do have ~20gb of space left still...... (2 Replies)
Discussion started by: wrapster
2 Replies

3. UNIX for Dummies Questions & Answers

Increase salt size

Unix protect its password by using salt It that mean larger the salt size the more secure? if the salt size increase greatly, will the password still able to be cracked? thank you for helping (1 Reply)
Discussion started by: cryogen
1 Replies

4. Solaris

increase metadevice size

Hi, I am having two metadevices d50 and d100 which are used to created soft partitions as and when required. d50 and d100 are metadevices formed on different disks. d50 -- disks 0 & 1 d100 -- disks 2 & 3 I have a soft partition d70 os 50 GB on d50. Now there is no free space on d50. ... (1 Reply)
Discussion started by: sag71155
1 Replies

5. Shell Programming and Scripting

The scripts not able to make the file to size 0, every times it go back to its original size

#!/bin/sh ########################################################################################################## #This script is being used for AOK application for cleaning up the .out files and zip it under logs directory. # IBM # Created #For pdocap201/pdoca202 .out files for AOK #1.... (0 Replies)
Discussion started by: mridul10_crj
0 Replies

6. UNIX for Dummies Questions & Answers

swap memory and original size of HD

few questions a. where can I find the RAM of a server? im about to install redhat on a server (reformat). need to know because it will be my basis for swap size. i saw something line 3048MB detected upon boot. is this the memory? b. what is the command in lunux to check the original size of... (2 Replies)
Discussion started by: lhareigh890
2 Replies

7. UNIX for Dummies Questions & Answers

Increase size to sd[b-c]

hi guys I am working on my vmware workstation. I have a /dev/sdb which is 5GB. I am using LVM. Now I increase /dev/sdb 2 more GB. fdisk -l shows 7 GB but pvscan still shows 5GB. how do I make my system recognize the new 7GB added and be able to add those to my physical volumen and... (1 Reply)
Discussion started by: kopper
1 Replies

8. Red Hat

Increase Font size

Hi friends I want increase font size in linux can anybody help me plese Example:this is my in put Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup00-LogVol00 18G 2.5G 14G 15% / /dev/sda2 ... (1 Reply)
Discussion started by: vasuibm
1 Replies

9. What is on Your Mind?

How Can We Increase the Size of Our Community?

Any suggestions on how to increase the number of posters and contributors? Please vote and write in your suggestions. Thank you! (72 Replies)
Discussion started by: Neo
72 Replies
MISSING(7)						     Linux Programmer's Manual							MISSING(7)

NAME
missing - missing manual pages DESCRIPTION
This manual page intends to document which manual pages are missing in various sections. Bug reports against the package manpages-dev or manpages were opened for all of them through the Debian Bug Tracking System (BTS). Some of these bug reports were reported upstream while some weren't. Upstream, however, is not able to create arbitrary manpages without additional information and additional spare time. Hence, it's completely useless to simply report them upstream. Manpages represent an important means of documentation which can easily be read and converted into various formats. They are very helpful for checking how things work, rather than for a tutorial. If you notice that more pages are missing, please try to find additional infor- mation and report it as wishlist bug against this package. If you are confident with the issue, please write up a preliminary manpage and attach it to the bug report. It doesn't matter if your Eng- lish is bad or if you mixed up markup, as long as the content can be used as source for a new manpage. A detailed documentation on how to write manpages is available in man(7). When writing manual pages please ensure that they are conforming with The Single UNIX Specification (see below). Linux ought to be con- forming to this specification. Differences need to be documented, in additional sections, though. MISSING PAGES
The following is a list of missing pages sorted by section and bug number. If you can contribute content or even a manual page, please send a mail to nnnnn@bugs.debian.org where nnnnn refers to the bug number from below. Section 3 - Library calls Bug#123999 obstack_alloc(3) - allocate memory obstack_free(3) - free formerly allocated memory obstack_copy(3) - allocate block with content obstack_copy0(3) - allocate block with content, zero terminated obstack_blank(3) - increase object size obstack_grow(3) - increase object size with content obstack_grow0(3) - increase object size with content, zero term. obstack_1grow(3) - increase object size by 1 character obstack_ptr_grow(3) - increase object size by value of pointer obstack_int_grow(3) - increase object size by sizeof(int) obstack_finish(3) - finish growing of an obstack object obstack_object_size(3) - return the size of an obstack object obstack_room(3) - available room in current chunk obstack_1grow_fast(3) - fast increase object size by 1 character obstack_ptr_grow_fast(3) - fast increase object by pointer value obstack_int_grow_fast(3) - fast increase object size by sizeof(int) obstack_blank_fast(3) - fast increase object size obstack_base(3) - return tentative address of beginning obstack_next_free(3) - return address of the first free byte obstack_object_size(3) - return size of currently growing object obstack_alignment_mask(3) - alter mask assignment obstack_chunk_size(3) - return chunk size of given obstack obstack_init(3) - initialize use of an obstack Bug#172139 wcstol(3) - convert a wide-character string to a long integer Bug#202022 iruserok_sa(3) - routines for returning a stream to a remote command (see rcmd(3)). Bug#208856 cap_set_proc(3), cap_get_proc(3) - POSIX capability manipulation on processes capsetp(3), capgetp(3) - Linux specific capability manipulation on arbitrary processes Bug#235967 if_nametoindex(3) - map network interface name to corresponding index. Bug#349388 argp_parse(3) - main interface to argp. Section 9 - Kernel routines Bug#102724 Mandrake seems to deliver section 9 manual pages, though their source is obscure and they do seem to be out-dated. Nevertheless, some section 9 manpages would be nice, indeed. Bug#179475 kapmd(9) - kernel APM thread keventd(9) - manage hotplug events khubd(9) - kernel USB hub daemon thread kjournald(9) - maintain the filesystem journal ksoftirqd(9) - software handling of incoming IRQs kswapd(9) - kernel swap daemon thread kupdated(9) - flush the journal scsi_eh(9) - kernel SCSI error handler thread SEE ALSO
undocumented(3), undocumented(7), man(7). Debian Bug Tracking System at <http://bugs.debian.org/manpages-dev>, the Single UNIX Specification, Version 2, at <http://www.open- group.org/onlinepubs/007908799/toc.htm>, the Single UNIX Specification, Version 3, at <http://www.UNIX-systems.org/version3/>. Debian GNU/Linux December 14th, 2001 MISSING(7)
All times are GMT -4. The time now is 07:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy