create account

LMAC School - How to work with layers by quantumg

View this thread on: hive.blogpeakd.comecency.com
· @quantumg ·
$20.76
LMAC School - How to work with layers
[LMAC School](https://peakd.com/hive-174695/@lmac/the-lmac-school-acquire-the-skills-to-bring-your-ideas-to-life) - How to work with layers

Layers are ideal for creating collages, because you can use layers to perform tasks such as compositing multiple images. 
The layers are on top of each other and together they look like a complete picture. You can see through the transparent areas of each layer beneath.
It is like you have a bunch of slide photos (ancient technology) on top of each other. The projection on the wall of all this photos would be the complete picture.
The fist layer (bottom) will be displayed in the very background. The last layer (top) will be displayed in the foreground of all layers.
Layers can have also their own blending mode and an opacity value. So that for each layer you can determine how it affects the layers beneath.

In this post, I'm going to show you how to work with layers and blend modes, and the benefits they have. Nevertheless, I can only give a small overview here. Because the topic of layers in GIMP is extremely extensive.

![HTWWLCoverImage.jpg](https://files.peakd.com/file/peakd-hive/quantumg/pc1mHLjj-HTWWLCoverImage.jpg)

## Requirements

You may need the GIMP software to understand this tutorial. GIMP is a free, open source tool for image processing of all kinds. Lots of people say GIMP is the open source Photoshop. I agree with this statement at least for the functionality I personally need.

You can download GIMP here: [Click](https://www.gimp.org/)

I created this tutorial for GIMP version 2.10.20 (and higher).

## Basics

### 1. Layers in GIMP
Control+N on your keyboard creates a new image project. In GIMP a project is just a canvas for showing image data of at least one layer. So a layer is actually an image. A GIMP project can have multiple image layers. All available layers together can be exported into one image and as well they will be displayed as one image. 

### 2. Alpha channel
To have a transparent background for a specific layer you need to add an alpha channel to it. 
Just right click on the appropriate layer in the layer list. Then a context menu opens. There you will find the menu item "Add Alpha Channel", which you have to click on.
Learn more about the layer list in the section "The layer list" of this document.

![Adding an alpha channel to a layer](https://files.peakd.com/file/peakd-hive/quantumg/9N1hZZ65-AlphaChannel.png)

![With and without alpha example](https://files.peakd.com/file/peakd-hive/quantumg/qHZUO2t2-wwalpha.gif)

### 3. XCF files
XCF is the file format for GIMP image project. An XCF file contains all layer information. Whenever you open an XCF file, you have full access to all layers and layer settings of your GIMP project. That said, you can get back to work at any time without having lost your layers, as it would be the case if you had exported your collage as a PNG or JPG, for example.

## The layer list
All layers in a GIMP project are displayed in a list. If you can't see the list in the GIMP window, press Control-L on your keyboard.
The layer list of a new image should look like in the picture below.

![Layer List in GIMP](https://files.peakd.com/file/peakd-hive/quantumg/5hslins1-image.png)

A new image has one empty layer. 
A loaded image has one layer, too. But in this case the layer contains the image data itself.

### Working on a layer
To be able to work on a layer, the layer must be active. You can activate a layer by simply clicking on the respective entry in the Layer list. All GIMP tools are then only applied to this active layer.

![Working on a layer](https://files.peakd.com/file/peakd-hive/quantumg/dqdnJEAw-eQAmeyT45h.gif)

### Visibility
You can toggle the visibility of a layer by clicking the eye icon of its entry in the layer list.

![Changing the visibility of layers](https://files.peakd.com/file/peakd-hive/quantumg/WVvwmYGY-StackingLayers.gif)

### Names
To get a better overview in your layer list, you can give the layers names.
A double click on an entry in the layer list activates the name editing mode of the entry.

![Naming a layer](https://files.peakd.com/file/peakd-hive/quantumg/DYbrO3I3-OHs7nTRDS3.gif)

### Grouping
For grouping layers of similar purpose, just create a layer group by clicking on the "new layer group" button in the bottom area of the list panel. Then you can name this group and add existing layers to it by dragging it via mouse into the group. When the group is active, new layers will automaticaly added to it.
If you change the visibility of a layer group, the visibility of all layers in that group also changes.

![Grouping layers](https://files.peakd.com/file/peakd-hive/quantumg/yU4uWcrw-image.png)

### Reordering
Sometimes it is necessary to move a layer in the stack order. For example in the case you want to have a layer in front of other layers. You can do it by dragging the respective layer to another position in the list or by clicking the arrow keys below the list.

![Reordering of a layer](https://files.peakd.com/file/peakd-hive/quantumg/5gtrJtuM-xpqroCqQBh.gif)

### New layer
If you need a new layer, there are two ways to create one.
The first way is to load an image, to copy it into the clipboard and paste it as layer into your GIMP project.

![Creating an empty layer](https://files.peakd.com/file/peakd-hive/quantumg/wEhpe9wk-t7u7H92BBS.gif)

The second way is to create an empty layer. You can do it by clicking the respective button below the layer list.
If you need transparency for the new empty layer, just take a look into the section "Basics / 2. Alpha channel" of this document.

![Creating a new layer - Button](https://files.peakd.com/file/peakd-hive/quantumg/WAzRgvaJ-image.png)

A dialog window will appear. There you can configure the new layer.

![New layer dialog](https://files.peakd.com/file/peakd-hive/quantumg/e0wrGTzM-iEfK9ISBAb.gif)

### Deleting
Whenever you want to delete a layer, navigate your mouse to the layer list, then right click to an entry. A context menu appears, where you have to click the "Delete layer" item.

![Deleting layers](https://files.peakd.com/file/peakd-hive/quantumg/s4nfzxgB-REpy4DeYDp.gif)

### Opacity
If you want to change the opacity of a specific layer, click on the respective layer in the layer list for making the layer active and then change the opacity value with the slider in the upper area of the list panel.
The opacity of a layer also affects the behavior of the blending mode!

![Opacity](https://files.peakd.com/file/peakd-hive/quantumg/LRrUHZlO-7X1bTn5QvJ.gif)

## Blending modes
Changing the blending mode changes the appearance of the layer itself, based on the layer or layers beneath it. 
For working with blending modes, it is necessary to have more than one layer. If you change the blending mode of a layer, it has only an effect when there are layers beneath it.
You can select a blending mode by clicking a layer for making it active and then by choosing a blending mode in the drop-down in the upper area of the layer list panel.

![Changing blending modes](https://files.peakd.com/file/peakd-hive/quantumg/HIsA915K-image.png)

### Changing blending modes
GIMP has 38 blending modes, categorized in 7 types. For collages, the most interessting blending types should be Normal (first mode category), Lighten (second category) and Darken (Third category).
In my collages, I use the modes of the type Normal for layers of simple image cuts. For layers which defines highlights and lights, I use the modes of the type Lighten, because they have only lightening effects. For shadows of every kind, I use the mode of the type Darken, because these modes have only darkening effects. But there are also a lot of use-cases for the other blending modes. Just try around and find the blending mode for your purpose that fits best.

GIMP manual wrote:
> There is a drop-down list in the Toolbox options box which contains modes that affect the painting tools in a similar way to the layer modes. You can use all of the same modes for painting that are available for layers, and there are two additional modes just for the painting tools. See [Section 3.3, β€œBrush Tools (Pencil, Paintbrush, Airbrush)”](https://docs.gimp.org/en/gimp-tools-brush.html)

![Blending mode categories/types](https://files.peakd.com/file/peakd-hive/quantumg/q3la2t34-image.png)

### Examples

#### Shadow layer
If you want to make a shadow layer, you would want the color of the layers underneath to be darkened. The blending modes "Darken only" and "Luma darken only" work perfectly for this purpose. It is important that the content of a shadow layer then is of darker nature.
A darkening effect cannot occur if the content of the shadow layer is lighter than the content of the layers underneath.

![Shadow layer example](https://files.peakd.com/file/peakd-hive/quantumg/KenF1bpr-XCnh3cIahE.gif)

#### Graffiti
This example shows not only how to make a graffiti. It also shows the purpose of the blending mode "Grain merge", which is used to merge the graffiti layer to the structure/grain of the wall layer.

![Graffiti example](https://files.peakd.com/file/peakd-hive/quantumg/NBf9JbzC-sQ0xNkHG59.gif)

#### All blending modes example
By clicking through the blending modes of a 50% opacity layer in pure red color, I like to show you the effects of all available blending modes.

![All blending modes example](https://files.peakd.com/file/peakd-hive/quantumg/DqDhfyS7-AG2BkDxVft.gif)

## Benefits of using layers for a collage
* Layers can be replaced at any time.
* More control over individual elements of the collage.
* It is easy to determine the appearance of collage elements and to change it at any time.
* Test and undo changes directly on the collage.
* Save the collage as a XCF file (GIMP project file) and continue working on it at any time to make changes to individual collage elements.

As a bonus to this tutorial, you can download my LMAC 48 contribution [here](https://www.file-upload.net/download-14249408/LMAC48_2.xcf.html) ([Mirror](http://www.filedropper.com/lmac482)). It is full of layers that use different blending modes.

It will be necessary to make another tutorial on layers that delves deeper into this topic. Because in this tutorial I was only able to cover the very basics. Otherwise it would have gone beyond the scope. There is a lot more about layers!
I'm already thinking about making an advanced tutorial about this topic.

Best regards
QuantumG

PS: 33% of the rewards for this post go to [LMAC](https://peakd.com/@hive-174695) ( #supportlmac ) as beneficiary.

You will have noticed that I am not a native English speaker. Therefore, there are probably a few linguistic bumps in my texts. If there are any passages that could trigger accidently a world war or something similar, please let me know so I can change it. :-)

🎨 [The LMAC](https://peakd.com/c/hive-174695/created) | 🏠 [Our Community](https://peakd.com/c/hive-174695/subscribers) | πŸš‚ [The LMAC Curation Trail](https://hive.vote/dash.php?trail=lmac&i=1) | πŸ… [The LMAC Contributor Badge](https://peakd.com/hive-174695/@lmac/introducing-the-lmac-contributor-badge) | πŸŽ“ [The LMAC School](https://peakd.com/hive-174695/@lmac/the-lmac-school-acquire-the-skills-to-bring-your-ideas-to-life)
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 257 others
πŸ‘Ž  
properties (23)
authorquantumg
permlinklmac-school-how-to-work-with-layers
categoryhive-174695
json_metadata{"app":"peakd/2020.08.3","format":"markdown","tags":["letsmakeacollage","lmacschool","art","coaching","tutorial","supportlmac"],"users":["lmac","hive-174695"],"links":["/hive-174695/@lmac/the-lmac-school-acquire-the-skills-to-bring-your-ideas-to-life","https://www.gimp.org/","https://docs.gimp.org/en/gimp-tools-brush.html","https://www.file-upload.net/download-14249408/LMAC48_2.xcf.html","http://www.filedropper.com/lmac482","/@hive-174695","/trending/supportlmac","/c/hive-174695/created","/c/hive-174695/subscribers","https://hive.vote/dash.php?trail=lmac&i=1"],"image":["https://files.peakd.com/file/peakd-hive/quantumg/pc1mHLjj-HTWWLCoverImage.jpg","https://files.peakd.com/file/peakd-hive/quantumg/9N1hZZ65-AlphaChannel.png","https://files.peakd.com/file/peakd-hive/quantumg/qHZUO2t2-wwalpha.gif","https://files.peakd.com/file/peakd-hive/quantumg/5hslins1-image.png","https://files.peakd.com/file/peakd-hive/quantumg/dqdnJEAw-eQAmeyT45h.gif","https://files.peakd.com/file/peakd-hive/quantumg/WVvwmYGY-StackingLayers.gif","https://files.peakd.com/file/peakd-hive/quantumg/DYbrO3I3-OHs7nTRDS3.gif","https://files.peakd.com/file/peakd-hive/quantumg/yU4uWcrw-image.png","https://files.peakd.com/file/peakd-hive/quantumg/5gtrJtuM-xpqroCqQBh.gif","https://files.peakd.com/file/peakd-hive/quantumg/wEhpe9wk-t7u7H92BBS.gif","https://files.peakd.com/file/peakd-hive/quantumg/WAzRgvaJ-image.png","https://files.peakd.com/file/peakd-hive/quantumg/e0wrGTzM-iEfK9ISBAb.gif","https://files.peakd.com/file/peakd-hive/quantumg/s4nfzxgB-REpy4DeYDp.gif","https://files.peakd.com/file/peakd-hive/quantumg/LRrUHZlO-7X1bTn5QvJ.gif","https://files.peakd.com/file/peakd-hive/quantumg/HIsA915K-image.png","https://files.peakd.com/file/peakd-hive/quantumg/q3la2t34-image.png","https://files.peakd.com/file/peakd-hive/quantumg/KenF1bpr-XCnh3cIahE.gif","https://files.peakd.com/file/peakd-hive/quantumg/NBf9JbzC-sQ0xNkHG59.gif","https://files.peakd.com/file/peakd-hive/quantumg/DqDhfyS7-AG2BkDxVft.gif"]}
created2020-08-23 02:39:18
last_update2020-08-23 02:39:18
depth0
children13
last_payout2020-08-30 02:39:18
cashout_time1969-12-31 23:59:59
total_payout_value8.629 HBD
curator_payout_value12.128 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11,267
author_reputation180,645,211,027,072
root_title"LMAC School - How to work with layers"
beneficiaries
0.
accounthive-174695
weight3,300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,221,027
net_rshares60,924,156,555,548
author_curate_reward""
vote details (322)
@brittandjosie ·
I have an iPad Pro so i cannot use the tutorial but i very much like the way your blogs are laced out 
properties (22)
authorbrittandjosie
permlinkre-quantumg-qfmkvs
categoryhive-174695
json_metadata{"tags":["hive-174695"],"app":"peakd/2020.08.3"}
created2020-08-25 15:11:51
last_update2020-08-25 15:11:51
depth1
children0
last_payout2020-09-01 15:11:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length102
author_reputation525,059,269,741,902
root_title"LMAC School - How to work with layers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,267,849
net_rshares0
@cetb2008 ·
Greetings, excellent tutorial on managing layers in Gimp, thanks for sharing your knowledge so that we can learn more every day.
πŸ‘  
properties (23)
authorcetb2008
permlinkqfiyj7
categoryhive-174695
json_metadata{"app":"hiveblog/0.1"}
created2020-08-23 16:16:18
last_update2020-08-23 16:16:18
depth1
children0
last_payout2020-08-30 16:16:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length128
author_reputation811,105,312,108,961
root_title"LMAC School - How to work with layers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,230,699
net_rshares25,123,579,067
author_curate_reward""
vote details (1)
@lammbock ·
$0.02
I was hoping for "How to work with lawyers" because I just finished law school. But I still learned something! :)
πŸ‘  ,
properties (23)
authorlammbock
permlinkre-quantumg-2020823t85215909z
categoryhive-174695
json_metadata{"tags":["letsmakeacollage","lmacschool","art","coaching","tutorial","supportlmac"],"app":"ecency/3.0.3-mobile","format":"markdown+html"}
created2020-08-23 06:52:18
last_update2020-08-23 06:52:18
depth1
children1
last_payout2020-08-30 06:52:18
cashout_time1969-12-31 23:59:59
total_payout_value0.012 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length113
author_reputation48,257,284,475,229
root_title"LMAC School - How to work with layers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,223,683
net_rshares114,485,778,690
author_curate_reward""
vote details (2)
@cesarisaad ·
🀣
properties (22)
authorcesarisaad
permlinkre-lammbock-qflfan
categoryhive-174695
json_metadata{"tags":["hive-174695"],"app":"peakd/2020.08.3"}
created2020-08-25 00:13:03
last_update2020-08-25 00:13:03
depth2
children0
last_payout2020-09-01 00:13:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1
author_reputation8,844,093,838,920
root_title"LMAC School - How to work with layers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,256,967
net_rshares0
@marcybetancourt ·
$0.06
Hello @quantumg. I haven't read the whole publication because my internet is veeeeery slow. 
I loved what I read.
You're doing a great job! Honestly, thank you very much
πŸ‘  ,
properties (23)
authormarcybetancourt
permlinkre-quantumg-qfjwc3
categoryhive-174695
json_metadata{"tags":["hive-174695"],"app":"peakd/2020.08.3"}
created2020-08-24 04:24:42
last_update2020-08-24 04:24:42
depth1
children4
last_payout2020-08-31 04:24:42
cashout_time1969-12-31 23:59:59
total_payout_value0.032 HBD
curator_payout_value0.032 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length169
author_reputation98,811,188,286,150
root_title"LMAC School - How to work with layers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,240,521
net_rshares277,794,202,167
author_curate_reward""
vote details (2)
@quantumg · (edited)
$0.33
I feared this would be a problem for many, because of the large GIFs. :-(

The following download may help you: [Click here](https://www.file-upload.net/download-14255302/HowToWorkWithLayersFull.zip.html)
It is a ZIP file with the entire tutorial that I downloaded from the Peakd website as HTML including the GIFs. The zip file is smaller in size than the post page in the browser. And it is only one file, so the browser can't cancel single files of the page during the download. 
You can access it by clicking on the HTML file named "LMAC School - How to work with layers.html" in the folder of the same name in the zip file. It will open in your web browser and will look like a regular page on Peakd.com.
This should work on Windows, Linux and maybe on Mac.

![image.png](https://images.hive.blog/DQmbjtvegYTLKYoZVcrjQxz3CHkaCKFFCC1tgB78o7WL7AS/image.png)
πŸ‘  ,
properties (23)
authorquantumg
permlinkqfl7wp
categoryhive-174695
json_metadata{"image":["https://images.hive.blog/DQmbjtvegYTLKYoZVcrjQxz3CHkaCKFFCC1tgB78o7WL7AS/image.png"],"links":["https://www.file-upload.net/download-14255302/HowToWorkWithLayersFull.zip.html"],"app":"hiveblog/0.1"}
created2020-08-24 21:34:39
last_update2020-08-24 23:05:42
depth2
children3
last_payout2020-08-31 21:34:39
cashout_time1969-12-31 23:59:59
total_payout_value0.166 HBD
curator_payout_value0.166 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length860
author_reputation180,645,211,027,072
root_title"LMAC School - How to work with layers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,254,873
net_rshares1,297,635,672,158
author_curate_reward""
vote details (2)
@marcybetancourt ·
A thousand thanks!
properties (22)
authormarcybetancourt
permlinkqflfqu
categoryhive-174695
json_metadata{"app":"hiveblog/0.1"}
created2020-08-25 00:21:30
last_update2020-08-25 00:21:30
depth3
children0
last_payout2020-09-01 00:21:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length18
author_reputation98,811,188,286,150
root_title"LMAC School - How to work with layers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,257,066
net_rshares0
@marcybetancourt ·
$0.06
Great post! My standing ovation. Great tutorial... are you a teacher? Because you have the qualities of a good teacher
πŸ‘  
properties (23)
authormarcybetancourt
permlinkre-quantumg-qflpeb
categoryhive-174695
json_metadata{"tags":["hive-174695"],"app":"peakd/2020.08.3"}
created2020-08-25 03:49:57
last_update2020-08-25 03:49:57
depth3
children1
last_payout2020-09-01 03:49:57
cashout_time1969-12-31 23:59:59
total_payout_value0.028 HBD
curator_payout_value0.029 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length118
author_reputation98,811,188,286,150
root_title"LMAC School - How to work with layers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,259,379
net_rshares251,258,872,883
author_curate_reward""
vote details (1)
@photoark ·
I didn't know layers could be used in so many ways. Yet another cool thing to do, learn and put in practice within the next collages.
πŸ‘  
properties (23)
authorphotoark
permlinkre-quantumg-qfl5gq
categoryhive-174695
json_metadata{"tags":["hive-174695"],"app":"peakd/2020.08.3"}
created2020-08-24 20:41:15
last_update2020-08-24 20:41:15
depth1
children0
last_payout2020-08-31 20:41:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length133
author_reputation3,866,170,436,397
root_title"LMAC School - How to work with layers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,254,065
net_rshares26,693,760,195
author_curate_reward""
vote details (1)
@redheadpei ·
$0.02
Gimp doesn’t download on my iPad but I still enjoyed your tutorial.
πŸ‘  ,
properties (23)
authorredheadpei
permlinkre-quantumg-qfl333
categoryhive-174695
json_metadata{"tags":["hive-174695"],"app":"peakd/2020.08.3"}
created2020-08-24 19:49:51
last_update2020-08-24 19:49:51
depth1
children2
last_payout2020-08-31 19:49:51
cashout_time1969-12-31 23:59:59
total_payout_value0.012 HBD
curator_payout_value0.012 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation172,604,016,177,059
root_title"LMAC School - How to work with layers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,253,340
net_rshares115,433,115,193
author_curate_reward""
vote details (2)
@quantumg ·
$0.03
I'm afraid there is no compatible version for the iPad.
Unfortunately, I am not familiar with IPads. But I hope that you find or have already found a good comparable tool.
πŸ‘  
properties (23)
authorquantumg
permlinkqfl675
categoryhive-174695
json_metadata{"app":"hiveblog/0.1"}
created2020-08-24 20:57:42
last_update2020-08-24 20:57:42
depth2
children1
last_payout2020-08-31 20:57:42
cashout_time1969-12-31 23:59:59
total_payout_value0.012 HBD
curator_payout_value0.013 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length171
author_reputation180,645,211,027,072
root_title"LMAC School - How to work with layers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,254,323
net_rshares119,144,872,980
author_curate_reward""
vote details (1)
@redheadpei ·
Thanks @quantumg. I have worked around it with a few other programs such as Photo Collage.<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorredheadpei
permlinkre-qfl675
categoryhive-174695
json_metadata{"app":"engage"}
created2020-08-25 10:38:33
last_update2020-08-25 10:38:33
depth3
children0
last_payout2020-09-01 10:38:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length184
author_reputation172,604,016,177,059
root_title"LMAC School - How to work with layers"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,263,557
net_rshares0