How do I ...
Phil Meaken | 18/03/2021 10:33:09 |
25 forum posts | Just to clarify, I use a laptop with Linux – no Windoze here! Probably a couple of daft questions here, but I cannot see how to add a picture into a post I’ve done. The other question is, can the font size in a post I’m writing be changed? I find it far too tiny to see write and read and have to [copy] and [paste] with Arial 13pt using LibreOffice, as I've done here. Mike. |
Thor 🇳🇴 | 18/03/2021 12:47:32 |
![]() 1766 forum posts 46 photos | Hi Phil, Your pictures must be in .JPG format (you should be able to convert your .BMP to JPG using for instance GIMP), posting pictures is explained here. Thor PS This was written in LibreOffice Writer and pasted into this post using Ctrl V on the keyboard LibreOffice Writer Text imported into ME forum post using the Word paste icon
Edited By Thor on 18/03/2021 13:00:13 |
jon hill 3 | 18/03/2021 13:00:57 |
166 forum posts 40 photos | Phil raises an intersting point on font size as I have tiny fonts in the messege box. By the way Im using windoze 7 and Brave browser. |
Phil Meaken | 18/03/2021 14:57:13 |
25 forum posts | Posted by Thor on 18/03/2021 12:47:32:
Hi Phil, Your pictures must be in .JPG format (you should be able to convert your .BMP to JPG using for instance GIMP), posting pictures is explained here. Thor PS This was written in LibreOffice Writer and pasted into this post using Ctrl V on the keyboard LibreOffice Writer Text imported into ME forum post using the Word paste icon
Edited By Thor on 18/03/2021 13:00:13 Thanks, Thor - I've kept the link and indeed I've always used (copy] and [paste] and composed text in LibreOffice.
|
Nick Clarke 3 | 18/03/2021 15:05:37 |
![]() 1607 forum posts 69 photos | Regarding small fonts there is an icon 4th from the right in the upper toolbar of the post editing window that looks like a rectangular bar in perspective or, if you have that kind of imagination, a pencil eraser. Selecting your text and clicking on this will publish your text in the standard size and font. |
Harry Wilkes | 18/03/2021 15:06:43 |
![]() 1613 forum posts 72 photos | I'm a Linux user and I just change the zoom size of the web page I'm viewing and currently use 130% this is the easy way. I have yet to find a linux photo editor I like so I either use smart phone to edit image or turn on my trusty windows pc and use PSP. H |
Russell Eberhardt | 18/03/2021 15:36:02 |
![]() 2785 forum posts 87 photos | Posted by Phil Meaken on 18/03/2021 10:33:09:
"My pics are usually from text with .odt from LibreOffice but I can convert them to .docx or .bmp easily.
Install Xviewer which can be used to view a number of formats and you can save from it in .jpg format. Russell |
Fowlers Fury | 18/03/2021 15:46:02 |
![]() 446 forum posts 88 photos | Re. "The other question is, can the font size in a post I’m writing be changed? I find it far too tiny to see write and read and have to [copy] and [paste] with Arial 13pt using LibreOffice, as I've done here." If you're one of the myopic dinosaurs like me using Windows and a wheeled mouse, then hold down the Ctrl key and rotate the mouse wheel. |
Peter Greene | 18/03/2021 15:54:44 |
865 forum posts 12 photos | Posted by Fowlers Fury on 18/03/2021 15:46:02:
If you're one of the myopic dinosaurs like me using Windows and a wheeled mouse, then hold down the Ctrl key and rotate the mouse wheel. Is it just me or does anyone else find the operation of this counter-intuitive? When I rotate the mouse wheel towards me I expect the text etc to "come towards me" i.e. get bigger. Instead it gets smaller. .... and vice-versa. |
Phil Meaken | 18/03/2021 16:08:45 |
25 forum posts | Posted by Nick Clarke 3 on 18/03/2021 15:05:37:
Regarding small fonts there is an icon 4th from the right in the upper toolbar of the post editing window that looks like a rectangular bar in perspective or, if you have that kind of imagination, a pencil eraser. Selecting your text and clicking on this will publish your text in the standard size and font. Trying that now, Nick. |
Phil Meaken | 18/03/2021 16:14:02 |
25 forum posts | Posted by Peter Greene on 18/03/2021 15:54:44:
Posted by Fowlers Fury on 18/03/2021 15:46:02:
If you're one of the myopic dinosaurs like me using Windows and a wheeled mouse, then hold down the Ctrl key and rotate the mouse wheel. Is it just me or does anyone else find the operation of this counter-intuitive? When I rotate the mouse wheel towards me I expect the text etc to "come towards me" i.e. get bigger. Instead it gets smaller. .... and vice-versa. I'm certainly one of those, but as my laptop is probably just as ancient, I use Linux and a floaty mouse! |
Phil Meaken | 18/03/2021 16:15:38 |
25 forum posts | Posted by Phil Meaken on 18/03/2021 16:08:45:
Posted by Nick Clarke 3 on 18/03/2021 15:05:37:
Regarding small fonts there is an icon 4th from the right in the upper toolbar of the post editing window that looks like a rectangular bar in perspective or, if you have that kind of imagination, a pencil eraser. Selecting your text and clicking on this will publish your text in the standard size and font. Trying that now, Nick. It just says :Remove format" |
SillyOldDuffer | 18/03/2021 16:34:23 |
10668 forum posts 2415 photos | Thor's post almost says it all:
Other info:
The restrictions may be fixed soon because moves are afoot to upgrade the forum software. The easiest way on Linux to convert images to different formats is with the imagemajick package. On ubuntu,
Then: convert filename.bmp filename.jpg does what's expected - convert Explanation for Windows users terrified of the command line: 'sudo' means 'run the next command with administrator privileges' Dave edit pesky smileys!
Edited By SillyOldDuffer on 18/03/2021 16:36:37 |
Macolm | 18/03/2021 21:40:31 |
![]() 185 forum posts 33 photos | If using Windows, for managing and processing images, Faststone Image Viewer is free, very easy to use, versatile and powerful. Navigation is similar to Windows Explorer, but double clicking an image brings it up in full screen. Then hover the cursor at an edge, and editing menus appear. To convert to jpg (or whatever) just use “Save as” to select saved image type.
Advanced features include batch processing and renaming, and very straightforward tools to move (sort) images to one of several folders.
There are a number of similar free image applications, but of these, I find Faststone the easiest and most comprehensive to use. |
Russell Eberhardt | 19/03/2021 09:31:10 |
![]() 2785 forum posts 87 photos | Posted by SillyOldDuffer on 18/03/2021 16:34:23:
The easiest way on Linux to convert images to different formats is with the imagemajick package. On ubuntu,
Then: convert filename.bmp filename.jpg does what's expected - convert
Not sure that's the easiest way for beginners! Yes Imagemagick is a very versatile bit of software but is command line only. Perhaps an easier way would be to install Converscreen which acts as a graphical front end ti Imagemagick and will convert and resize almost any image format. Even works on Windows as well! Russell |
SillyOldDuffer | 19/03/2021 10:01:18 |
10668 forum posts 2415 photos | Posted by Russell Eberhardt on 19/03/2021 09:31:10:
Posted by SillyOldDuffer on 18/03/2021 16:34:23:
The easiest way on Linux to convert images to different formats is with the imagemajick package. On ubuntu,
Then: convert filename.bmp filename.jpg does what's expected - convert
Not sure that's the easiest way for beginners! Yes Imagemagick is a very versatile bit of software but is command line only. Perhaps an easier way would be to install Converscreen which acts as a graphical front end ti Imagemagick and will convert and resize almost any image format. Even works on Windows as well! Russell It's the great debate Russel. The advantage of a GUI is the operator doesn't have to remember a shower of options, and instead chooses menus, selects from lists, sets radio buttons, and fills in a form. And any decent implementation will provide good online help too. Nonetheless, provided you know what you're doing, command line methods often faster to invoke and more efficient in operation. They do away with a multitude of overheads, but unfortunately the command line does require the operator to understand the manual, which is often hard work. The big advantage of commands is they can be scripted, making it possible to fully automate complex processes. For example, from the command line, it's quite easy to select and convert groups of files. For example, creating a thumbnail gif of every jpeg on my computer would take weeks of manual pointing and clicking with a GUI, and minutes with the command line. Like all other tools, horses for courses, and ust as one wouldn't buy a lathe just to make one M4 sctew it would be daft to learn command line methods for occassional tweaks, But for many puropses the command line usefully powerful, and not as scary as it first appears. Lots of people still love MS-DOS... Dave
|
Phil Meaken | 19/03/2021 10:04:50 |
25 forum posts | Thanks to all, but most ways seem to need too much of a long-winded faff or need extra packages to be installed, so I'll just not bother with graphics until the ME software is updated. |
Neil Wyatt | 19/03/2021 10:23:05 |
![]() 19226 forum posts 749 photos 86 articles | Posted by Phil Meaken on 19/03/2021 10:04:50:
Thanks to all, but most ways seem to need too much of a long-winded faff or need extra packages to be installed, so I'll just not bother with graphics until the ME software is updated. Probably the wisest course of action. Neil |
Russell Eberhardt | 19/03/2021 10:35:21 |
![]() 2785 forum posts 87 photos | "Nonetheless, provided you know what you're doing, command line methods often faster to invoke and more efficient in operation." Agreed Dave. When I first started using Linux (in the mid 1990s with Red Hat Linux) I spent many happy hours with the manuals and still occasionally refer to Blum's 800 page "Linux Command Line and Shell Scripting Bible". Russell |
Phil Meaken | 19/03/2021 11:45:19 |
25 forum posts | Posted by Russell Eberhardt on 19/03/2021 10:35:21:
"Nonetheless, provided you know what you're doing, command line methods often faster to invoke and more efficient in operation." Agreed Dave. When I first started using Linux (in the mid 1990s with Red Hat Linux) I spent many happy hours with the manuals and still occasionally refer to Blum's 800 page "Linux Command Line and Shell Scripting Bible". Russell Russell, that book looks like just what I need, so I've ordered it via Amazon. |
Please login to post a reply.
Want the latest issue of Model Engineer or Model Engineers' Workshop? Use our magazine locator links to find your nearest stockist!
Sign up to our newsletter and get a free digital issue.
You can unsubscribe at anytime. View our privacy policy at www.mortons.co.uk/privacy
You can contact us by phone, mail or email about the magazines including becoming a contributor, submitting reader's letters or making queries about articles. You can also get in touch about this website, advertising or other general issues.
Click THIS LINK for full contact details.
For subscription issues please see THIS LINK.