↓
 

The PolyBlog

My view from the lilypads

  • Home
  • Goals
    • Goals (all posts)
    • #50by50 – Status of completion
    • PolyWogg’s Bucket List, updated for 2016
  • Life
    • Family (all posts)
    • Health and Spiritualism (all posts)
    • Learning and Ideas (all posts)
    • Computers (all posts)
    • Experiences (all posts)
    • Humour (all posts)
    • Quotes (all posts)
  • Photo Galleries
    • PandA Gallery
    • PolyWogg AstroPhotography
    • Flickr Account
  • Reviews
    • Books
      • Book Reviews (all posts)
      • Book reviews by…
        • Book Reviews List by Date of Review
        • Book Reviews List by Number
        • Book Reviews List by Title
        • Book Reviews List by Author
        • Book Reviews List by Rating
        • Book Reviews List by Year of Publication
        • Book Reviews List by Series
      • Special collections
        • The Sherlockian Universe
        • The Three Investigators
        • The World of Nancy Drew
      • PolyWogg’s Reading Challenge
        • 2026
        • 2023
        • 2022
        • 2021
        • 2020
        • 2019
        • 2015, 2016, 2017
    • Movies
      • Master Movie Reviews List (by Title)
      • Movie Reviews List (by Date of Review)
      • Movie Reviews (all posts)
    • Music and Podcasts
      • Master Music and Podcast Reviews (by Title)
      • Music Reviews (by Date of Review)
      • Music Reviews (all posts)
      • Podcast Reviews (by Date of Review)
      • Podcast Reviews (all posts)
    • Recipes
      • Master Recipe Reviews List (by Title)
      • Recipe Reviews List (by Date of Review)
      • Recipe Reviews (all posts)
    • Television
      • Master TV Season Reviews List (by Title)
      • TV Season Reviews List (by Date of Review)
      • Television Premieres (by Date of Post)
      • Television (all posts)
  • About Me
    • Subscribe
    • Contact Me
    • Privacy Policy
    • PolySites
      • ThePolyBlog.ca (Home)
      • PolyWogg.ca
      • AstroPontiac.ca
      • About ThePolyBlog.ca
    • WP colour choices
  • Andrea’s Corner

Tag Archives: GIFs

GIMP lesson 003 – Launching GIMP

The PolyBlog
January 25 2026

Since I started this “learning exercise” for GIMP almost 2.5 years ago, and the training was already a year or two old at that point, my lessons are a bit jumbled up. Not only that, it was designed for v2.6 of GIMP, and the current version is 3.0.8. A few versions later, to say the least. As such, I’m going to have to do a bit of searching from time to time to convert certain steps over into “new GIMP”.

When I started, I looked at how to save images and optimize certain file types for size. Now, I’m stepping back for a moment to see the “start-up” options to see if there is anything I should tweak or customize.

One of the first tweaks is to personalize my workspace palettes. It’s a decently long list of options of things to add to the default desktop:

  1. Tool options *
  2. Device status *
  3. Layers ***
  4. Channels ***
  5. Paths ***
  6. Colormap
  7. Histogram
  8. Selection editor **
  9. Navigation
  10. Undo history *
  11. Pointed
  12. Sample points
  13. Symmetry painting
  14. Colors
  15. Brushes **
  16. Paint dynamics
  17. MyPaint brushes
  18. Patterns **
  19. Gradients
  20. Palettes **
  21. Fonts **
  22. Tool presets
  23. Buffers
  24. Images *
  25. Document history **
  26. Templates
  27. Error Console
  28. Dashboard

The ones with asterisks are part of my default choices; a bunch of the others will come in handy when I eventually get to the stage of doing astro processing. The ones with one * are on the left sidebar; the ones with ** are on the top right; and the ones with *** are on the bottom right.

After that, you either open an existing file (FILE / OPEN) or create a new one (blank or from an existing template as FILE / NEW).

What I learned today

I learned how to set up my desktop for access to my most common “palettes” (submenus and tools) and how to create a new file.

Posted in Learning and Ideas | Tagged GIFs, GIMP, optimization, photo editing | Leave a reply

GIMP lesson 002 – GIFs and optimizing files

The PolyBlog
October 31 2022

I was a bit surprised by this lesson, partly as it was merged with a lesson on how to SAVE FILES by type. I mean, I can see WHY it’s included there, as GIFs are a format that you need when saving as OR exporting to that format. But the real point isn’t exactly the format save so much as the way it works.

GIFs

I already knew about transparent GIFs, of course, as I have done lots of conversions of existing file formats back and forth, even some cropping in other programs in order to create just a simple outline of an object and then to basically “add” it on top of some other background. I also have some clip art that comes with transparent backgrounds, although some of them are grouped as TRANSPARENT – WHITE and TRANSPARENT – BLACK even though the foregrounds were neither and the backgrounds were transparent / no colour. I never really understood the wording, and naively thought they were suggesting “these colours look better on dark backgrounds or light backgrounds”. Nope, although it is related.

The lesson I was looking at tonight was about adding an outline to an image or text so that, if for example, I’m going to eventually show it on a black background, I save it with a black outline around the image. I’ve never done that before, I thought it was better to save with NO outline, then nothing would show, and I could show it on ANY background. Which can be done of course. Except that if I have, say, a small graphic of a dog, and the dog is yellow, then when I put it on a black background, the image will show a transition from (a) a yellow image to (b) a black background. In a sense, it seems almost like that’s a double transition or more accurately, a double strength transition at exactly the same point. If on the other hand, I put a black background around the dog, the transition is more gradual:

a. Yellow dog transitions to black outline colour within the same image;
b. Black outline transitions to black background image.

A two-step transition that takes place at two different points. I had noticed a few times that the transition from “no-border” to background was a bit fuzzy at the edges, didn’t seem quite seamless, so the lesson here is to decide what background it will have and make THAT the border colour too, rather than assuming I’ll decide the background colour later. It was a very tiny “ah-hah!” moment, but a moment nevertheless. It basically makes the image blend more seamlessly with the background. And I’ll need to remember that part of it is that with a outside border, it’s easier for the software to give it harder/more defined lines too.

I could then optimize and flatten the image for the web, and voila!

I know, not exactly life-affirming. The tutorial had me merging layers (although there weren’t any), flattening the image (to look better on the web), and exporting.

Optimizing

I liked however some other tips and tricks it mentioned around optimizing for the size of the file.

  1. GIFs work well for simple colours and graphics;
  2. GIFs are generally better than JPGs for text, which is an interesting thought to remember, as JPGs tend to come out fuzzy (Yes! I’ve noticed that! I thought it was my lousy text rendering!); and,
  3. GIFs are quite small, about 10K for the above image, although an optimized JPEG wouldn’t have been much different, given the type of image — for a photo, a JPEG would be smaller than a GIF.

The tutorial also suggested other ways of optimizing including changing the overall canvas size (IMAGE / CANVAS SIZE), cropping (TOOL choice), or SHARPENING (SELECT / SHARPEN), particularly for photos.

What I learned today

I like finally understanding the purpose of the different coloured outlines, particularly around text, on transparent images. And the optimization tips are not bad, although I’ll have to use them a few times to get my head around it completely.

Posted in Learning and Ideas | Tagged GIFs, GIMP, optimization, photo editing | Leave a reply

Countdown to Retirement

Days

Hours

Minutes

Seconds

Retirement!

One of my favourite sites

And it's new sister site

My Latest Posts

  • Leveling up: Memes, postcards and flashcardsMay 13, 2026
    So, I have two giant premises working against me here: Yet, every guru on anything web-related has said the same thing for the last fifteen years — that blogs and posts are only successful with eye candy. I’ve played with the formats of posts over the years in certain categories, trying to get them to … Continue reading →
  • Leveling up: Retirement contentMay 6, 2026
    As I mentioned yesterday, I’m doing a “content” review of my websites to see if there are areas I should be expanding or contracting, comparing them to other blogs and posts that are out there. I would like to do more on retirement as I transition out of the public service, but I am always … Continue reading →
  • Leveling up: Government contentMay 4, 2026
    Let me start by saying I like my websites. Sure, there are always things I could tweak here or there, or it could be on a faster server, or it could be more SEO friendly. I’d love to host videos inline without jacking the server costs. But overall, I like my two froggy homes. ThePolyBlog … Continue reading →
  • Book clubs 2026-04: Options for AprilApril 22, 2026
    March was extremely productive in my personal life, but not so much for reading. I was still finishing My Friends by Fredrick Bachman, and the first 20-25% was a struggle. I loved it, in the end. And I’ve been doing huge personal projects, so no reviews lately. Let’s take a look at the options for … Continue reading →
  • AI testing: The Bad…Time loops, tech support quirks, and driftApril 18, 2026
    By now, most people have seen some form of AI crop up in their tools. The most obvious one is Google’s search engine, which provides results from its AI mode first in the list. You can go pretty far with that prompt, even asking for image creation, although that’s a terrible place to create images … Continue reading →

Archives

Categories

© 1996-2025 - PolyWogg Privacy Policy
↑